Searched refs:FOCUS_AFTER_DESCENDANTS (Results 1 – 18 of 18) sorted by relevance
60 mViewGroup.setDescendantFocusability(ViewGroup.FOCUS_AFTER_DESCENDANTS); in testDescendantFocusabilityEnum()61 assertEquals(ViewGroup.FOCUS_AFTER_DESCENDANTS, mViewGroup.getDescendantFocusability()); in testDescendantFocusabilityEnum()
46 assertEquals(ViewGroup.FOCUS_AFTER_DESCENDANTS, in testPreconditions()
113 setDescendantFocusability(FOCUS_AFTER_DESCENDANTS); in initTabHost()803 FOCUS_AFTER_DESCENDANTS); in getContentView()
163 setDescendantFocusability(ViewGroup.FOCUS_AFTER_DESCENDANTS); in initFloatingWindow()
315 setDescendantFocusability(FOCUS_AFTER_DESCENDANTS); in initScrollView()
347 setDescendantFocusability(FOCUS_AFTER_DESCENDANTS); in initScrollView()
224 : FOCUS_AFTER_DESCENDANTS); in setTransitioning()
346 setDescendantFocusability(FOCUS_AFTER_DESCENDANTS); in ViewPager()2608 descendantFocusability != FOCUS_AFTER_DESCENDANTS ||
575 setDescendantFocusability(ViewGroup.FOCUS_AFTER_DESCENDANTS); in RecyclerView()587 setDescendantFocusability(ViewGroup.FOCUS_AFTER_DESCENDANTS); in RecyclerView()
173 setDescendantFocusability(FOCUS_AFTER_DESCENDANTS); in IconMenuView()
352 public static final int FOCUS_AFTER_DESCENDANTS = 0x40000; field in ViewGroup364 {FOCUS_BEFORE_DESCENDANTS, FOCUS_AFTER_DESCENDANTS,777 @ViewDebug.IntToString(from = FOCUS_AFTER_DESCENDANTS, to = "FOCUS_AFTER_DESCENDANTS"),782 @EnumEntry(value = FOCUS_AFTER_DESCENDANTS, name = "afterDescendants"),800 case FOCUS_AFTER_DESCENDANTS: in setDescendantFocusability()939 && !(isFocused() && getDescendantFocusability() != FOCUS_AFTER_DESCENDANTS)) { in focusableViewAvailable()1320 if ((descendantFocusability == FOCUS_AFTER_DESCENDANTS) && focusSelf in addFocusables()3267 case FOCUS_AFTER_DESCENDANTS: { in requestFocus()3390 if (descendentFocusability == FOCUS_AFTER_DESCENDANTS && !hasFocusableChild(false)) { in restoreFocusNotInCluster()
2718 == ViewGroup.FOCUS_AFTER_DESCENDANTS) { in performTraversals()4286 if (group.getDescendantFocusability() == ViewGroup.FOCUS_AFTER_DESCENDANTS in focusableViewAvailable()4891 if (vgParent.getDescendantFocusability() == ViewGroup.FOCUS_AFTER_DESCENDANTS in findAncestorToTakeFocusInTouchMode()4912 ViewGroup.FOCUS_AFTER_DESCENDANTS) { in leaveTouchMode()
12357 == ViewGroup.FOCUS_AFTER_DESCENDANTS
2685 mDecor.setDescendantFocusability(ViewGroup.FOCUS_AFTER_DESCENDANTS);
970 setDescendantFocusability(FOCUS_AFTER_DESCENDANTS);
34197 field public static final int FOCUS_AFTER_DESCENDANTS = 262144; // 0x40000
52558 field public static final int FOCUS_AFTER_DESCENDANTS = 262144; // 0x40000
52702 field public static final int FOCUS_AFTER_DESCENDANTS = 262144; // 0x40000