Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/view/
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()
/frameworks/base/core/tests/coretests/src/android/widget/focus/
DDescendantFocusabilityTest.java45 a.beforeDescendants.getDescendantFocusability()); in testPreconditions()
47 a.afterDescendants.getDescendantFocusability()); in testPreconditions()
49 a.blocksDescendants.getDescendantFocusability()); in testPreconditions()
/frameworks/base/core/java/android/view/
DViewGroup.java785 public int getDescendantFocusability() { in getDescendantFocusability() method in ViewGroup
826 if (getDescendantFocusability() == FOCUS_BLOCK_DESCENDANTS) { in requestChildFocus()
929 && (getDescendantFocusability() != FOCUS_BLOCK_DESCENDANTS) in focusableViewAvailable()
939 && !(isFocused() && getDescendantFocusability() != FOCUS_AFTER_DESCENDANTS)) { in focusableViewAvailable()
1253 final int descendantFocusability = getDescendantFocusability(); in hasFocusable()
1284 final int descendantFocusability = getDescendantFocusability(); in addFocusables()
1349 if (getDescendantFocusability() == FOCUS_BLOCK_DESCENDANTS) { in addKeyboardNavigationClusters()
3254 int descendantFocusability = getDescendantFocusability(); in requestFocus()
3325 && getDescendantFocusability() != FOCUS_BLOCK_DESCENDANTS in restoreDefaultFocus()
3354 if (mFocusedInCluster != null && getDescendantFocusability() != FOCUS_BLOCK_DESCENDANTS in restoreFocusInClusterInternal()
[all …]
DViewRootImpl.java2717 && ((ViewGroup) focused).getDescendantFocusability() in performTraversals()
4286 if (group.getDescendantFocusability() == ViewGroup.FOCUS_AFTER_DESCENDANTS in focusableViewAvailable()
4891 if (vgParent.getDescendantFocusability() == ViewGroup.FOCUS_AFTER_DESCENDANTS in findAncestorToTakeFocusInTouchMode()
4911 } else if (((ViewGroup) focusedView).getDescendantFocusability() != in leaveTouchMode()
DView.java12356 && ((ViewGroup) oldFocus).getDescendantFocusability()
13006 if (vgAncestor.getDescendantFocusability() == ViewGroup.FOCUS_BLOCK_DESCENDANTS
/frameworks/base/core/java/android/widget/
DHorizontalScrollView.java1244 final int descendantFocusability = getDescendantFocusability(); // save in arrowScroll()
DScrollView.java1266 final int descendantFocusability = getDescendantFocusability(); // save in arrowScroll()
/frameworks/base/core/java/com/android/internal/widget/
DViewPager.java2589 final int descendantFocusability = getDescendantFocusability();
DRecyclerView.java3338 || getDescendantFocusability() == FOCUS_BLOCK_DESCENDANTS in recoverFocusFromState()
3339 || (getDescendantFocusability() == FOCUS_BEFORE_DESCENDANTS && isFocused())) { in recoverFocusFromState()
/frameworks/base/config/
Dboot-image-profile.txt17421 HSPLandroid/view/ViewGroup;->getDescendantFocusability()I
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt34118 method public int getDescendantFocusability();
/frameworks/base/non-updatable-api/
Dcurrent.txt52472 method public int getDescendantFocusability();
/frameworks/base/api/
Dcurrent.txt52616 method public int getDescendantFocusability();