[android-developers] Nexus One Multitouch Bug?

2010-01-30 Thread Max R.
Hi, i'm getting touch event(s) that didn't occur on Nexus One. For example, while holding down at location (x,y) = (210, 780), try to press down location (70, 200). You will see DOWN/MOVE event(s) at location around (180, 200). This does not happen on Droid. Is this bug in Nexus One? -- You r

[android-developers] how to avoid texture wrapping in glDrawTexiOES ?

2009-09-21 Thread Max R.
Hi, I'm basically trying to resize 512x512 texture into 200x200 at (0,100). So, I use this function. ((GL11Ext) gl).glDrawTexiOES(0, 100, 0, 200, 200); It shows what I want but it also displays the mirror portion of upper image on top screen (0,0) size = 200x100. any idea how to remove this? --

[android-developers] LunarLander bug or Android bug?

2009-07-09 Thread Max R.
598 29% S 8 101392K 13812K app_43 com.example.android.lunarlander 69 12% S43 155728K 17744K system system_server If you run Lunarlander and just dump process, you'll see it consumes a very high cpu! Even when it's paused, there are still >40% cpu running..for a static screen. A

[android-developers] [opengl] glpixelstorei to change texture ystride information

2009-06-29 Thread Max R.
Hi, i need to change the ystride info of my texture. it's 2d bitmap which I load by using GLUtils.texImage2D(). and found out android doesn't support GL_PACK_ROW_LENGTH under glpixelstorei is there other alternative to change ystride info on this texture? Max. --~--~-~--~~--

[android-developers] Re: setRequestedOrientation call flow

2009-03-31 Thread Max R.
Thanks! Got it now! On Mar 31, 10:32 am, Dianne Hackborn wrote: > This is ActivityManagerService, WindowManagerService, PhoneWindowManager. > > > > On Tue, Mar 31, 2009 at 9:10 AM, Max R. wrote: > > > I meant  SCREEN_ORIENTATION_LANDSCAPE for the parameter for >

[android-developers] Re: setRequestedOrientation call flow

2009-03-31 Thread Max R.
e rotation to use as > described in the documentation for these various pieces.) > > On Mon, Mar 30, 2009 at 5:46 PM, Max R. wrote: > > > Hi, what's the actual call (function) flow from setRequestedOrientation > > (java) down to SurfaceFlinger(cpp)? > > Specially

[android-developers] setRequestedOrientation call flow

2009-03-30 Thread Max R.
Hi, what's the actual call (function) flow from setRequestedOrientation (java) down to SurfaceFlinger(cpp)? Specially, can someone explain where the parameter 0 of setRequestedOrientation get translated into ROTATION_90? Max --~--~-~--~~~---~--~~ You received this

[android-developers] How to create blur surface from android.view.Surface?

2009-01-22 Thread Max R.
Hi, how do I create blur surface from android.view.Surface? I found this flag but there is no constructors to pass this. FX_SURFACE_BLUR Max R. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "An