Home
last modified time | relevance | path

Searched refs:TYPE_CLASS_NUMBER (Results 1 – 12 of 12) sorted by relevance

/aosp14/frameworks/base/core/java/android/text/
H A DInputType.java322 public static final int TYPE_CLASS_NUMBER = 0x00000002; field
/aosp14/frameworks/base/core/java/android/view/inputmethod/
H A DEditorInfo.java1096 == (TYPE_CLASS_NUMBER | TYPE_NUMBER_VARIATION_PASSWORD); in isPasswordInputType()
1125 case TYPE_CLASS_NUMBER|TYPE_NUMBER_VARIATION_NORMAL: in makeCompatible()
1126 case TYPE_CLASS_NUMBER|TYPE_NUMBER_VARIATION_PASSWORD: in makeCompatible()
1127 inputType = TYPE_CLASS_NUMBER in makeCompatible()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
H A DChallengeDialogs.kt164 InputType.TYPE_CLASS_NUMBER or InputType.TYPE_NUMBER_VARIATION_PASSWORD)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/viewmodel/
H A DCredentialViewModel.kt52 InputType.TYPE_CLASS_NUMBER or InputType.TYPE_NUMBER_VARIATION_PASSWORD
/aosp14/frameworks/base/core/java/android/text/method/
H A DDigitsKeyListener.java327 contentType = InputType.TYPE_CLASS_NUMBER; in getInputType()
/aosp14/frameworks/base/tests/UsageReportingTest/src/com/android/tests/usagereporter/
H A DUsageReporterActivity.java180 input.setInputType(InputType.TYPE_CLASS_NUMBER); in callAddManyTokens()
/aosp14/frameworks/base/core/java/android/widget/
H A DDatePickerSpinnerDelegate.java562 mMonthSpinnerInput.setRawInputType(InputType.TYPE_CLASS_NUMBER); in updateSpinners()
H A DNumberPicker.java777 mInputText.setRawInputType(InputType.TYPE_CLASS_NUMBER); in NumberPicker()
1554 mInputText.setRawInputType(InputType.TYPE_CLASS_NUMBER); in setDisplayedValues()
H A DTextView.java1610 == (EditorInfo.TYPE_CLASS_NUMBER | EditorInfo.TYPE_NUMBER_VARIATION_PASSWORD);
4511 } else if (newInputClass == EditorInfo.TYPE_CLASS_NUMBER) { in changeListenerLocaleTo()
7555 == (EditorInfo.TYPE_CLASS_NUMBER | EditorInfo.TYPE_NUMBER_VARIATION_PASSWORD); in isPasswordInputType()
7630 } else if (cls == EditorInfo.TYPE_CLASS_NUMBER) { in setInputType()
7640 if (newClass != EditorInfo.TYPE_CLASS_NUMBER) { in setInputType()
7761 target = InputType.TYPE_CLASS_NUMBER | InputType.TYPE_NUMBER_VARIATION_NORMAL),
7765 target = InputType.TYPE_CLASS_NUMBER
7821 target = InputType.TYPE_CLASS_NUMBER | InputType.TYPE_NUMBER_FLAG_SIGNED),
7825 target = InputType.TYPE_CLASS_NUMBER | InputType.TYPE_NUMBER_FLAG_DECIMAL),
H A DEditor.java1120 } else if ((mInputType & EditorInfo.TYPE_MASK_CLASS) == EditorInfo.TYPE_CLASS_NUMBER) { in adjustInputType()
1207 if (klass == InputType.TYPE_CLASS_NUMBER in needsToSelectAllToSelectWordOrParagraph()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt47271 field public static final int TYPE_CLASS_NUMBER = 2; // 0x2