Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DEditor.java2229 } else if (hasInsertionController()) { in onTouchUpEvent()
2255 boolean hasInsertionController() { in hasInsertionController() method in Editor
3405 if (hasInsertionController() && !extractedTextModeWillBeStarted()) { in dismiss()
DTextView.java11251 return mEditor != null && mEditor.hasInsertionController(); in onDragEvent()