Searched refs:hasSelection (Results 1 – 4 of 4) sorted by relevance
1053 mCreatedWithASelection = mFrozenWithFocus && mTextView.hasSelection() && in onFocusChanged()1195 if (mSelectionModifierCursorController != null && mTextView.hasSelection() in onWindowFocusChanged()1791 if (!mTextView.hasSelection()) { in checkFieldAndSelectCurrentWord()3115 public TextActionModeCallback(boolean hasSelection) { in TextActionModeCallback() argument3116 mHasSelection = hasSelection; in TextActionModeCallback()3230 && !(mTextView.isInExtractedMode() && mTextView.hasSelection()); in updateReplaceItem()
5249 if (isInExtractedMode() && hasSelection() && mEditor != null in onPreDraw()5416 || mText instanceof Spannable || hasSelection() in hasOverlappingRendering()7600 public boolean hasSelection() { in hasSelection() method in TextView7608 if (!hasSelection()) { in getSelectedText()9388 if (mText.length() > 0 && hasSelection() && mText instanceof Editable && mEditor != null && in canCut()9401 if (mText.length() > 0 && hasSelection() && mEditor != null) { in canCopy()9427 if (mText.length() > 0 && hasSelection() && mEditor != null) { in canProcessText()
41579 method public boolean hasSelection();
44185 method public boolean hasSelection();