HomeSort by relevance Sort by last modified time
    Searched full: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 119 boolean mSelectionControllerEnabled;
406 mSelectionControllerEnabled = enabled && mTextView.textCanBeSelected();
416 if (!mSelectionControllerEnabled) {
    [all...]

Completed in 395 milliseconds