Searched refs:mInsertionActionModeRunnable (Results 1 – 1 of 1) sorted by relevance
351 private Runnable mInsertionActionModeRunnable; field in Editor521 if (mInsertionActionModeRunnable != null) { in onDetachedFromWindow()522 mTextView.removeCallbacks(mInsertionActionModeRunnable); in onDetachedFromWindow()2119 if (mInsertionActionModeRunnable != null) { in startInsertionActionMode()2120 mTextView.removeCallbacks(mInsertionActionModeRunnable); in startInsertionActionMode()2196 if (mInsertionActionModeRunnable != null) { in selectCurrentWordAndStartDrag()2197 mTextView.removeCallbacks(mInsertionActionModeRunnable); in selectCurrentWordAndStartDrag()2382 if (mInsertionActionModeRunnable != null) { in onTouchUpEvent()2383 mTextView.removeCallbacks(mInsertionActionModeRunnable); in onTouchUpEvent()5129 if (mInsertionActionModeRunnable != null in show()[all …]