HomeSort by relevance Sort by last modified time
    Searched defs:beforeDescendants (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/tests/coretests/src/android/widget/focus/
DescendantFocusability.java 28 public ViewGroup beforeDescendants;
43 beforeDescendants = findViewById(R.id.beforeDescendants);
44 beforeDescendantsChild = (Button) beforeDescendants.getChildAt(0);
DescendantFocusabilityTest.java 46 a.beforeDescendants.getDescendantFocusability());
60 a.beforeDescendants.setFocusable(true);
62 assertTrue(a.beforeDescendants.requestFocus());
63 assertTrue(a.beforeDescendants.isFocused());
65 a.beforeDescendants.setFocusable(false);
66 a.beforeDescendants.requestFocus();
107 a.beforeDescendants.setFocusableInTouchMode(true);
117 assertFalse(a.beforeDescendants.isFocused());

Completed in 52 milliseconds