Searched refs:mSelectionModifierCursorController (Results 1 – 2 of 2) 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 …]
66684 Landroid/widget/Editor;->mSelectionModifierCursorController:Landroid/widget/Editor$SelectionModifie…