I have a custom view that draws a scrollable bitmap to the screen. In order to initialize it, i need to pass in the size in pixels of the parent layout object. But during th
When onMeasure is called the view gets its measured width/height. After this, you can call layout.getMeasuredHeight().
onMeasure
layout.getMeasuredHeight()