Home
last modified time | relevance | path

Searched defs:inputType (Results 1 – 15 of 15) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DInputTypeUtils.java44 private static boolean isWebEditTextInputType(final int inputType) { in isWebEditTextInputType()
48 private static boolean isWebPasswordInputType(final int inputType) { in isWebPasswordInputType()
53 private static boolean isWebEmailAddressInputType(final int inputType) { in isWebEmailAddressInputType()
58 private static boolean isNumberPasswordInputType(final int inputType) { in isNumberPasswordInputType()
63 private static boolean isTextPasswordInputType(final int inputType) { in isTextPasswordInputType()
76 public static boolean isWebInputType(final int inputType) { in isWebInputType()
84 public static boolean isPasswordInputType(final int inputType) { in isPasswordInputType()
92 public static boolean isVisiblePasswordInputType(final int inputType) { in isVisiblePasswordInputType()
98 public static boolean isAutoSpaceFriendlyType(final int inputType) { in isAutoSpaceFriendlyType()
DStatsUtils.java71 public static void onStartInputView(int inputType, int displayOrientation, boolean restarting) { in onStartInputView()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/
DKeyboardLayoutSetNavigateMoreKeysBase.java80 final int elementId, final int inputType, final int imeOptions, in doTestMoreKeysOf()
121 final int elementId, final int inputType) { in doTestNavigationMoreKeysOf()
175 final InputMethodSubtype subtype, final int elementId, final int inputType) { in doTestNavigationWithEmojiMoreKeysOf()
230 final int elementId, final int inputType) { in doTestNoNavigationMoreKeysOf()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/suggestions/
DSuggestionStripLayoutHelperTests.java35 private static void confirmShowTypedWord(final String message, final int inputType) { in confirmShowTypedWord()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DInputAttributes.java62 final int inputType = null != editorInfo ? editorInfo.inputType : 0; in InputAttributes() local
162 private void dumpFlags(final int inputType) { in dumpFlags()
DRichInputConnection.java362 public int getCursorCapsMode(final int inputType, in getCursorCapsMode()
/packages/apps/Car/Settings/src/com/android/car/settings/common/
DValidatedEditTextPreference.java59 public void setSummaryInputType(int inputType) { in setSummaryInputType()
/packages/inputmethods/LatinIME/tools/EditTextVariations/src/com/android/inputmethod/tools/edittextvariations/
DEditTextVariations.java108 int inputType = e.getInputType(); in onCreate() local
360 private static String inputTypeToString(final int inputType) { in inputTypeToString()
/packages/apps/Dialer/java/com/android/contacts/common/model/account/
DAccountType.java417 public int inputType; field in AccountType.EditField
428 public EditField(String column, int titleRes, int inputType) { in EditField()
/packages/apps/Contacts/src/com/android/contacts/model/account/
DAccountType.java442 public int inputType; field in AccountType.EditField
454 public EditField(String column, int titleRes, int inputType) { in EditField()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboardId.java164 final int inputType = mEditorInfo.inputType; in passwordInput() local
DKeyboardLayoutSet.java474 final int inputType = editorInfo.inputType; in getKeyboardMode() local
/packages/apps/Contacts/src/com/android/contacts/editor/
DTextFieldsEditorView.java286 int inputType = field.inputType; in setValues() local
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
DInputTestsBase.java200 final int inputType = InputType.TYPE_CLASS_TEXT | InputType.TYPE_TEXT_FLAG_AUTO_CORRECT in setUp() local
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
DInputLogic.java1763 final int inputType = ei.inputType; in getCurrentAutoCapsState() local