Home
last modified time | relevance | path

Searched refs:FOCUS_BLOCK_DESCENDANTS (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/view/
DViewGroupAttributesTest.java63 mViewGroup.setDescendantFocusability(ViewGroup.FOCUS_BLOCK_DESCENDANTS); in testDescendantFocusabilityEnum()
64 assertEquals(ViewGroup.FOCUS_BLOCK_DESCENDANTS, mViewGroup.getDescendantFocusability()); in testDescendantFocusabilityEnum()
/frameworks/base/core/tests/coretests/src/android/widget/focus/
DDescendantFocusabilityTest.java48 assertEquals(ViewGroup.FOCUS_BLOCK_DESCENDANTS, in testPreconditions()
/frameworks/base/core/java/android/view/
DViewGroup.java358 public static final int FOCUS_BLOCK_DESCENDANTS = 0x60000; field in ViewGroup
365 FOCUS_BLOCK_DESCENDANTS};
778 @ViewDebug.IntToString(from = FOCUS_BLOCK_DESCENDANTS, to = "FOCUS_BLOCK_DESCENDANTS")
783 @EnumEntry(value = FOCUS_BLOCK_DESCENDANTS, name = "blocksDescendants")
801 case FOCUS_BLOCK_DESCENDANTS: in setDescendantFocusability()
826 if (getDescendantFocusability() == FOCUS_BLOCK_DESCENDANTS) { in requestChildFocus()
929 && (getDescendantFocusability() != FOCUS_BLOCK_DESCENDANTS) in focusableViewAvailable()
1254 if (descendantFocusability != FOCUS_BLOCK_DESCENDANTS) { in hasFocusable()
1288 if (descendantFocusability == FOCUS_BLOCK_DESCENDANTS) { in addFocusables()
1349 if (getDescendantFocusability() == FOCUS_BLOCK_DESCENDANTS) { in addKeyboardNavigationClusters()
[all …]
DView.java13006 if (vgAncestor.getDescendantFocusability() == ViewGroup.FOCUS_BLOCK_DESCENDANTS
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationRowBinderImpl.java186 row.setDescendantFocusability(ViewGroup.FOCUS_BLOCK_DESCENDANTS); in bindRow()
/frameworks/base/core/java/com/android/internal/widget/
DActionBarContainer.java223 setDescendantFocusability(isTransitioning ? FOCUS_BLOCK_DESCENDANTS in setTransitioning()
DViewPager.java2591 if (descendantFocusability != FOCUS_BLOCK_DESCENDANTS) {
DRecyclerView.java3338 || getDescendantFocusability() == FOCUS_BLOCK_DESCENDANTS in recoverFocusFromState()
/frameworks/base/core/java/android/widget/
DListView.java3359 setDescendantFocusability(ViewGroup.FOCUS_BLOCK_DESCENDANTS);
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt34199 field public static final int FOCUS_BLOCK_DESCENDANTS = 393216; // 0x60000
/frameworks/base/non-updatable-api/
Dcurrent.txt52560 field public static final int FOCUS_BLOCK_DESCENDANTS = 393216; // 0x60000
/frameworks/base/api/
Dcurrent.txt52704 field public static final int FOCUS_BLOCK_DESCENDANTS = 393216; // 0x60000