Searched refs:gatherViewTree (Results 1 – 2 of 2) sorted by relevance
19 import static android.perftests.utils.LayoutUtils.gatherViewTree;95 List<View> allNodes = gatherViewTree(viewGroup); in testLayoutPerf()
43 public static List<View> gatherViewTree(ViewGroup root) { in gatherViewTree() method in LayoutUtils