Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/widget/
H A DEditor.java249 private boolean mSelectionControllerEnabled; field in Editor
1003 mSelectionControllerEnabled = enabled && mTextView.textCanBeSelected(); in prepareCursorControllers()
1013 if (!mSelectionControllerEnabled) { in prepareCursorControllers()
2783 return mSelectionControllerEnabled; in hasSelectionController()
2806 if (!mSelectionControllerEnabled) { in getSelectionController()