public abstract class ViewGroupHierarchyChangeEvent
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
abstract android.view.View |
child()
The child from which this event occurred.
|
abstract android.view.ViewGroup |
view()
The view from which this event occurred.
|