Searched refs:mLinksClickable (Results 1 – 1 of 1) sorted by relevance
562 private boolean mLinksClickable = true; field in TextView877 mLinksClickable = a.getBoolean(attr, true); in TextView()3326 mLinksClickable = whether; in setLinksClickable()3338 return mLinksClickable; in getLinksClickable()4291 if (mLinksClickable && !textCanBeSelected()) { in setText()8332 if (touchIsFinished && mLinksClickable && mAutoLinkMask != 0 && textIsSelectable) { in onTouchEvent()