Searched refs:currentCluster (Results 1 – 5 of 5) 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() 417 View currentCluster, in getNextKeyboardNavigationCluster() argument [all …]
|
D | ViewParent.java | 192 View keyboardNavigationClusterSearch(View currentCluster, int direction); in keyboardNavigationClusterSearch() argument
|
D | View.java | 14688 public View keyboardNavigationClusterSearch(View currentCluster, 14691 currentCluster = this; 14698 this, currentCluster, direction); 14700 return mParent.keyboardNavigationClusterSearch(currentCluster, direction);
|
D | ViewRootImpl.java | 9637 public View keyboardNavigationClusterSearch(View currentCluster, in keyboardNavigationClusterSearch() argument 9641 mView, currentCluster, direction); in keyboardNavigationClusterSearch()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |