Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/widget/
H A DEditor.java5736 private boolean mIsInActionMode; field in Editor.InsertionHandleView
5890 mIsInActionMode = mTextActionMode != null; in touchThrough()
5922 if (mIsInActionMode) { in touchThrough()