Searched refs:FOCUS_AFTER_DESCENDANTS (Results 1 – 17 of 17) 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()
129 setDescendantFocusability(FOCUS_AFTER_DESCENDANTS); in initTabHost()831 FOCUS_AFTER_DESCENDANTS); in getContentView()
185 setDescendantFocusability(ViewGroup.FOCUS_AFTER_DESCENDANTS); in initFloatingWindow()
322 setDescendantFocusability(FOCUS_AFTER_DESCENDANTS); in initScrollView()
353 setDescendantFocusability(FOCUS_AFTER_DESCENDANTS); in initScrollView()
224 : FOCUS_AFTER_DESCENDANTS); in setTransitioning()
346 setDescendantFocusability(FOCUS_AFTER_DESCENDANTS); in ViewPager()2652 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()
373 public static final int FOCUS_AFTER_DESCENDANTS = 0x40000; field in ViewGroup385 {FOCUS_BEFORE_DESCENDANTS, FOCUS_AFTER_DESCENDANTS,805 @ViewDebug.IntToString(from = FOCUS_AFTER_DESCENDANTS, to = "FOCUS_AFTER_DESCENDANTS"),810 @EnumEntry(value = FOCUS_AFTER_DESCENDANTS, name = "afterDescendants"),828 case FOCUS_AFTER_DESCENDANTS: in setDescendantFocusability()967 && !(isFocused() && getDescendantFocusability() != FOCUS_AFTER_DESCENDANTS)) { in focusableViewAvailable()1348 if ((descendantFocusability == FOCUS_AFTER_DESCENDANTS) && focusSelf in addFocusables()3328 case FOCUS_AFTER_DESCENDANTS: { in requestFocus()3451 if (descendentFocusability == FOCUS_AFTER_DESCENDANTS && !hasFocusableChild(false)) { in restoreFocusNotInCluster()
3616 == ViewGroup.FOCUS_AFTER_DESCENDANTS) { in performTraversals()5357 if (group.getDescendantFocusability() == ViewGroup.FOCUS_AFTER_DESCENDANTS in focusableViewAvailable()5962 if (vgParent.getDescendantFocusability() == ViewGroup.FOCUS_AFTER_DESCENDANTS in findAncestorToTakeFocusInTouchMode()5983 ViewGroup.FOCUS_AFTER_DESCENDANTS) { in leaveTouchMode()
13386 == ViewGroup.FOCUS_AFTER_DESCENDANTS in updateFocusedInCluster()
2754 mDecor.setDescendantFocusability(ViewGroup.FOCUS_AFTER_DESCENDANTS);
1030 setDescendantFocusability(FOCUS_AFTER_DESCENDANTS); in initView()
34197 field public static final int FOCUS_AFTER_DESCENDANTS = 262144; // 0x40000
50701 field public static final int FOCUS_AFTER_DESCENDANTS = 262144; // 0x40000