Searched refs:mSelectionModifierCursorController (Results 1 – 3 of 3) sorted by relevance
246 SelectionModifierCursorController mSelectionModifierCursorController; field in Editor713 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 …]
8810 if (mEditor != null && mEditor.mSelectionModifierCursorController != null in onPreDraw()8811 && mEditor.mSelectionModifierCursorController.isSelectionStartDragged()) { in onPreDraw()10305 if (mEditor.mSelectionModifierCursorController != null) { in setExtracting()10306 mEditor.mSelectionModifierCursorController.resetTouchOffsets(); in setExtracting()13216 if (mEditor.mSelectionModifierCursorController != null in onTouchEvent()13217 && mEditor.mSelectionModifierCursorController.isDragAcceleratorActive()) { in onTouchEvent()
66684 Landroid/widget/Editor;->mSelectionModifierCursorController:Landroid/widget/Editor$SelectionModifie…