No examples for this method.
Frequently called with: [Clear]
-1
| android.view.View.OnLayoutChangeListener |
Interface definition for a callback to be invoked when the layout bounds of a view changes due to layout processing.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
|
Called when the focus state of a view has changed.
|
|||||||||
Called when the focus state of a view has changed.
| v | The view whose state has changed. |
|---|---|
| left | The new value of the view's left property. |
| top | The new value of the view's top property. |
| right | The new value of the view's right property. |
| bottom | The new value of the view's bottom property. |
| oldLeft | The previous value of the view's left property. |
| oldTop | The previous value of the view's top property. |
| oldRight | The previous value of the view's right property. |
| oldBottom | The previous value of the view's bottom property. |