Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DEditor.java231 private Runnable mInsertionActionModeRunnable; field in Editor
388 if (mInsertionActionModeRunnable != null) { in onDetachedFromWindow()
389 mTextView.removeCallbacks(mInsertionActionModeRunnable); in onDetachedFromWindow()
1715 if (mInsertionActionModeRunnable != null) { in startInsertionActionMode()
1716 mTextView.removeCallbacks(mInsertionActionModeRunnable); in startInsertionActionMode()
1756 if (mInsertionActionModeRunnable != null) { in selectCurrentWordAndStartDrag()
1757 mTextView.removeCallbacks(mInsertionActionModeRunnable); in selectCurrentWordAndStartDrag()
1935 if (mInsertionActionModeRunnable != null) { in onTouchUpEvent()
1936 mTextView.removeCallbacks(mInsertionActionModeRunnable); in onTouchUpEvent()
3896 if (mInsertionActionModeRunnable != null in show()
[all …]