Searched refs:mSelectionModifierCursorController (Results 1 – 3 of 3) sorted by relevance
205 SelectionModifierCursorController mSelectionModifierCursorController; field in Editor479 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 …]
7509 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()
81756 Landroid/widget/Editor;->mSelectionModifierCursorController:Landroid/widget/Editor$SelectionModifie…