Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/widget/focus/
H A DDescendantFocusabilityTest.java53 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()
H A DDescendantFocusability.java35 public Button blocksDescendantsChild; field in DescendantFocusability
50 blocksDescendantsChild = (Button) blocksDescendants.getChildAt(0); in onCreate()