Searched refs:mFocusedInCluster (Results 1 – 2 of 2) sorted by relevance
161 View mFocusedInCluster; field in ViewGroup838 mFocusedInCluster = null; in handleFocusGainInternal()925 if (mFocusedInCluster != child) { in clearFocusedInCluster()938 ((ViewGroup) parent).mFocusedInCluster = null; in clearFocusedInCluster()3413 if (mFocusedInCluster != null && getDescendantFocusability() != FOCUS_BLOCK_DESCENDANTS in restoreFocusInClusterInternal()3414 && (mFocusedInCluster.mViewFlags & VISIBILITY_MASK) == VISIBLE in restoreFocusInClusterInternal()3415 && mFocusedInCluster.restoreFocusInCluster(direction)) { in restoreFocusInClusterInternal()3426 if (mFocusedInCluster != null) { in restoreFocusNotInCluster()5547 if (view == mFocusedInCluster) { in removeViewInternal()5671 if (view == mFocusedInCluster) { in removeViewsInternal()[all …]
12672 ((ViewGroup) this).mFocusedInCluster = null;12680 ((ViewGroup) parent).mFocusedInCluster = child;