Searched refs:mLineSelectionIsOn (Results 1 – 2 of 2) sorted by relevance
6499 private int mLineSelectionIsOn = -1; field in Editor.SelectionHandleView.SelectionModifierCursorController6572 mLineSelectionIsOn = mTextView.getLineAtCoordinate(mTouchState.getLastDownY()); in enterDrag()6767 currLine = getCurrentLineAdjustedForSlop(mTextView.getLayout(), mLineSelectionIsOn, in updateWordBasedSelection()6769 if (!mSwitchedLines && currLine != mLineSelectionIsOn) { in updateWordBasedSelection()6794 mLineSelectionIsOn = currLine; in updateWordBasedSelection()
70397 Landroid/widget/Editor$SelectionModifierCursorController;->mLineSelectionIsOn:I