Searched refs:beforeDescendantsChild (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/widget/focus/
H A DDescendantFocusability.java29 public Button beforeDescendantsChild; field in class:DescendantFocusability
44 beforeDescendantsChild = (Button) beforeDescendants.getChildAt(0);
H A DDescendantFocusabilityTest.java52 assertTrue(a.beforeDescendantsChild.isFocusable());
67 assertTrue(a.beforeDescendantsChild.isFocused());
108 a.beforeDescendantsChild.requestFocus();
112 assertTrue(a.beforeDescendantsChild.isFocused());
113 assertFalse(a.beforeDescendantsChild.isInTouchMode());
115 TouchUtils.clickView(this, a.beforeDescendantsChild);
116 assertTrue(a.beforeDescendantsChild.isInTouchMode());

Completed in 624 milliseconds