Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DEditor.java205 SelectionModifierCursorController mSelectionModifierCursorController; field in Editor
479 if (mSelectionModifierCursorController != null) { in onAttachedToWindow()
480 mSelectionModifierCursorController.resetTouchOffsets(); in onAttachedToWindow()
481 observer.addOnTouchModeChangeListener(mSelectionModifierCursorController); in onAttachedToWindow()
512 if (mSelectionModifierCursorController != null) { in onDetachedFromWindow()
513 mSelectionModifierCursorController.onDetached(); in onDetachedFromWindow()
752 if (mSelectionModifierCursorController != null) { in prepareCursorControllers()
753 mSelectionModifierCursorController.onDetached(); in prepareCursorControllers()
754 mSelectionModifierCursorController = null; in prepareCursorControllers()
1338 if (mSelectionModifierCursorController != null) { in onFocusChanged()
[all …]
DTextView.java7509 if (mEditor != null && mEditor.mSelectionModifierCursorController != null in onPreDraw()
7510 && mEditor.mSelectionModifierCursorController.isSelectionStartDragged()) { in onPreDraw()
8780 if (mEditor.mSelectionModifierCursorController != null) { in setExtracting()
8781 mEditor.mSelectionModifierCursorController.resetTouchOffsets(); in setExtracting()
10864 if (mEditor.mSelectionModifierCursorController != null in onTouchEvent()
10865 && mEditor.mSelectionModifierCursorController.isDragAcceleratorActive()) { in onTouchEvent()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt81756 Landroid/widget/Editor;->mSelectionModifierCursorController:Landroid/widget/Editor$SelectionModifie…