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.java379 public static final int FOCUS_BLOCK_DESCENDANTS = 0x60000; field in ViewGroup
386 FOCUS_BLOCK_DESCENDANTS};
803 @ViewDebug.IntToString(from = FOCUS_BLOCK_DESCENDANTS, to = "FOCUS_BLOCK_DESCENDANTS")
808 @EnumEntry(value = FOCUS_BLOCK_DESCENDANTS, name = "blocksDescendants")
826 case FOCUS_BLOCK_DESCENDANTS: in setDescendantFocusability()
851 if (getDescendantFocusability() == FOCUS_BLOCK_DESCENDANTS) { in requestChildFocus()
954 && (getDescendantFocusability() != FOCUS_BLOCK_DESCENDANTS) in focusableViewAvailable()
1279 if (descendantFocusability != FOCUS_BLOCK_DESCENDANTS) { in hasFocusable()
1313 if (descendantFocusability == FOCUS_BLOCK_DESCENDANTS) { in addFocusables()
1374 if (getDescendantFocusability() == FOCUS_BLOCK_DESCENDANTS) { in addKeyboardNavigationClusters()
[all …]
DView.java15265 if (vgAncestor.getDescendantFocusability() == ViewGroup.FOCUS_BLOCK_DESCENDANTS
/frameworks/base/core/java/com/android/internal/widget/
DActionBarContainer.java222 setDescendantFocusability(isTransitioning ? FOCUS_BLOCK_DESCENDANTS in setTransitioning()
DViewPager.java2635 if (descendantFocusability != FOCUS_BLOCK_DESCENDANTS) {
DRecyclerView.java3459 || getDescendantFocusability() == FOCUS_BLOCK_DESCENDANTS in recoverFocusFromState()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowController.java303 mView.setDescendantFocusability(ViewGroup.FOCUS_BLOCK_DESCENDANTS); in init()
/frameworks/base/core/java/android/widget/
DListView.java3361 setDescendantFocusability(ViewGroup.FOCUS_BLOCK_DESCENDANTS);
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt34199 field public static final int FOCUS_BLOCK_DESCENDANTS = 393216; // 0x60000
/frameworks/base/core/api/
Dcurrent.txt53737 field public static final int FOCUS_BLOCK_DESCENDANTS = 393216; // 0x60000