Home | History | Annotate | Download | only in JAJP

Lines Matching defs:inputType

298     /** Whether the InputType is null */
694 int inputType = editor.inputType;
696 if (inputType == EditorInfo.TYPE_NULL) {
722 switch (inputType & EditorInfo.TYPE_MASK_CLASS) {
738 switch (inputType & EditorInfo.TYPE_MASK_VARIATION) {
759 if (inputType != mLastInputType) {
761 mLastInputType = inputType;
1120 int caps = connection.getCursorCapsMode(editor.inputType);