Searched refs:textCanBeSelected (Results 1 – 2 of 2) sorted by relevance
5764 if (linksWereAdded && mLinksClickable && !textCanBeSelected()) { in append()6214 if (mLinksClickable && !textCanBeSelected()) { in setText()11199 boolean textCanBeSelected() { in textCanBeSelected() method in TextView.Drawables
740 mSelectionControllerEnabled = enabled && mTextView.textCanBeSelected(); in prepareCursorControllers()1348 if (!mTextView.textCanBeSelected() && mTextView.hasSelection()) { in ensureNoSelectionIfNonSelectable()