Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/accessibility/
DAccessibilityNodeInfo.java6182 boolean hierarchical, int selectionMode) { in obtain() argument
6183 return new CollectionInfo(rowCount, columnCount, hierarchical, selectionMode); in obtain()
6206 int selectionMode) { in CollectionInfo() argument
6210 mSelectionMode = selectionMode; in CollectionInfo()
6234 int selectionMode, int itemCount, int importantForAccessibilityItemCount) { in CollectionInfo() argument
6238 mSelectionMode = selectionMode; in CollectionInfo()
6385 public CollectionInfo.Builder setSelectionMode(int selectionMode) { in setSelectionMode() argument
6386 mSelectionMode = selectionMode; in setSelectionMode()
/frameworks/base/core/java/android/widget/
DTimePickerClockDelegate.java695 final String selectionMode = mRadialTimePickerView.getCurrentItemShowing() == HOUR_INDEX ?
697 event.getText().add(selectedTime + " " + selectionMode);
DGridView.java2393 final int selectionMode = getSelectionModeForAccessibility(); in onInitializeAccessibilityNodeInfoInternal() local
2395 rowsCount, columnsCount, false, selectionMode); in onInitializeAccessibilityNodeInfoInternal()
DListView.java4108 final int selectionMode = getSelectionModeForAccessibility();
4110 -1, -1, false, selectionMode);
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...