Home | History | Annotate | Download | only in keyboard

Lines Matching refs:mEditorInfo

79     public final EditorInfo mEditorInfo;
94 mEditorInfo = params.mEditorInfo;
97 mCustomActionLabel = (mEditorInfo.actionLabel != null)
98 ? mEditorInfo.actionLabel.toString() : null;
154 return (mEditorInfo.imeOptions & EditorInfo.IME_FLAG_NAVIGATE_NEXT) != 0
159 return (mEditorInfo.imeOptions & EditorInfo.IME_FLAG_NAVIGATE_PREVIOUS) != 0
164 final int inputType = mEditorInfo.inputType;
170 return (mEditorInfo.inputType & InputType.TYPE_TEXT_FLAG_MULTI_LINE) != 0;
174 return InputTypeUtils.getImeOptionsActionIdFromEditorInfo(mEditorInfo);