Home
last modified time | relevance | path

Searched refs:getDescendantFocusability (Results 1 – 21 of 21) sorted by relevance

/aosp12/frameworks/base/core/tests/coretests/src/android/view/
H A DViewGroupAttributesTest.java53 ViewGroup.FOCUS_BEFORE_DESCENDANTS, mViewGroup.getDescendantFocusability()); in testDescendantFocusabilityEnum()
61 assertEquals(ViewGroup.FOCUS_AFTER_DESCENDANTS, mViewGroup.getDescendantFocusability()); in testDescendantFocusabilityEnum()
64 assertEquals(ViewGroup.FOCUS_BLOCK_DESCENDANTS, mViewGroup.getDescendantFocusability()); in testDescendantFocusabilityEnum()
67 assertEquals(ViewGroup.FOCUS_BEFORE_DESCENDANTS, mViewGroup.getDescendantFocusability()); in testDescendantFocusabilityEnum()
/aosp12/frameworks/base/core/tests/coretests/src/android/widget/focus/
H A DDescendantFocusabilityTest.java45 a.beforeDescendants.getDescendantFocusability()); in testPreconditions()
47 a.afterDescendants.getDescendantFocusability()); in testPreconditions()
49 a.blocksDescendants.getDescendantFocusability()); in testPreconditions()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/anim/
H A DAlphaUpdateListener.java62 int oldFocusability = viewGroup.getDescendantFocusability(); in updateVisibility()
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/common/rotary/
H A DDirectManipulationState.java73 mOriginalDescendantFocusability = viewGroup.getDescendantFocusability(); in enable()
/aosp12/packages/apps/Car/tests/RotaryPlayground/src/com/android/car/rotaryplayground/
H A DDirectManipulationState.java76 mOriginalDescendantFocusability = viewGroup.getDescendantFocusability(); in enable()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/widget/
H A DNavigableAppWidgetHostView.java71 public int getDescendantFocusability() { in getDescendantFocusability() method in NavigableAppWidgetHostView
/aosp12/frameworks/base/core/java/android/view/
H A DViewGroup.java812 public int getDescendantFocusability() { in getDescendantFocusability() method in ViewGroup
853 if (getDescendantFocusability() == FOCUS_BLOCK_DESCENDANTS) { in requestChildFocus()
956 && (getDescendantFocusability() != FOCUS_BLOCK_DESCENDANTS) in focusableViewAvailable()
966 && !(isFocused() && getDescendantFocusability() != FOCUS_AFTER_DESCENDANTS)) { in focusableViewAvailable()
1280 final int descendantFocusability = getDescendantFocusability(); in hasFocusable()
1311 final int descendantFocusability = getDescendantFocusability(); in addFocusables()
1376 if (getDescendantFocusability() == FOCUS_BLOCK_DESCENDANTS) { in addKeyboardNavigationClusters()
3314 int descendantFocusability = getDescendantFocusability(); in requestFocus()
3385 && getDescendantFocusability() != FOCUS_BLOCK_DESCENDANTS in restoreDefaultFocus()
3435 int descendentFocusability = getDescendantFocusability(); in restoreFocusNotInCluster()
[all …]
H A DViewRootImpl.java3324 && ((ViewGroup) focused).getDescendantFocusability() in performTraversals()
5061 if (group.getDescendantFocusability() == ViewGroup.FOCUS_AFTER_DESCENDANTS in focusableViewAvailable()
5659 if (vgParent.getDescendantFocusability() == ViewGroup.FOCUS_AFTER_DESCENDANTS in findAncestorToTakeFocusInTouchMode()
5679 } else if (((ViewGroup) focusedView).getDescendantFocusability() != in leaveTouchMode()
H A DView.java12947 && ((ViewGroup) oldFocus).getDescendantFocusability() in updateFocusedInCluster()
13603 if (vgAncestor.getDescendantFocusability() == ViewGroup.FOCUS_BLOCK_DESCENDANTS in hasAncestorThatBlocksDescendantFocus()
/aosp12/frameworks/base/core/java/android/widget/
H A DHorizontalScrollView.java1268 final int descendantFocusability = getDescendantFocusability(); // save in arrowScroll()
H A DScrollView.java1293 final int descendantFocusability = getDescendantFocusability(); // save in arrowScroll()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DPagedView.java934 if (getDescendantFocusability() == FOCUS_BLOCK_DESCENDANTS) { in addFocusables()
H A DWorkspace.java1428 public int getDescendantFocusability() { in getDescendantFocusability() method in Workspace
1432 return super.getDescendantFocusability(); in getDescendantFocusability()
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DViewPager.java2633 final int descendantFocusability = getDescendantFocusability();
H A DRecyclerView.java3459 || getDescendantFocusability() == FOCUS_BLOCK_DESCENDANTS in recoverFocusFromState()
3460 || (getDescendantFocusability() == FOCUS_BEFORE_DESCENDANTS && isFocused())) { in recoverFocusFromState()
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
H A DScrollAdapterView.java1785 if (isFocused() && getDescendantFocusability() == FOCUS_AFTER_DESCENDANTS
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/boot/
H A Dboot-image-profile.txt18287 HSPLandroid/view/ViewGroup;->getDescendantFocusability()I
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt49708 method public int getDescendantFocusability();
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt34118 method public int getDescendantFocusability();
/aosp12/frameworks/base/config/
H A Dboot-image-profile.txt18336 HSPLandroid/view/ViewGroup;->getDescendantFocusability()I