Searched refs:FOCUS_BLOCK_DESCENDANTS (Results 1 – 12 of 12) sorted by relevance
63 mViewGroup.setDescendantFocusability(ViewGroup.FOCUS_BLOCK_DESCENDANTS); in testDescendantFocusabilityEnum()64 assertEquals(ViewGroup.FOCUS_BLOCK_DESCENDANTS, mViewGroup.getDescendantFocusability()); in testDescendantFocusabilityEnum()
48 assertEquals(ViewGroup.FOCUS_BLOCK_DESCENDANTS, in testPreconditions()
131 mView.setDescendantFocusability(ViewGroup.FOCUS_BLOCK_DESCENDANTS); in init()
373 public static final int FOCUS_BLOCK_DESCENDANTS = 0x60000; field in ViewGroup380 FOCUS_BLOCK_DESCENDANTS};800 @ViewDebug.IntToString(from = FOCUS_BLOCK_DESCENDANTS, to = "FOCUS_BLOCK_DESCENDANTS")805 @EnumEntry(value = FOCUS_BLOCK_DESCENDANTS, name = "blocksDescendants")823 case FOCUS_BLOCK_DESCENDANTS: in setDescendantFocusability()848 if (getDescendantFocusability() == FOCUS_BLOCK_DESCENDANTS) { in requestChildFocus()951 && (getDescendantFocusability() != FOCUS_BLOCK_DESCENDANTS) in focusableViewAvailable()1276 if (descendantFocusability != FOCUS_BLOCK_DESCENDANTS) { in hasFocusable()1310 if (descendantFocusability == FOCUS_BLOCK_DESCENDANTS) { in addFocusables()1371 if (getDescendantFocusability() == FOCUS_BLOCK_DESCENDANTS) { in addKeyboardNavigationClusters()[all …]
13360 if (vgAncestor.getDescendantFocusability() == ViewGroup.FOCUS_BLOCK_DESCENDANTS
223 setDescendantFocusability(isTransitioning ? FOCUS_BLOCK_DESCENDANTS in setTransitioning()
2591 if (descendantFocusability != FOCUS_BLOCK_DESCENDANTS) {
3352 || getDescendantFocusability() == FOCUS_BLOCK_DESCENDANTS in recoverFocusFromState()
3363 setDescendantFocusability(ViewGroup.FOCUS_BLOCK_DESCENDANTS);
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
54804 …ViewDebug.IntToString(from=android.view.ViewGroup.FOCUS_BLOCK_DESCENDANTS, to="FOCUS_BLOCK_DESCEND…54892 field public static final int FOCUS_BLOCK_DESCENDANTS = 393216; // 0x60000
34199 field public static final int FOCUS_BLOCK_DESCENDANTS = 393216; // 0x60000