i have a View subclass and i overrode the onDraw method

 void onDraw(Canvas canvas)

when i do a canvas.getHeight() - i get 480 in the emulator.

that's the full screen height - i'm pretty sure the canvas
does not include the title bar etc.

shouldn't canvas.getHeight() return the true height of
the canvas paintable area

i.e. height of the screen - title height - notification bar
height

-- 
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

Reply via email to