Searched refs:lastTouchOffsets (Results 1 – 1 of 1) sorted by relevance
961 long lastTouchOffsets = getLastTouchOffsets(); in selectCurrentWord() local962 final int minOffset = TextUtils.unpackRangeStartFromLong(lastTouchOffsets); in selectCurrentWord()963 final int maxOffset = TextUtils.unpackRangeEndFromLong(lastTouchOffsets); in selectCurrentWord()1013 long lastTouchOffsets = getLastTouchOffsets(); in selectCurrentParagraph() local1014 final int minLastTouchOffset = TextUtils.unpackRangeStartFromLong(lastTouchOffsets); in selectCurrentParagraph()1015 final int maxLastTouchOffset = TextUtils.unpackRangeEndFromLong(lastTouchOffsets); in selectCurrentParagraph()