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()
/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/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/setup/
DPasswordInputWizardFragment.java63 String title, String description, int inputType, String prefill) { in newInstance()
69 String title, String description, int inputType, String prefill, String editSuffix) { in newInstance()
104 int inputType = args.getInt(EXTRA_INPUT_TYPE); in onCreateView() local
DTextInputWizardFragment.java72 String title, String description, int inputType, String prefill) { in newInstance()
102 int inputType = args.getInt(EXTRA_INPUT_TYPE); in onCreateView() local
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/suggestions/
DSuggestionStripLayoutHelperTests.java26 private static void confirmShowTypedWord(final String message, final int inputType) { in confirmShowTypedWord()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DInputAttributes.java55 final int inputType = null != editorInfo ? editorInfo.inputType : 0; in InputAttributes() local
151 private void dumpFlags(final int inputType) { in dumpFlags()
DRichInputConnection.java343 public int getCursorCapsMode(final int inputType, in getCursorCapsMode()
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
DContactsSource.java297 public int inputType; field in ContactsSource.EditField
306 public EditField(String column, int titleRes, int inputType) { in EditField()
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
DAccountType.java434 public int inputType; field in AccountType.EditField
445 public EditField(String column, int titleRes, int inputType) { in EditField()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboardId.java153 final int inputType = mEditorInfo.inputType; in passwordInput() local
DKeyboardLayoutSet.java401 final int inputType = editorInfo.inputType; in getKeyboardMode() local
/packages/apps/Contacts/src/com/android/contacts/editor/
DTextFieldsEditorView.java246 int inputType = field.inputType; in setValues() local
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
DInputTestsBase.java181 final int inputType = InputType.TYPE_CLASS_TEXT | InputType.TYPE_TEXT_FLAG_AUTO_CORRECT in setUp() local
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
DDefaultSoftKeyboardJAJP.java714 int inputType = editor.inputType; in setPreferences() local
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
DInputLogic.java1698 final int inputType = ei.inputType; in getCurrentAutoCapsState() local