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

/frameworks/base/core/tests/coretests/src/android/widget/
H A DTextViewWordLimitsTest.java39 Field mContextMenuTriggeredByKey, mSelectionControllerEnabled; field in class:TextViewWordLimitsTest
61 mSelectionControllerEnabled = mTv.getClass().getDeclaredField("mSelectionControllerEnabled");
62 mSelectionControllerEnabled.setAccessible(true);
97 mSelectionControllerEnabled.setBoolean(mTv, true);
/frameworks/base/core/java/android/widget/
H A DEditor.java136 boolean mSelectionControllerEnabled; field in class:Editor
479 mSelectionControllerEnabled = enabled && mTextView.textCanBeSelected();
489 if (!mSelectionControllerEnabled) {
1656 return mSelectionControllerEnabled;
1675 if (!mSelectionControllerEnabled) {

Completed in 537 milliseconds