Home | History | Annotate | Download | only in widget

Lines Matching defs:mInputType

160     int mInputType = EditorInfo.TYPE_NULL;
572 // mInputType has been set from inputType, possibly modified by mInputMethod.
573 // Specialize mInputType to [web]password if we have a text class and the original input
575 if ((mInputType & EditorInfo.TYPE_MASK_CLASS) == EditorInfo.TYPE_CLASS_TEXT) {
577 mInputType = (mInputType & ~(EditorInfo.TYPE_MASK_VARIATION))
581 mInputType = (mInputType & ~(EditorInfo.TYPE_MASK_VARIATION))
584 } else if ((mInputType & EditorInfo.TYPE_MASK_CLASS) == EditorInfo.TYPE_CLASS_NUMBER) {
586 mInputType = (mInputType & ~(EditorInfo.TYPE_MASK_VARIATION))