public static interface ViewTreeObserver.OnWindowAttachListener
Modifier and Type | Method and Description |
---|---|
void |
onWindowAttached()
Callback method to be invoked when the view hierarchy is attached to a window
|
void |
onWindowDetached()
Callback method to be invoked when the view hierarchy is detached from a window
|