Home
last modified time | relevance | path

Searched refs:hasSelectionController (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
DEditor.java1095 if (hasSelectionController()) { in startDragAndDrop()
1363 if (hasSelectionController()) { in onTouchEvent()
2168 boolean hasSelectionController() { in hasSelectionController() method in Editor
DTextView.java8797 return mText.length() != 0 && mEditor != null && mEditor.hasSelectionController(); in canSelectText()