Home
last modified time | relevance | path

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

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