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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
InputAttributes.java 33 final private int mInputType;
38 mInputType = inputType;
104 return editorInfo.inputType == mInputType;
  /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/widget/
TextView.java     [all...]
Editor.java 135 int mInputType = EditorInfo.TYPE_NULL;
524 // mInputType has been set from inputType, possibly modified by mInputMethod.
525 // Specialize mInputType to [web]password if we have a text class and the original input
527 if ((mInputType & EditorInfo.TYPE_MASK_CLASS) == EditorInfo.TYPE_CLASS_TEXT) {
529 mInputType = (mInputType & ~(EditorInfo.TYPE_MASK_VARIATION))
533 mInputType = (mInputType & ~(EditorInfo.TYPE_MASK_VARIATION))
536 } else if ((mInputType & EditorInfo.TYPE_MASK_CLASS) == EditorInfo.TYPE_CLASS_NUMBER) {
538 mInputType = (mInputType & ~(EditorInfo.TYPE_MASK_VARIATION)
    [all...]
  /frameworks/base/core/java/android/webkit/
WebViewClassic.java 156 private int mInputType;
172 int variation = mInputType & EditorInfo.TYPE_MASK_VARIATION;
420 mInputType = inputType;
429 outAttrs.inputType = mInputType;
    [all...]

Completed in 126 milliseconds