HomeSort by relevance Sort by last modified time
    Searched refs:mSelectionControllerEnabled (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/tests/coretests/src/android/widget/
TextViewWordLimitsTest.java 39 Field mContextMenuTriggeredByKey, mSelectionControllerEnabled;
61 mSelectionControllerEnabled = mTv.getClass().getDeclaredField("mSelectionControllerEnabled");
62 mSelectionControllerEnabled.setAccessible(true);
97 mSelectionControllerEnabled.setBoolean(mTv, true);
  /frameworks/base/core/java/android/widget/
Editor.java 136 boolean mSelectionControllerEnabled;
479 mSelectionControllerEnabled = enabled && mTextView.textCanBeSelected();
489 if (!mSelectionControllerEnabled) {
    [all...]

Completed in 96 milliseconds