Home
last modified time | relevance | path

Searched refs:cluster1 (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/view/src/android/view/cts/
DViewGroupTest.java1690 public MockViewGroup cluster1 = new MockViewGroup(mContext); field in ViewGroupTest.TestClusterHier
1705 for (MockViewGroup mvg : new MockViewGroup[]{top, cluster1, cluster2, nestedGroup}) { in TestClusterHier()
1709 cluster1.setKeyboardNavigationCluster(true); in TestClusterHier()
1711 cluster1.addView(c1view1); in TestClusterHier()
1712 cluster1.addView(c1view2); in TestClusterHier()
1716 top.addView(cluster1); in TestClusterHier()
1725 h.cluster1.restoreFocusInCluster(View.FOCUS_DOWN); in testRestoreFocusInCluster()
1739 h.cluster1.restoreFocusInCluster(View.FOCUS_DOWN); in testRestoreFocusInCluster()
1743 h.cluster1.setDescendantFocusability(ViewGroup.FOCUS_BLOCK_DESCENDANTS); in testRestoreFocusInCluster()
1744 h.cluster1.restoreFocusInCluster(View.FOCUS_DOWN); in testRestoreFocusInCluster()
[all …]