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

  /frameworks/base/core/tests/coretests/src/android/widget/focus/
DescendantFocusability.java 31 public ViewGroup afterDescendants;
46 afterDescendants = (ViewGroup) findViewById(R.id.afterDescendants);
47 afterDescendantsChild = (Button) afterDescendants.getChildAt(0);
DescendantFocusabilityTest.java 48 a.afterDescendants.getDescendantFocusability());
73 a.afterDescendants.setFocusable(true);
75 assertTrue(a.afterDescendants.requestFocus());
78 a.afterDescendants.setFocusable(false);
79 assertTrue(a.afterDescendants.requestFocus());
124 a.afterDescendants.setFocusableInTouchMode(true);
134 assertTrue(a.afterDescendants.isFocused());

Completed in 119 milliseconds