HomeSort by relevance Sort by last modified time
    Searched full:beforedescendants (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/tests/coretests/src/android/widget/focus/
DescendantFocusability.java 28 public ViewGroup beforeDescendants;
43 beforeDescendants = (ViewGroup) 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());
  /frameworks/base/core/tests/coretests/res/layout/
descendant_focusability.xml 28 android:id="@+id/beforeDescendants"
32 android:descendantFocusability="beforeDescendants"
  /frameworks/base/core/res/res/values/
attrs.xml     [all...]

Completed in 207 milliseconds