No examples for this method.
Frequently called with: [Clear]
-1
| android.view.View.OnAttachStateChangeListener |
Interface definition for a callback to be invoked when this view is attached or detached from its window.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
|
Called when the view is attached to a window.
|
|||||||||
|
|
|
Called when the view is detached from a window.
|
|||||||||
Called when the view is attached to a window.
| v | The view that was attached |
|---|
Called when the view is detached from a window.
| v | The view that was detached |
|---|