Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DEditor.java230 private boolean mSelectionControllerEnabled; field in Editor
943 mSelectionControllerEnabled = enabled && mTextView.textCanBeSelected(); in prepareCursorControllers()
953 if (!mSelectionControllerEnabled) { in prepareCursorControllers()
2677 return mSelectionControllerEnabled; in hasSelectionController()
2700 if (!mSelectionControllerEnabled) { in getSelectionController()