Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/
H A DFocusFinder.java159 @Nullable View currentCluster, in findNextKeyboardNavigationCluster() argument
162 if (currentCluster != null) { in findNextKeyboardNavigationCluster()
175 root, currentCluster, clusters, direction); in findNextKeyboardNavigationCluster()
186 currentCluster.findUserSetNextKeyboardNavigationCluster(root, direction); in findNextUserSpecifiedKeyboardNavigationCluster()
277 View currentCluster, in findNextKeyboardNavigationCluster() argument
406 View currentCluster, in getNextKeyboardNavigationCluster() argument
409 if (currentCluster == null) { in getNextKeyboardNavigationCluster()
416 final int position = clusters.lastIndexOf(currentCluster); in getNextKeyboardNavigationCluster()
429 View currentCluster, in getPreviousKeyboardNavigationCluster() argument
432 if (currentCluster == null) { in getPreviousKeyboardNavigationCluster()
[all …]
H A DViewParent.java192 View keyboardNavigationClusterSearch(View currentCluster, int direction); in keyboardNavigationClusterSearch() argument
H A DView.java13981 public View keyboardNavigationClusterSearch(View currentCluster, in keyboardNavigationClusterSearch() argument
13984 currentCluster = this; in keyboardNavigationClusterSearch()
13991 this, currentCluster, direction); in keyboardNavigationClusterSearch()
13993 return mParent.keyboardNavigationClusterSearch(currentCluster, direction); in keyboardNavigationClusterSearch()
H A DViewRootImpl.java8829 public View keyboardNavigationClusterSearch(View currentCluster, in keyboardNavigationClusterSearch() argument
8833 mView, currentCluster, direction); in keyboardNavigationClusterSearch()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...