Searched refs:mHasSelection (Results 1 – 2 of 2) sorted by relevance
3925 private final boolean mHasSelection; field in Editor.TextActionModeCallback3930 mHasSelection = mode == TextActionMode.SELECTION in TextActionModeCallback()3932 if (mHasSelection) { in TextActionModeCallback()3977 if (mHasSelection && !mTextView.hasTransientState()) { in onCreateActionMode()3984 return mHasSelection in getCustomCallback()
81588 Landroid/widget/Editor$TextActionModeCallback;->mHasSelection:Z