-
public class ViewHierarchyUtil
Helper for computing information about the view hierarchy
-
-
Method Summary
Modifier and Type Method Description static Pair<View, Integer>
getDeepestLeaf(View root)
Returns the view instance and depth of the deepest leaf view from the given root view. -
-
Method Detail
-
getDeepestLeaf
static Pair<View, Integer> getDeepestLeaf(View root)
Returns the view instance and depth of the deepest leaf view from the given root view.
-
-
-
-