android.view.ViewTreeObserver.OnPreDrawListener |
Known Indirect Subclasses
AutoCompleteTextView
,
Button
,
CheckBox
,
CheckedTextView
,
Chronometer
,
CompoundButton
,
DigitalClock
,
EditText
,
ExtractEditText
,
MultiAutoCompleteTextView
,
RadioButton
,
Switch
,
TextClock
,
TextView
,
ToggleButton
|
Interface definition for a callback to be invoked when the view tree is about to be drawn.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
Callback method to be invoked when the view tree is about to be drawn.
|
Callback method to be invoked when the view tree is about to be drawn. At this point, all views in the tree have been measured and given a frame. Clients can use this to adjust their scroll bounds or even to request a new layout before drawing occurs.