Searched refs:hasInsertionController (Results 1 – 3 of 3) sorted by relevance
1634 if (hasInsertionController()) { in onTouchEvent()2531 } else if (hasInsertionController()) { in onTouchUpEvent()2572 boolean hasInsertionController() { in hasInsertionController() method in Editor3722 if (hasInsertionController() && !extractedTextModeWillBeStarted()) { in dismiss()6780 if (hasInsertionController()) { in loadHandleDrawables()
12908 return mEditor != null && mEditor.hasInsertionController(); in onDragEvent()
25709 HSPLandroid/widget/Editor;->hasInsertionController()Z