HomeSort by relevance Sort by last modified time
    Searched defs:mInputType (Results 1 - 10 of 10) sorted by null

  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
WifiFormPageType.java 117 private final int mInputType;
137 mInputType = textType;
153 mInputType = TextInputWizardFragment.INPUT_TYPE_NORMAL;
178 return mInputType;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
InputAttributes.java 53 final private int mInputType;
64 mInputType = inputType;
145 return InputType.TYPE_NULL == mInputType;
149 return editorInfo.inputType == mInputType;
288 mInputType,
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/
AlertDialogTask.java 48 private InputType mInputType;
65 mInputType = InputType.DEFAULT;
97 mInputType = InputType.MENU;
112 mInputType = InputType.SINGLE_CHOICE;
132 mInputType = InputType.MULTI_CHOICE;
144 mInputType = InputType.PLAIN_TEXT;
164 mInputType = InputType.PASSWORD;
178 switch (mInputType) {
288 if (mInputType == InputType.PLAIN_TEXT || mInputType == InputType.PASSWORD)
    [all...]
  /frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/vo/
TextViewBindingObject.java 39 private int mInputType = InputType.TYPE_CLASS_PHONE;
194 return mInputType;
270 mInputType = InputType.TYPE_CLASS_TEXT | InputType.TYPE_TEXT_FLAG_CAP_WORDS;
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
GuidedAction.java 126 private int mInputType = InputType.TYPE_CLASS_TEXT
173 action.mInputType = mInputType;
408 mInputType = inputType;
591 int mInputType;
756 return mInputType;
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
DefaultSoftKeyboardJAJP.java 83 /** Definition for {@code mInputType} (toggle) */
86 /** Definition for {@code mInputType} (commit instantly) */
279 private int mInputType = INPUT_TYPE_TOGGLE;
285 * Character table to input when mInputType becomes INPUT_TYPE_INSTANT.
395 mInputType = INPUT_TYPE_TOGGLE;
401 mInputType = INPUT_TYPE_TOGGLE;
404 mInputType = INPUT_TYPE_TOGGLE;
410 mInputType = INPUT_TYPE_INSTANT;
416 mInputType = INPUT_TYPE_INSTANT;
422 mInputType = INPUT_TYPE_TOGGLE
    [all...]
  /frameworks/base/core/java/android/app/assist/
AssistStructure.java 676 int mInputType;
751 mInputType = in.readInt();
813 if (mInputType != 0) {
    [all...]
  /frameworks/base/core/java/android/view/accessibility/
AccessibilityNodeInfo.java 730 private int mInputType = InputType.TYPE_NULL;
    [all...]
  /frameworks/base/core/java/android/widget/
Editor.java 213 int mInputType = EditorInfo.TYPE_NULL;
733 // mInputType has been set from inputType, possibly modified by mInputMethod.
734 // Specialize mInputType to [web]password if we have a text class and the original input
736 if ((mInputType & EditorInfo.TYPE_MASK_CLASS) == EditorInfo.TYPE_CLASS_TEXT) {
738 mInputType = (mInputType & ~(EditorInfo.TYPE_MASK_VARIATION))
742 mInputType = (mInputType & ~(EditorInfo.TYPE_MASK_VARIATION))
745 } else if ((mInputType & EditorInfo.TYPE_MASK_CLASS) == EditorInfo.TYPE_CLASS_NUMBER) {
747 mInputType = (mInputType & ~(EditorInfo.TYPE_MASK_VARIATION)
    [all...]
  /prebuilts/sdk/current/support/v17/leanback/libs/
android-support-v17-leanback.jar 

Completed in 301 milliseconds