public class ViewHierarchyUtil
extends java.lang.Object
| Constructor and Description |
|---|
ViewHierarchyUtil() |
| Modifier and Type | Method and Description |
|---|---|
static android.util.Pair<android.view.View,java.lang.Integer> |
getDeepestLeaf(android.view.View root)
Returns the view instance and depth of the deepest leaf view from the given root view.
|