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

/frameworks/base/core/java/android/widget/
H A DEditor.java935 if (!mTextView.canSelectText()) {
987 if (!mTextView.canSelectText()) {
2198 if (!mTextView.canSelectText() || !mTextView.requestFocus()) {
2732 if (mTextView.canSelectText()) {
H A DTextView.java10366 if (canSelectText()) {
10414 boolean canSelectText() { method in class:TextView
10422 * See also {@link #canSelectText()}.
11728 return canSelectText() && !hasPasswordTransformationMethod()

Completed in 54 milliseconds