Searched refs:mShowSoftInputOnFocus (Results 1 – 2 of 2) sorted by relevance
4984 mEditor.mShowSoftInputOnFocus = show; in setShowSoftInputOnFocus()4993 return mEditor == null || mEditor.mShowSoftInputOnFocus; in getShowSoftInputOnFocus()11213 if (isTextEditable() && mEditor.mShowSoftInputOnFocus && imm != null) { in onTouchEvent()12429 if (!isTextSelectable() && mEditor.mShowSoftInputOnFocus && imm != null) { in performAccessibilityActionClick()
342 boolean mShowSoftInputOnFocus = true; field in Editor2493 && mShowSoftInputOnFocus) { in startActionModeInternal()