Searched refs:mFocusedInCluster (Results 1 – 3 of 3) sorted by relevance
155 View mFocusedInCluster; field in ViewGroup816 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 …]
12323 ((ViewGroup) this).mFocusedInCluster = null;12331 ((ViewGroup) parent).mFocusedInCluster = child;
78622 Landroid/view/ViewGroup;->mFocusedInCluster:Landroid/view/View;