Searched refs:beforeDescendantsChild (Results 1 – 2 of 2) sorted by relevance
52 assertTrue(a.beforeDescendantsChild.isFocusable()); in testPreconditions()67 assertTrue(a.beforeDescendantsChild.isFocused()); in testBeforeDescendants()108 a.beforeDescendantsChild.requestFocus(); in testBeforeDescendantsEnterTouchMode()112 assertTrue(a.beforeDescendantsChild.isFocused()); in testBeforeDescendantsEnterTouchMode()113 assertFalse(a.beforeDescendantsChild.isInTouchMode()); in testBeforeDescendantsEnterTouchMode()115 TouchUtils.clickView(this, a.beforeDescendantsChild); in testBeforeDescendantsEnterTouchMode()116 assertTrue(a.beforeDescendantsChild.isInTouchMode()); in testBeforeDescendantsEnterTouchMode()
29 public Button beforeDescendantsChild; field in DescendantFocusability44 beforeDescendantsChild = (Button) beforeDescendants.getChildAt(0); in onCreate()