Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DViewGroupTest.java227 h.nestedGroup.setKeyboardNavigationCluster(true); in testAddKeyboardNavigationClusters()
230 assertTrue(list.contains(h.nestedGroup)); in testAddKeyboardNavigationClusters()
234 assertFalse(list.contains(h.nestedGroup)); in testAddKeyboardNavigationClusters()
1694 public MockViewGroup nestedGroup = new MockViewGroup(mContext); field in ViewGroupTest.TestClusterHier
1705 for (MockViewGroup mvg : new MockViewGroup[]{top, cluster1, cluster2, nestedGroup}) { in TestClusterHier()
1714 nestedGroup.addView(c2view2); in TestClusterHier()
1715 cluster2.addView(nestedGroup); in TestClusterHier()
1754 h.nestedGroup.setKeyboardNavigationCluster(true); in testRestoreFocusInCluster()
2013 h.nestedGroup.setKeyboardNavigationCluster(true); in testTouchscreenBlocksFocus()
2014 h.nestedGroup.setTouchscreenBlocksFocus(true); in testTouchscreenBlocksFocus()