Searched refs:lastTouchOffsets (Results 1 – 1 of 1) sorted by relevance
1170 long lastTouchOffsets = getLastTouchOffsets(); in selectCurrentWord() local1171 final int minOffset = TextUtils.unpackRangeStartFromLong(lastTouchOffsets); in selectCurrentWord()1172 final int maxOffset = TextUtils.unpackRangeEndFromLong(lastTouchOffsets); in selectCurrentWord()1222 long lastTouchOffsets = getLastTouchOffsets(); in selectCurrentParagraph() local1223 final int minLastTouchOffset = TextUtils.unpackRangeStartFromLong(lastTouchOffsets); in selectCurrentParagraph()1224 final int maxLastTouchOffset = TextUtils.unpackRangeEndFromLong(lastTouchOffsets); in selectCurrentParagraph()