[android-developers] Why canvas.translate() do not work well in ICS???

2012-02-15 Thread Kandyguan
Hi :
 My app is used canvas.translate() to move a panel up and down, it
work well in other version, but not in ICS?
 It can move up and down ,but when it move down, i touch the other
area ,but the other area did not get any focus.
 I need you help, and waiting now. Thank you!

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: Why canvas.translate() do not work well in ICS???

2012-02-16 Thread Kandyguan
Thank you for your reply.
At first, the area is on the back of the panel.when the panel uses
canvas.translate() to move down, we can see the area, but in android
4.0, it can not get any focus.In android 2.x/3.x, it work very well.
On 2月17日, 上午5时20分, Dianne Hackborn  wrote:
> You would use Canvas.translate() to modify immediately following drawing
> code.  It does not have anything to do with how touch is handled for focus
> is set.
>
>
>
>
>
>
>
>
>
> On Tue, Feb 14, 2012 at 2:13 AM, Kandyguan  wrote:
> > Hi :
> >     My app is used canvas.translate() to move a panel up and down, it
> > work well in other version, but not in ICS?
> >     It can move up and down ,but when it move down, i touch the other
> > area ,but the other area did not get any focus.
> >     I need you help, and waiting now. Thank you!
>
> > --
> > You received this message because you are subscribed to the Google
> > Groups "Android Developers" group.
> > To post to this group, send email to android-developers@googlegroups.com
> > To unsubscribe from this group, send email to
> > android-developers+unsubscr...@googlegroups.com
> > For more options, visit this group at
> >http://groups.google.com/group/android-developers?hl=en
>
> --
> Dianne Hackborn
> Android framework engineer
> hack...@android.com
>
> Note: please don't send private questions to me, as I don't have time to
> provide private support, and so won't reply to such e-mails.  All such
> questions should be posted on public forums, where I and others can see and
> answer them.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: Why canvas.translate() do not work well in ICS???

2012-02-16 Thread Kandyguan
Thank you for your reply, Dianne.
At first, the area is on the back of the panel.when the panel uses
canvas.translate() to move down, we can see the area, but in android
4.0, it can not get any focus.In android 2.x/3.x, it work very well.
On 2月17日, 上午5时20分, Dianne Hackborn  wrote:
> You would use Canvas.translate() to modify immediately following drawing
> code.  It does not have anything to do with how touch is handled for focus
> is set.
>
>
>
>
>
>
>
>
>
> On Tue, Feb 14, 2012 at 2:13 AM, Kandyguan  wrote:
> > Hi :
> >     My app is used canvas.translate() to move a panel up and down, it
> > work well in other version, but not in ICS?
> >     It can move up and down ,but when it move down, i touch the other
> > area ,but the other area did not get any focus.
> >     I need you help, and waiting now. Thank you!
>
> > --
> > You received this message because you are subscribed to the Google
> > Groups "Android Developers" group.
> > To post to this group, send email to android-developers@googlegroups.com
> > To unsubscribe from this group, send email to
> > android-developers+unsubscr...@googlegroups.com
> > For more options, visit this group at
> >http://groups.google.com/group/android-developers?hl=en
>
> --
> Dianne Hackborn
> Android framework engineer
> hack...@android.com
>
> Note: please don't send private questions to me, as I don't have time to
> provide private support, and so won't reply to such e-mails.  All such
> questions should be posted on public forums, where I and others can see and
> answer them.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en