Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DEditor.java211 private boolean mSelectionControllerEnabled; field in Editor
740 mSelectionControllerEnabled = enabled && mTextView.textCanBeSelected(); in prepareCursorControllers()
750 if (!mSelectionControllerEnabled) { in prepareCursorControllers()
2440 return mSelectionControllerEnabled; in hasSelectionController()
2460 if (!mSelectionControllerEnabled) { in getSelectionController()