Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DEditor.java224 SelectionModifierCursorController mSelectionModifierCursorController; field in Editor
680 if (mSelectionModifierCursorController != null) { in onAttachedToWindow()
681 mSelectionModifierCursorController.resetTouchOffsets(); in onAttachedToWindow()
682 observer.addOnTouchModeChangeListener(mSelectionModifierCursorController); in onAttachedToWindow()
713 if (mSelectionModifierCursorController != null) { in onDetachedFromWindow()
714 mSelectionModifierCursorController.onDetached(); in onDetachedFromWindow()
955 if (mSelectionModifierCursorController != null) { in prepareCursorControllers()
956 mSelectionModifierCursorController.onDetached(); in prepareCursorControllers()
957 mSelectionModifierCursorController = null; in prepareCursorControllers()
1571 if (mSelectionModifierCursorController != null) { in onFocusChanged()
[all …]
DTextView.java7638 if (mEditor != null && mEditor.mSelectionModifierCursorController != null in onPreDraw()
7639 && mEditor.mSelectionModifierCursorController.isSelectionStartDragged()) { in onPreDraw()
8898 if (mEditor.mSelectionModifierCursorController != null) { in setExtracting()
8899 mEditor.mSelectionModifierCursorController.resetTouchOffsets(); in setExtracting()
11156 if (mEditor.mSelectionModifierCursorController != null in onTouchEvent()
11157 && mEditor.mSelectionModifierCursorController.isDragAcceleratorActive()) { in onTouchEvent()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt70650 Landroid/widget/Editor;->mSelectionModifierCursorController:Landroid/widget/Editor$SelectionModifie…