Home
last modified time | relevance | path

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

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