Home | History | Annotate | Download | only in widget

Lines Matching refs:mInputType

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))