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

/frameworks/base/core/tests/coretests/src/android/widget/focus/
H A DDescendantFocusability.java35 public Button blocksDescendantsChild; field in class:DescendantFocusability
50 blocksDescendantsChild = (Button) blocksDescendants.getChildAt(0);
H A DDescendantFocusabilityTest.java54 assertTrue(a.blocksDescendantsChild.isFocusable());
89 assertFalse(a.blocksDescendantsChild.isFocused());
94 assertFalse(a.blocksDescendantsChild.isFocused());
100 assertFalse(a.blocksDescendantsChild.requestFocus());

Completed in 169 milliseconds