Searched refs:hasSelectionController (Results 1 – 3 of 3) sorted by relevance
1322 if (hasSelectionController()) { in startDragAndDrop()1637 if (hasSelectionController()) { in onTouchEvent()2579 boolean hasSelectionController() { in hasSelectionController() method in Editor6126 if (hasSelectionController() && getSelectionController().isCursorBeingModified()) { in onTouchEvent()6788 if (hasSelectionController()) { in loadHandleDrawables()
11300 return mText.length() != 0 && mEditor != null && mEditor.hasSelectionController(); in canSelectText()
25710 HSPLandroid/widget/Editor;->hasSelectionController()Z