Searched refs:mSelectionControllerEnabled (Results 1 – 2 of 2) sorted by relevance
39 Field mContextMenuTriggeredByKey, mSelectionControllerEnabled; field in TextViewWordLimitsTest61 … mSelectionControllerEnabled = mTv.getClass().getDeclaredField("mSelectionControllerEnabled"); in setUp()62 mSelectionControllerEnabled.setAccessible(true); in setUp()97 mSelectionControllerEnabled.setBoolean(mTv, true); in verifySelectCurrentWord()
136 boolean mSelectionControllerEnabled; field in Editor479 mSelectionControllerEnabled = enabled && mTextView.textCanBeSelected(); in prepareCursorControllers()489 if (!mSelectionControllerEnabled) { in prepareCursorControllers()1656 return mSelectionControllerEnabled; in hasSelectionController()1675 if (!mSelectionControllerEnabled) { in getSelectionController()