Searched refs:currentCluster (Results 1 – 5 of 5) sorted by relevance
/aosp14/frameworks/base/core/java/android/view/ |
H A D | FocusFinder.java | 159 @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 D | ViewParent.java | 192 View keyboardNavigationClusterSearch(View currentCluster, int direction); in keyboardNavigationClusterSearch() argument
|
H A D | View.java | 13981 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 D | ViewRootImpl.java | 8829 public View keyboardNavigationClusterSearch(View currentCluster, in keyboardNavigationClusterSearch() argument 8833 mView, currentCluster, direction); in keyboardNavigationClusterSearch()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |