Home
last modified time | relevance | path

Searched refs:mFocusedInCluster (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/view/
DViewGroup.java167 View mFocusedInCluster; field in ViewGroup
841 mFocusedInCluster = null; in handleFocusGainInternal()
928 if (mFocusedInCluster != child) { in clearFocusedInCluster()
941 ((ViewGroup) parent).mFocusedInCluster = null; in clearFocusedInCluster()
3416 if (mFocusedInCluster != null && getDescendantFocusability() != FOCUS_BLOCK_DESCENDANTS in restoreFocusInClusterInternal()
3417 && (mFocusedInCluster.mViewFlags & VISIBILITY_MASK) == VISIBLE in restoreFocusInClusterInternal()
3418 && mFocusedInCluster.restoreFocusInCluster(direction)) { in restoreFocusInClusterInternal()
3429 if (mFocusedInCluster != null) { in restoreFocusNotInCluster()
5568 if (view == mFocusedInCluster) { in removeViewInternal()
5692 if (view == mFocusedInCluster) { in removeViewsInternal()
[all …]
DView.java14571 ((ViewGroup) this).mFocusedInCluster = null;
14579 ((ViewGroup) parent).mFocusedInCluster = child;
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt63550 Landroid/view/ViewGroup;->mFocusedInCluster:Landroid/view/View;