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.

@FunctionalInterface public static interface 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.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    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