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

/frameworks/base/core/java/android/widget/
H A DEditor.java822 if (!mTextView.canSelectText()) {
874 if (!mTextView.canSelectText()) {
1982 if (!mTextView.canSelectText() || !mTextView.requestFocus()) {
H A DTextView.java8748 if (canSelectText()) {
8796 boolean canSelectText() { method in class:TextView
8804 * See also {@link #canSelectText()}.
9625 return canSelectText() && !hasPasswordTransformationMethod()

Completed in 57 milliseconds