Home
last modified time | relevance | path

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

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