HomeSort by relevance Sort by last modified time
    Searched full:afterdescendants (Results 1 - 18 of 18) 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/support/v17/leanback/res/layout/
lb_vertical_grid_fragment.xml 26 android:descendantFocusability="afterDescendants"
lb_browse_fragment.xml 27 android:descendantFocusability="afterDescendants"
lb_error_fragment.xml 23 android:descendantFocusability="afterDescendants"
  /packages/apps/TvSettings/Settings/res/layout/
setup_scroll_adapter_view.xml 24 android:descendantFocusability="afterDescendants"
settings_list.xml 34 android:descendantFocusability="afterDescendants"
  /prebuilts/sdk/current/support/v17/leanback/res/layout/
lb_vertical_grid_fragment.xml 26 android:descendantFocusability="afterDescendants"
lb_browse_fragment.xml 27 android:descendantFocusability="afterDescendants"
lb_error_fragment.xml 23 android:descendantFocusability="afterDescendants"
  /packages/apps/Contacts/res/layout/
quickcontact_activity.xml 25 android:descendantFocusability="afterDescendants" >
quickcontact_activity_landscape.xml 26 android:descendantFocusability="afterDescendants" >
  /frameworks/base/core/res/res/layout/
search_bar.xml 29 android:descendantFocusability="afterDescendants">
  /packages/apps/Contacts/res/layout-sw720dp/
quickcontact_activity.xml 25 android:descendantFocusability="afterDescendants" >
  /frameworks/base/packages/SystemUI/res/layout/
status_bar.xml 29 android:descendantFocusability="afterDescendants"
super_status_bar.xml 27 android:descendantFocusability="afterDescendants">
  /frameworks/base/core/res/res/values/
attrs.xml     [all...]

Completed in 1152 milliseconds