[android-porting] Re: Reverse landscape orientation in Froyo

2011-10-23 Thread twiggle
Soumya, Did you ever figure out how to do the rotation? I tried both a rotation andimation and flipping the canvas of the layout, but neither worked as my views all included ui widgets with things like selectors which were not displayed in the new orientation. S On Mar 3, 9:20 pm, Soumya wrote:

Re: [android-porting] Re: Reverse landscape orientation in Froyo

2011-03-03 Thread Dianne Hackborn
The patch is Gingerbread. Available, at your friendly neighborhood Android git repository. :) On Thu, Mar 3, 2011 at 8:20 PM, Soumya wrote: > > Hi, > > Is there any patch available using which we can support the reverse > landscape orientation is Froyo for framework. If so can someone point > o

[android-porting] Re: Reverse landscape orientation in Froyo

2011-03-03 Thread Soumya
Hi, Is there any patch available using which we can support the reverse landscape orientation is Froyo for framework. If so can someone point out the link in GIT maybe. Thank you, Soumya -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/androi

Re: [android-porting] Re: Reverse landscape orientation in Froyo

2011-03-03 Thread Chinmay S
Hi, The link just contains confirmation that landscape(270) is NOT supported on Froyo. http://groups.google.com/group/android-developers/browse_thread/thread/3ae9364ee6674c8f By flipping the graphics, i meant the drawables or any rendering you have onscreen can be designed in a flipped manner. So

[android-porting] Re: Reverse landscape orientation in Froyo

2011-03-03 Thread Soumya
I think it will be ok, only if the touch also works along with the flipped graphics. Can you please let me know how to flip the graphics? I checked the link you mentioned but could not find the process in which the objective could be achieved. Thank you. On Mar 3, 4:27 pm, Chinmay S wrote: > Hi

[android-porting] Re: Reverse landscape orientation in Froyo

2011-03-03 Thread Soumya
Thank you for the response. By default the window gets rotated to 0, 90 and 270 in Froyo. Does that mean that the setRequestedOrientation call to freeze the screen from rotating in reverse landscape mode or right-landscape or 270 degree is not supported in Froyo. On Mar 3, 4:12 pm, Dianne Hackbo