Searched refs:mHasSelection (Results 1 – 2 of 2) sorted by relevance
4168 private final boolean mHasSelection; field in Editor.TextActionModeCallback4175 mHasSelection = mode == TextActionMode.SELECTION in TextActionModeCallback()4177 if (mHasSelection) { in TextActionModeCallback()4222 if (mHasSelection && !mTextView.hasTransientState()) { in onCreateActionMode()4229 return mHasSelection in getCustomCallback()
70482 Landroid/widget/Editor$TextActionModeCallback;->mHasSelection:Z