Home
last modified time | relevance | path

Searched refs:mInputType (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/widget/
DTextView.java1041 mEditor.mInputType = inputType != EditorInfo.TYPE_NULL in TextView()
1045 mEditor.mInputType = EditorInfo.TYPE_CLASS_TEXT; in TextView()
1053 mEditor.mInputType = inputType != EditorInfo.TYPE_NULL in TextView()
1062 mEditor.mInputType = inputType = EditorInfo.TYPE_CLASS_PHONE; in TextView()
1074 mEditor.mInputType = inputType; in TextView()
1103 mEditor.mInputType = inputType; in TextView()
1108 mEditor.mInputType = EditorInfo.TYPE_NULL; in TextView()
1116 mEditor.mInputType = EditorInfo.TYPE_CLASS_TEXT; in TextView()
1196 (mEditor.mInputType & (EditorInfo.TYPE_MASK_CLASS | EditorInfo.TYPE_MASK_VARIATION)) in TextView()
1502 mEditor.mInputType = mEditor.mKeyListener.getInputType(); in setKeyListener()
[all …]
DEditor.java134 int mInputType = EditorInfo.TYPE_NULL; field in Editor
526 if ((mInputType & EditorInfo.TYPE_MASK_CLASS) == EditorInfo.TYPE_CLASS_TEXT) { in adjustInputType()
528 mInputType = (mInputType & ~(EditorInfo.TYPE_MASK_VARIATION)) in adjustInputType()
532 mInputType = (mInputType & ~(EditorInfo.TYPE_MASK_VARIATION)) in adjustInputType()
535 } else if ((mInputType & EditorInfo.TYPE_MASK_CLASS) == EditorInfo.TYPE_CLASS_NUMBER) { in adjustInputType()
537 mInputType = (mInputType & ~(EditorInfo.TYPE_MASK_VARIATION)) in adjustInputType()
/frameworks/base/core/java/android/webkit/
DWebViewClassic.java156 private int mInputType; field in WebViewClassic.WebViewInputConnection
172 int variation = mInputType & EditorInfo.TYPE_MASK_VARIATION; in setAutoFillable()
420 mInputType = inputType; in initEditorInfo()
429 outAttrs.inputType = mInputType; in setupEditorInfo()