Searched refs:blocksDescendantsChild (Results 1 – 2 of 2) sorted by relevance
53 assertTrue(a.blocksDescendantsChild.isFocusable()); in testPreconditions()88 assertFalse(a.blocksDescendantsChild.isFocused()); in testBlocksDescendants()93 assertFalse(a.blocksDescendantsChild.isFocused()); in testBlocksDescendants()99 assertFalse(a.blocksDescendantsChild.requestFocus()); in testChildOfDescendantBlockerRequestFocusFails()
35 public Button blocksDescendantsChild; field in DescendantFocusability50 blocksDescendantsChild = (Button) blocksDescendants.getChildAt(0); in onCreate()