[android-developers] 2048 pixels limit of hardware acceleration

2012-10-25 Thread Chi Ho Kwok
So I ran into this limit a while ago on one of the views on DigiCalhttps://play.google.com/store/apps/details?id=com.digibites.calendar (the week one) where you can pinch to zoom, and then, we just decided to disable hardware acceleration. But I'm wondering - when 2560x1440 10 tablets are

Re: [android-developers] 2048 pixels limit of hardware acceleration

2012-10-25 Thread Romain Guy
The limit varies from GPU to GPU. 2048 is the minimum maximum but it can/will be higher on different GPUs. The limit can be queried using Canvas.getMaxBitmapWidth/Height(). On Oct 25, 2012 6:04 AM, Chi Ho Kwok chk...@digibites.nl wrote: So I ran into this limit a while ago on one of the views on