Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DEditor.java151 SelectionModifierCursorController mSelectionModifierCursorController; field in Editor
344 if (mSelectionModifierCursorController != null) { in onAttachedToWindow()
345 mSelectionModifierCursorController.resetTouchOffsets(); in onAttachedToWindow()
346 observer.addOnTouchModeChangeListener(mSelectionModifierCursorController); in onAttachedToWindow()
379 if (mSelectionModifierCursorController != null) { in onDetachedFromWindow()
380 mSelectionModifierCursorController.onDetached(); in onDetachedFromWindow()
602 if (mSelectionModifierCursorController != null) { in prepareCursorControllers()
603 mSelectionModifierCursorController.onDetached(); in prepareCursorControllers()
604 mSelectionModifierCursorController = null; in prepareCursorControllers()
1127 if (mSelectionModifierCursorController != null) { in onFocusChanged()
[all …]
DTextView.java5213 if (mEditor != null && mEditor.mSelectionModifierCursorController != null && in onPreDraw()
5214 mEditor.mSelectionModifierCursorController.isSelectionStartDragged()) { in onPreDraw()
8297 if (mEditor.mSelectionModifierCursorController != null && in onTouchEvent()
8298 mEditor.mSelectionModifierCursorController.isDragAcceleratorActive()) { in onTouchEvent()