Searched refs:mInsertionActionModeRunnable (Results 1 – 2 of 2) sorted by relevance
406 private Runnable mInsertionActionModeRunnable; field in Editor758 if (mInsertionActionModeRunnable != null) { in onDetachedFromWindow()759 mTextView.removeCallbacks(mInsertionActionModeRunnable); in onDetachedFromWindow()2491 if (mInsertionActionModeRunnable != null) { in startInsertionActionMode()2492 mTextView.removeCallbacks(mInsertionActionModeRunnable); in startInsertionActionMode()2569 if (mInsertionActionModeRunnable != null) { in selectCurrentWordAndStartDrag()2570 mTextView.removeCallbacks(mInsertionActionModeRunnable); in selectCurrentWordAndStartDrag()2763 if (mInsertionActionModeRunnable != null) { in onTouchUpEvent()2764 mTextView.removeCallbacks(mInsertionActionModeRunnable); in onTouchUpEvent()6706 if (mInsertionActionModeRunnable != null) { in show()[all …]
66661 Landroid/widget/Editor;->mInsertionActionModeRunnable:Ljava/lang/Runnable;