Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewGroup.java155 View mFocusedInCluster; field in ViewGroup
816 mFocusedInCluster = null; in handleFocusGainInternal()
903 if (mFocusedInCluster != child) { in clearFocusedInCluster()
916 ((ViewGroup) parent).mFocusedInCluster = null; in clearFocusedInCluster()
3354 if (mFocusedInCluster != null && getDescendantFocusability() != FOCUS_BLOCK_DESCENDANTS in restoreFocusInClusterInternal()
3355 && (mFocusedInCluster.mViewFlags & VISIBILITY_MASK) == VISIBLE in restoreFocusInClusterInternal()
3356 && mFocusedInCluster.restoreFocusInCluster(direction)) { in restoreFocusInClusterInternal()
3367 if (mFocusedInCluster != null) { in restoreFocusNotInCluster()
5462 if (view == mFocusedInCluster) { in removeViewInternal()
5586 if (view == mFocusedInCluster) { in removeViewsInternal()
[all …]
DView.java12323 ((ViewGroup) this).mFocusedInCluster = null;
12331 ((ViewGroup) parent).mFocusedInCluster = child;
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt78622 Landroid/view/ViewGroup;->mFocusedInCluster:Landroid/view/View;