HomeSort by relevance Sort by last modified time
    Searched full:afterdescendants (Results 1 - 15 of 15) 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());
  /frameworks/base/core/tests/coretests/res/layout/
descendant_focusability.xml 41 android:id="@+id/afterDescendants"
45 android:descendantFocusability="afterDescendants"
  /frameworks/base/packages/SystemUI/res/layout/
system_bar_notification_peek.xml 40 android:descendantFocusability="afterDescendants"
super_status_bar.xml 25 android:descendantFocusability="afterDescendants"
system_bar_notification_panel.xml 70 android:descendantFocusability="afterDescendants"
status_bar.xml 29 android:descendantFocusability="afterDescendants"
  /frameworks/base/packages/SystemUI/res/layout-sw600dp/
super_status_bar.xml 25 android:descendantFocusability="afterDescendants"
  /packages/apps/Contacts/res/layout-sw580dp/
quickcontact_activity.xml 25 android:descendantFocusability="afterDescendants">
  /packages/apps/Contacts/res/layout-sw580dp-land/
quickcontact_activity.xml 24 android:descendantFocusability="afterDescendants">
  /packages/apps/Contacts/res/layout-sw680dp-land/
quickcontact_activity.xml 24 android:descendantFocusability="afterDescendants">
  /frameworks/base/core/res/res/layout/
search_bar.xml 29 android:descendantFocusability="afterDescendants">
  /packages/apps/Contacts/res/layout/
quickcontact_activity.xml 25 android:descendantFocusability="afterDescendants">
  /packages/apps/Contacts/res/layout-land/
quickcontact_activity.xml 25 android:descendantFocusability="afterDescendants">
  /frameworks/base/core/res/res/values/
attrs.xml     [all...]

Completed in 235 milliseconds