Searched refs:mInsertionActionModeRunnable (Results 1 – 2 of 2) sorted by relevance
381 private Runnable mInsertionActionModeRunnable; field in Editor722 if (mInsertionActionModeRunnable != null) { in onDetachedFromWindow()723 mTextView.removeCallbacks(mInsertionActionModeRunnable); in onDetachedFromWindow()2353 if (mInsertionActionModeRunnable != null) { in startInsertionActionMode()2354 mTextView.removeCallbacks(mInsertionActionModeRunnable); in startInsertionActionMode()2430 if (mInsertionActionModeRunnable != null) { in selectCurrentWordAndStartDrag()2431 mTextView.removeCallbacks(mInsertionActionModeRunnable); in selectCurrentWordAndStartDrag()2619 if (mInsertionActionModeRunnable != null) { in onTouchUpEvent()2620 mTextView.removeCallbacks(mInsertionActionModeRunnable); in onTouchUpEvent()6390 if (mInsertionActionModeRunnable != null) { in show()[all …]
70627 Landroid/widget/Editor;->mInsertionActionModeRunnable:Ljava/lang/Runnable;