Home
last modified time | relevance | path

Searched refs:mInsertionActionModeRunnable (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
DEditor.java351 private Runnable mInsertionActionModeRunnable; field in Editor
521 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 …]