Searched refs:mShowSoftInputOnFocus (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DTextView.java2909 mEditor.mShowSoftInputOnFocus = show;
2918 return mEditor == null || mEditor.mShowSoftInputOnFocus;
8006 if (!textIsSelectable && mEditor.mShowSoftInputOnFocus) {
8514 if (!isTextSelectable() && mEditor.mShowSoftInputOnFocus && imm != null) {
H A DEditor.java185 boolean mShowSoftInputOnFocus = true; field in class:Editor
1562 if (selectionStarted && !mTextView.isTextSelectable() && mShowSoftInputOnFocus) {

Completed in 2629 milliseconds