Searched defs:mFocusedInCluster (Results 1 - 1 of 1) sorted by path

/frameworks/base/core/java/android/view/
H A DViewGroup.java146 View mFocusedInCluster; field in class:ViewGroup
731 mFocusedInCluster = null;
818 if (mFocusedInCluster != child) {
824 ((ViewGroup) parent).mFocusedInCluster = null;
3244 if (mFocusedInCluster != null && getDescendantFocusability() != FOCUS_BLOCK_DESCENDANTS
3245 && (mFocusedInCluster.mViewFlags & VISIBILITY_MASK) == VISIBLE
3246 && mFocusedInCluster.restoreFocusInCluster(direction)) {
3257 if (mFocusedInCluster != null) {
3258 // since clusters don't nest; we can assume that a non-null mFocusedInCluster
5210 if (view == mFocusedInCluster) {
[all...]

Completed in 81 milliseconds