public static interface RecyclerView.OnChildAttachStateChangeListener
Modifier and Type | Method and Description |
---|---|
void |
onChildViewAttachedToWindow(View view)
Called when a view is attached to the RecyclerView.
|
void |
onChildViewDetachedFromWindow(View view)
Called when a view is detached from RecyclerView.
|
void onChildViewAttachedToWindow(View view)
view
- The View which is attached to the RecyclerViewvoid onChildViewDetachedFromWindow(View view)
view
- The View which is being detached from the RecyclerView