Searched defs:mSelectionControllerEnabled (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DEditor.java177 private boolean mSelectionControllerEnabled; field in class:Editor
636 mSelectionControllerEnabled = enabled && mTextView.textCanBeSelected();
646 if (!mSelectionControllerEnabled) {
2263 return mSelectionControllerEnabled;
2283 if (!mSelectionControllerEnabled) {

Completed in 23 milliseconds