Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DView.java10195 View findKeyboardNavigationCluster() { in findKeyboardNavigationCluster() method in View
10197 View cluster = ((View) mParent).findKeyboardNavigationCluster(); in findKeyboardNavigationCluster()
10231 setFocusedInCluster(findKeyboardNavigationCluster()); in setFocusedInCluster()
10255 View oldCluster = oldFocus.findKeyboardNavigationCluster(); in updateFocusedInCluster()
10256 View cluster = findKeyboardNavigationCluster(); in updateFocusedInCluster()
DViewGroup.java828 View top = findKeyboardNavigationCluster(); in clearFocusedInCluster()
1329 && (hasFocus() || (findKeyboardNavigationCluster() != this))); in shouldBlockFocusForTouchscreen()
/frameworks/base/config/
Dboot-image-profile.txt33018 HSPLandroid/view/View;->findKeyboardNavigationCluster()Landroid/view/View;