Searched defs:textCanBeSelected (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DTextView.java2378 // SelectionModifierCursorController depends on textCanBeSelected, which depends on
5244 if (linksWereAdded && mLinksClickable && !textCanBeSelected()) {
5679 if (mLinksClickable && !textCanBeSelected()) {
5744 // SelectionModifierCursorController depends on textCanBeSelected, which depends on text
10409 * Unlike {@link #textCanBeSelected()}, this method is based on the <i>current</i> state of the
10410 * TextView. {@link #textCanBeSelected()} has to be true (this is one of the conditions to have
10424 boolean textCanBeSelected() { method in class:TextView

Completed in 51 milliseconds