setSystemUiVisibility can change the size of the screen available to apps. So I guess onMeasure is being called to allow the content to make best use of the available screen.
Why do you want to suppress calls to onMeasure ? On Wednesday, May 16, 2012 6:21:40 PM UTC+1, asantoso wrote: > > Hi all, > > Calling setSystemUiVisibility will cause another invocation of onMeasure > to all views? > If that's the case, how do i prevent that? > > -Agus. > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

