Searched refs:currentCluster (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | FocusFinder.java | 159 @Nullable View currentCluster, in findNextKeyboardNavigationCluster() argument 162 if (currentCluster != null) { in findNextKeyboardNavigationCluster() 163 next = findNextUserSpecifiedKeyboardNavigationCluster(root, currentCluster, direction); in findNextKeyboardNavigationCluster() 175 root, currentCluster, clusters, direction); in findNextKeyboardNavigationCluster() 183 private View findNextUserSpecifiedKeyboardNavigationCluster(View root, View currentCluster, in findNextUserSpecifiedKeyboardNavigationCluster() argument 186 currentCluster.findUserSetNextKeyboardNavigationCluster(root, direction); in findNextUserSpecifiedKeyboardNavigationCluster() 277 View currentCluster, in findNextKeyboardNavigationCluster() argument 293 return getNextKeyboardNavigationCluster(root, currentCluster, clusters, count); in findNextKeyboardNavigationCluster() 297 return getPreviousKeyboardNavigationCluster(root, currentCluster, clusters, count); in findNextKeyboardNavigationCluster() 406 View currentCluster, in getNextKeyboardNavigationCluster() argument [all …]
|
D | ViewParent.java | 189 View keyboardNavigationClusterSearch(View currentCluster, int direction); in keyboardNavigationClusterSearch() argument
|
D | View.java | 13008 public View keyboardNavigationClusterSearch(View currentCluster, in keyboardNavigationClusterSearch() argument 13011 currentCluster = this; in keyboardNavigationClusterSearch() 13018 this, currentCluster, direction); in keyboardNavigationClusterSearch() 13020 return mParent.keyboardNavigationClusterSearch(currentCluster, direction); in keyboardNavigationClusterSearch()
|
D | ViewRootImpl.java | 7963 public View keyboardNavigationClusterSearch(View currentCluster, in keyboardNavigationClusterSearch() argument 7967 mView, currentCluster, direction); in keyboardNavigationClusterSearch()
|