public static interface View.OnAttachStateChangeListener
Modifier and Type | Method and Description |
---|---|
void |
onViewAttachedToWindow(View v)
Called when the view is attached to a window.
|
void |
onViewDetachedFromWindow(View v)
Called when the view is detached from a window.
|
void onViewAttachedToWindow(View v)
v
- The view that was attachedvoid onViewDetachedFromWindow(View v)
v
- The view that was detached