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()
129 setDescendantFocusability(FOCUS_AFTER_DESCENDANTS); in initTabHost()831 FOCUS_AFTER_DESCENDANTS); in getContentView()
184 setDescendantFocusability(ViewGroup.FOCUS_AFTER_DESCENDANTS); in initFloatingWindow()
332 setDescendantFocusability(FOCUS_AFTER_DESCENDANTS); in initScrollView()
369 setDescendantFocusability(FOCUS_AFTER_DESCENDANTS); in initScrollView()
223 : 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,802 @ViewDebug.IntToString(from = FOCUS_AFTER_DESCENDANTS, to = "FOCUS_AFTER_DESCENDANTS"),807 @EnumEntry(value = FOCUS_AFTER_DESCENDANTS, name = "afterDescendants"),825 case FOCUS_AFTER_DESCENDANTS: in setDescendantFocusability()964 && !(isFocused() && getDescendantFocusability() != FOCUS_AFTER_DESCENDANTS)) { in focusableViewAvailable()1345 if ((descendantFocusability == FOCUS_AFTER_DESCENDANTS) && focusSelf in addFocusables()3329 case FOCUS_AFTER_DESCENDANTS: { in requestFocus()3452 if (descendentFocusability == FOCUS_AFTER_DESCENDANTS && !hasFocusableChild(false)) { in restoreFocusNotInCluster()
4209 == ViewGroup.FOCUS_AFTER_DESCENDANTS) { in performTraversals()6336 if (group.getDescendantFocusability() == ViewGroup.FOCUS_AFTER_DESCENDANTS in focusableViewAvailable()7034 if (vgParent.getDescendantFocusability() == ViewGroup.FOCUS_AFTER_DESCENDANTS in findAncestorToTakeFocusInTouchMode()7055 ViewGroup.FOCUS_AFTER_DESCENDANTS) { in leaveTouchMode()
14605 == ViewGroup.FOCUS_AFTER_DESCENDANTS
2876 mDecor.setDescendantFocusability(ViewGroup.FOCUS_AFTER_DESCENDANTS);
920 setDescendantFocusability(FOCUS_AFTER_DESCENDANTS); in initView()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
34197 field public static final int FOCUS_AFTER_DESCENDANTS = 262144; // 0x40000
53735 field public static final int FOCUS_AFTER_DESCENDANTS = 262144; // 0x40000