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

/frameworks/base/core/java/android/widget/
H A DEditor.java157 boolean mShowSoftInputOnFocus = true; field in class:Editor
1489 if (selectionStarted && !mTextView.isTextSelectable() && mShowSoftInputOnFocus) {
H A DTextView.java2442 mEditor.mShowSoftInputOnFocus = show;
2452 return mEditor == null || mEditor.mShowSoftInputOnFocus;
7418 if (!textIsSelectable && mEditor.mShowSoftInputOnFocus) {

Completed in 23 milliseconds