Package icyllis.modernui.view
Interface ViewTreeObserver.OnGlobalLayoutListener
- Enclosing class:
ViewTreeObserver
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Interface definition for a callback to be invoked when the global layout state
or the visibility of views within the view tree changes.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Callback method to be invoked when the global layout state or the visibility of views within the view tree changes
-
Method Details
-
onGlobalLayout
void onGlobalLayout()Callback method to be invoked when the global layout state or the visibility of views within the view tree changes
-