Searched refs:blocksDescendantsChild (Results 1 – 2 of 2) sorted by relevance
54 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()
35 public Button blocksDescendantsChild; field in DescendantFocusability50 blocksDescendantsChild = (Button) blocksDescendants.getChildAt(0); in onCreate()