android.view
public
static
interface
android.view.ViewTreeObserver.OnGlobalLayoutListener
android.view.ViewTreeObserver.OnGlobalLayoutListener |
|
Interface definition for a callback to be invoked when the global layout state
or the visibility of views within the view tree changes.
Known Indirect Subclasses
AbsListView |
Common code shared between ListView and GridView |
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. |
Summary
Details
Public Methods
public
void
onGlobalLayout()
Callback method to be invoked when the global layout state or the visibility of views
within the view tree changes