android.view.ViewTreeObserver.OnGlobalLayoutListener |
Known Indirect Subclasses
AbsListView |
Base class that can be used to implement virtualized lists of items. |
ExpandableListView |
A view that shows items in a vertically scrolling two-level list. |
GridView |
A view that shows items in two-dimensional scrolling grid. |
ListView |
A view that shows items in a vertically scrolling list. |
NativeActivity |
Convenience for implementing an activity that will be implemented
purely in native code. |
|
Class Overview
Interface definition for a callback to be invoked when the global layout state
or the visibility of views within the view tree changes.
Summary
Public Methods |
abstract
void
|
onGlobalLayout()
Callback method to be invoked when the global layout state or the visibility of views
within the view tree changes
|
Public Methods
public
abstract
void
onGlobalLayout
()
Callback method to be invoked when the global layout state or the visibility of views
within the view tree changes