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

/frameworks/base/core/java/android/widget/
H A DEditor.java159 boolean mShowSoftInputOnFocus = true; field in class:Editor
1521 if (selectionStarted && !mTextView.isTextSelectable() && mShowSoftInputOnFocus) {
H A DTextView.java2571 mEditor.mShowSoftInputOnFocus = show;
2581 return mEditor == null || mEditor.mShowSoftInputOnFocus;
7557 if (!textIsSelectable && mEditor.mShowSoftInputOnFocus) {

Completed in 462 milliseconds