Home
last modified time | relevance | path

Searched refs:CHOICE_MODE_MULTIPLE_MODAL (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/widget/
DAbsListView.java252 public static final int CHOICE_MODE_MULTIPLE_MODAL = 3; field in AbsListView
1154 if (value && mChoiceMode == CHOICE_MODE_MULTIPLE_MODAL && mChoiceActionMode == null) { in setItemChecked()
1165 if (mChoiceMode == CHOICE_MODE_MULTIPLE || mChoiceMode == CHOICE_MODE_MULTIPLE_MODAL) { in setItemChecked()
1230 (mChoiceMode == CHOICE_MODE_MULTIPLE_MODAL && mChoiceActionMode != null)) { in performItemClick()
1310 @EnumEntry(value = CHOICE_MODE_MULTIPLE_MODAL, name = "multipleChoiceModal")
1339 if (mChoiceMode == CHOICE_MODE_MULTIPLE_MODAL) { in setChoiceMode()
1646 case CHOICE_MODE_MULTIPLE_MODAL: in getSelectionModeForAccessibility()
1965 ss.inActionMode = mChoiceMode == CHOICE_MODE_MULTIPLE_MODAL && mChoiceActionMode != null; in onSaveInstanceState()
2028 if (ss.inActionMode && mChoiceMode == CHOICE_MODE_MULTIPLE_MODAL && in onRestoreInstanceState()
3356 if (mChoiceMode == CHOICE_MODE_MULTIPLE_MODAL && mChoiceActionMode == null) { in performStylusButtonPressAction()
[all …]
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt36679 field public static final int CHOICE_MODE_MULTIPLE_MODAL = 3; // 0x3
/frameworks/base/core/api/
Dcurrent.txt58482 field public static final int CHOICE_MODE_MULTIPLE_MODAL = 3; // 0x3