Searched refs:mFocusedInCluster (Results 1 – 3 of 3) sorted by relevance
167 View mFocusedInCluster; field in ViewGroup841 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 …]
14571 ((ViewGroup) this).mFocusedInCluster = null;14579 ((ViewGroup) parent).mFocusedInCluster = child;
63550 Landroid/view/ViewGroup;->mFocusedInCluster:Landroid/view/View;