public static interface ViewTreeObserver.OnGlobalLayoutListener
Modifier and Type | Method and Description |
---|---|
void |
onGlobalLayout()
Callback method to be invoked when the global layout state or the visibility of views
within the view tree changes
|