Searched refs:mSelectionModifierCursorController (Results 1 – 3 of 3) sorted by relevance
224 SelectionModifierCursorController mSelectionModifierCursorController; field in Editor680 if (mSelectionModifierCursorController != null) { in onAttachedToWindow()681 mSelectionModifierCursorController.resetTouchOffsets(); in onAttachedToWindow()682 observer.addOnTouchModeChangeListener(mSelectionModifierCursorController); in onAttachedToWindow()713 if (mSelectionModifierCursorController != null) { in onDetachedFromWindow()714 mSelectionModifierCursorController.onDetached(); in onDetachedFromWindow()955 if (mSelectionModifierCursorController != null) { in prepareCursorControllers()956 mSelectionModifierCursorController.onDetached(); in prepareCursorControllers()957 mSelectionModifierCursorController = null; in prepareCursorControllers()1571 if (mSelectionModifierCursorController != null) { in onFocusChanged()[all …]
7638 if (mEditor != null && mEditor.mSelectionModifierCursorController != null in onPreDraw()7639 && mEditor.mSelectionModifierCursorController.isSelectionStartDragged()) { in onPreDraw()8898 if (mEditor.mSelectionModifierCursorController != null) { in setExtracting()8899 mEditor.mSelectionModifierCursorController.resetTouchOffsets(); in setExtracting()11156 if (mEditor.mSelectionModifierCursorController != null in onTouchEvent()11157 && mEditor.mSelectionModifierCursorController.isDragAcceleratorActive()) { in onTouchEvent()
70650 Landroid/widget/Editor;->mSelectionModifierCursorController:Landroid/widget/Editor$SelectionModifie…