Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DEditor.java248 private ActionMode mTextActionMode; field in Editor
434 if (mTextActionMode != null) {
435 mTextActionMode.hide(0); // hide off.
1508 if (!handled && mTextActionMode != null) { in performLongClick()
1541 if (mTextActionMode != null) { in toggleInsertionActionMode()
1811 if (mTextActionMode != null) { in updateFloatingToolbarVisibility()
1824 if (mTextActionMode != null) { in hideFloatingToolbar()
1826 mTextActionMode.hide(duration); in hideFloatingToolbar()
1831 if (mTextActionMode != null && mTextView.showUIForTouchScreen()) { in showFloatingToolbar()
1907 if (mTextActionMode != null) { in finishBatchEdit()
[all …]
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt66696 Landroid/widget/Editor;->mTextActionMode:Landroid/view/ActionMode;