Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DEditor.java201 SelectionModifierCursorController mSelectionModifierCursorController; field in Editor
461 if (mSelectionModifierCursorController != null) { in onAttachedToWindow()
462 mSelectionModifierCursorController.resetTouchOffsets(); in onAttachedToWindow()
463 observer.addOnTouchModeChangeListener(mSelectionModifierCursorController); in onAttachedToWindow()
494 if (mSelectionModifierCursorController != null) { in onDetachedFromWindow()
495 mSelectionModifierCursorController.onDetached(); in onDetachedFromWindow()
734 if (mSelectionModifierCursorController != null) { in prepareCursorControllers()
735 mSelectionModifierCursorController.onDetached(); in prepareCursorControllers()
736 mSelectionModifierCursorController = null; in prepareCursorControllers()
1320 if (mSelectionModifierCursorController != null) { in onFocusChanged()
[all …]
DTextView.java6752 if (mEditor != null && mEditor.mSelectionModifierCursorController != null in onPreDraw()
6753 && mEditor.mSelectionModifierCursorController.isSelectionStartDragged()) { in onPreDraw()
7999 if (mEditor.mSelectionModifierCursorController != null) { in setExtracting()
8000 mEditor.mSelectionModifierCursorController.resetTouchOffsets(); in setExtracting()
10058 if (mEditor.mSelectionModifierCursorController != null in onTouchEvent()
10059 && mEditor.mSelectionModifierCursorController.isDragAcceleratorActive()) { in onTouchEvent()
/frameworks/base/config/
Dhiddenapi-private-dex.txt101959 Landroid/widget/Editor;->mSelectionModifierCursorController:Landroid/widget/Editor$SelectionModifie…