Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DEditor.java406 private Runnable mInsertionActionModeRunnable; field in Editor
758 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 …]
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt66661 Landroid/widget/Editor;->mInsertionActionModeRunnable:Ljava/lang/Runnable;