Searched refs:mTextIsSelectable (Results 1 – 2 of 2) sorted by relevance
5433 return mEditor == null ? false : mEditor.mTextIsSelectable; in isTextSelectable()5464 if (mEditor.mTextIsSelectable == selectable) return; in setTextIsSelectable()5466 mEditor.mTextIsSelectable = selectable; in setTextIsSelectable()
189 boolean mTextIsSelectable; field in Editor