Interface ViewTreeObserver.OnPreDrawListener

All Known Implementing Classes:
Button, CheckBox, CompoundButton, EditText, MaterialCheckBox, MaterialRadioButton, OneShotPreDrawListener, RadioButton, SwitchButton, TextView
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.OnPreDrawListener
Interface definition for a callback to be invoked when the view tree is about to be drawn.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Callback method to be invoked when the view tree is about to be drawn.