Re: [android-developers] Re: HoneyComb isHardwareAccelerated() always returns false

2011-12-27 Thread Atul Raut
Hi Dianee, isHardwareAccelerated This always returns false, as per code Canvas.java How it make decision to return false or true depending on hardware ? Thanks, --

[android-developers] Re: HoneyComb isHardwareAccelerated() always returns false

2011-04-06 Thread Shai
I'm really sorry for popping this again so quick without any new info, I really need more info on this. Shai Levy On Apr 5, 11:31 am, Shai levys...@gmail.com wrote: Same results with ApiDemos! I created a new sample project (ApiDemos) using ADT with API level 11 as the target and I tried the

[android-developers] Re: HoneyComb isHardwareAccelerated() always returns false

2011-04-06 Thread Zsolt Vasvari
Are you using the emulator or a real Xoom? I'd assume the emulator wouldn't support hardware acceleration. On Apr 6, 2:03 pm, Shai levys...@gmail.com wrote: I'm really sorry for popping this again so quick without any new info, I really need more info on this. Shai Levy On Apr 5, 11:31 am,

[android-developers] Re: HoneyComb isHardwareAccelerated() always returns false

2011-04-06 Thread Zsolt Vasvari
Sorry, I just read your first post that you are, in fact, using the Xoom. Then I have no idea. On Apr 6, 2:03 pm, Shai levys...@gmail.com wrote: I'm really sorry for popping this again so quick without any new info, I really need more info on this. Shai Levy On Apr 5, 11:31 am, Shai

[android-developers] Re: HoneyComb isHardwareAccelerated() always returns false

2011-04-06 Thread Shai
Yes, I have on my desk 2 Xoom devices near me that are currently useless until I figure this out (I wish Google had some kind of official support) On Apr 6, 9:39 am, Zsolt Vasvari zvasv...@gmail.com wrote: Sorry, I just read your first post that you are, in fact, using the Xoom.  Then I have

[android-developers] Re: HoneyComb isHardwareAccelerated() always returns false

2011-04-06 Thread Zsolt Vasvari
If you think there is a bug, open one on http://b.android.com (but check if it hasn't been reported yet.) Put Xoom, Honeycomb and 3.0 in the title. You will NOT get a response, but you will get a pair of eyes to look at it in all likelihood. On Apr 6, 2:52 pm, Shai levys...@gmail.com wrote:

Re: [android-developers] Re: HoneyComb isHardwareAccelerated() always returns false

2011-04-06 Thread Dianne Hackborn
Hm, the background bitmap is shown basically based on whether View.isHardwareAccelerated() returns true. The only time they can be different is when the view hierarchy is running in a process which has turned off hardware acceleration, which basically only happens as a special case in the system

[android-developers] Re: HoneyComb isHardwareAccelerated() always returns false

2011-04-05 Thread Shai
Same results with ApiDemos! I created a new sample project (ApiDemos) using ADT with API level 11 as the target and I tried the following: I DO get the patterned blue background in the main screen (seems like hardware acceleration is working). In ApiDemos.Java: - In the OnCreate I added a log