HomeSort by relevance Sort by last modified time
    Searched refs:beforeDescendantsChild (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/tests/coretests/src/android/widget/focus/
DescendantFocusability.java 29 public Button beforeDescendantsChild;
44 beforeDescendantsChild = (Button) beforeDescendants.getChildAt(0);
DescendantFocusabilityTest.java 52 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 53 milliseconds