Searched refs:mLineSelectionIsOn (Results 1 – 2 of 2) sorted by relevance
6815 private int mLineSelectionIsOn = -1; field in Editor.SelectionHandleView.SelectionModifierCursorController6888 mLineSelectionIsOn = mTextView.getLineAtCoordinate(mTouchState.getLastDownY()); in enterDrag()7083 currLine = getCurrentLineAdjustedForSlop(mTextView.getLayout(), mLineSelectionIsOn, in updateWordBasedSelection()7085 if (!mSwitchedLines && currLine != mLineSelectionIsOn) { in updateWordBasedSelection()7110 mLineSelectionIsOn = currLine; in updateWordBasedSelection()
66431 Landroid/widget/Editor$SelectionModifierCursorController;->mLineSelectionIsOn:I