Home
last modified time | relevance | path

Searched refs:currentCluster (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/view/
DFocusFinder.java159 @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()
403 View currentCluster, in getNextKeyboardNavigationCluster() argument
[all …]
DViewParent.java188 View keyboardNavigationClusterSearch(View currentCluster, int direction); in keyboardNavigationClusterSearch() argument
DView.java11023 public View keyboardNavigationClusterSearch(View currentCluster,
11026 currentCluster = this;
11033 this, currentCluster, direction);
11035 return mParent.keyboardNavigationClusterSearch(currentCluster, direction);
DViewRootImpl.java6637 public View keyboardNavigationClusterSearch(View currentCluster, in keyboardNavigationClusterSearch() argument
6641 mView, currentCluster, direction); in keyboardNavigationClusterSearch()
/frameworks/support/compat/src/main/java/androidx/core/view/
DViewCompat.java3302 public static View keyboardNavigationClusterSearch(@NonNull View view, View currentCluster, in keyboardNavigationClusterSearch() argument
3305 return view.keyboardNavigationClusterSearch(currentCluster, direction); in keyboardNavigationClusterSearch()