Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DEditor.java246 SelectionModifierCursorController mSelectionModifierCursorController; field in Editor
713 if (mSelectionModifierCursorController != null) { in onAttachedToWindow()
714 mSelectionModifierCursorController.resetTouchOffsets(); in onAttachedToWindow()
715 observer.addOnTouchModeChangeListener(mSelectionModifierCursorController); in onAttachedToWindow()
749 if (mSelectionModifierCursorController != null) { in onDetachedFromWindow()
750 mSelectionModifierCursorController.onDetached(); in onDetachedFromWindow()
1018 if (mSelectionModifierCursorController != null) { in prepareCursorControllers()
1019 mSelectionModifierCursorController.onDetached(); in prepareCursorControllers()
1020 mSelectionModifierCursorController = null; in prepareCursorControllers()
1654 if (mSelectionModifierCursorController != null) { in onFocusChanged()
[all …]
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt66684 Landroid/widget/Editor;->mSelectionModifierCursorController:Landroid/widget/Editor$SelectionModifie…