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

/frameworks/base/core/java/android/widget/
H A DTextView.java1828 // SelectionModifierCursorController depends on textCanBeSelected, which depends on
4296 if (mLinksClickable && !textCanBeSelected()) {
4359 // SelectionModifierCursorController depends on textCanBeSelected, which depends on text
8632 * Unlike {@link #textCanBeSelected()}, this method is based on the <i>current</i> state of the
8633 * TextView. {@link #textCanBeSelected()} has to be true (this is one of the conditions to have
8647 boolean textCanBeSelected() { method in class:TextView
H A DEditor.java590 mSelectionControllerEnabled = enabled && mTextView.textCanBeSelected();

Completed in 55 milliseconds