HomeSort by relevance Sort by last modified time
    Searched refs:FOCUS_BLOCK_DESCENDANTS (Results 1 - 25 of 43) sorted by null

1 2

  /frameworks/base/core/tests/coretests/src/android/view/
ViewGroupAttributesTest.java 62 mViewGroup.setDescendantFocusability(ViewGroup.FOCUS_BLOCK_DESCENDANTS);
63 assertEquals(ViewGroup.FOCUS_BLOCK_DESCENDANTS, mViewGroup.getDescendantFocusability());
  /frameworks/support/wear/src/androidTest/java/androidx/wear/widget/
SwipeDismissPreferenceFragment.java 94 mSwipeLayout.setDescendantFocusability(ViewGroup.FOCUS_BLOCK_DESCENDANTS);
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherAppWidgetHostView.java 99 return ViewGroup.FOCUS_BLOCK_DESCENDANTS;
AppsCustomizeTabHost.java 334 return ViewGroup.FOCUS_BLOCK_DESCENDANTS;
Workspace.java     [all...]
  /frameworks/base/core/tests/coretests/src/android/widget/focus/
DescendantFocusabilityTest.java 49 assertEquals(ViewGroup.FOCUS_BLOCK_DESCENDANTS,
  /frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/app/
FragmentTabsPager.java 172 widget.setDescendantFocusability(ViewGroup.FOCUS_BLOCK_DESCENDANTS);
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/
TabsAdapter.java 136 widget.setDescendantFocusability(ViewGroup.FOCUS_BLOCK_DESCENDANTS);
  /frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
RecyclerViewFocusRecoveryTest.java 320 testFocusRecoveryBeforeLayout(ViewGroup.FOCUS_BLOCK_DESCENDANTS);
335 testFocusRecoveryDuringLayout(ViewGroup.FOCUS_BLOCK_DESCENDANTS);
441 || mRecyclerView.getDescendantFocusability() == ViewGroup.FOCUS_BLOCK_DESCENDANTS
446 String msg2 = " when descendant focusability is FOCUS_BLOCK_DESCENDANTS";
451 == ViewGroup.FOCUS_BLOCK_DESCENDANTS ? msg2 : msg3)),
455 == ViewGroup.FOCUS_BLOCK_DESCENDANTS ? msg2 : msg3)),
459 == ViewGroup.FOCUS_BLOCK_DESCENDANTS ? msg2 : msg3)),
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
ContentPaneFocusTest.java 109 top.setDescendantFocusability(ViewGroup.FOCUS_BLOCK_DESCENDANTS);
ViewGroupTest.java 141 mMockViewGroup.setDescendantFocusability(ViewGroup.FOCUS_BLOCK_DESCENDANTS);
178 mMockViewGroup.setDescendantFocusability(ViewGroup.FOCUS_BLOCK_DESCENDANTS);
753 mMockViewGroup.setDescendantFocusability(ViewGroup.FOCUS_BLOCK_DESCENDANTS);
915 mMockViewGroup.setDescendantFocusability(ViewGroup.FOCUS_BLOCK_DESCENDANTS);
    [all...]
  /frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/test/
RecyclerViewTest.java 138 assertEquals(ViewGroup.FOCUS_BLOCK_DESCENDANTS, view.getDescendantFocusability());
  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
ActionBarContainer.java 193 setDescendantFocusability(isTransitioning ? FOCUS_BLOCK_DESCENDANTS
  /frameworks/base/core/java/android/view/
ViewGroup.java 346 public static final int FOCUS_BLOCK_DESCENDANTS = 0x60000;
353 FOCUS_BLOCK_DESCENDANTS};
755 * {@link #FOCUS_BLOCK_DESCENDANTS}.
760 @ViewDebug.IntToString(from = FOCUS_BLOCK_DESCENDANTS, to = "FOCUS_BLOCK_DESCENDANTS")
772 * {@link #FOCUS_BLOCK_DESCENDANTS}.
778 case FOCUS_BLOCK_DESCENDANTS:
782 + "FOCUS_AFTER_DESCENDANTS, FOCUS_BLOCK_DESCENDANTS");
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
ActionBarContainer.java 223 setDescendantFocusability(isTransitioning ? FOCUS_BLOCK_DESCENDANTS
ViewPager.java     [all...]
  /frameworks/support/leanback/src/main/java/androidx/leanback/widget/
BaseGridView.java     [all...]
GuidedActionsStylist.java     [all...]
GridLayoutManager.java     [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/widget/
LauncherAppWidgetHostView.java 273 : ViewGroup.FOCUS_BLOCK_DESCENDANTS;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationEntryManager.java 372 row.setDescendantFocusability(ViewGroup.FOCUS_BLOCK_DESCENDANTS);
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
PagedView.java 763 if (getDescendantFocusability() == FOCUS_BLOCK_DESCENDANTS) {
    [all...]
  /frameworks/support/drawerlayout/src/main/java/androidx/drawerlayout/widget/
DrawerLayout.java     [all...]
  /frameworks/support/viewpager/src/main/java/androidx/viewpager/widget/
ViewPager.java     [all...]
  /frameworks/base/core/java/android/widget/
ListView.java     [all...]

Completed in 1023 milliseconds

1 2