Home
last modified time | relevance | path

Searched refs:lastTouchOffsets (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
DEditor.java961 long lastTouchOffsets = getLastTouchOffsets(); in selectCurrentWord() local
962 final int minOffset = TextUtils.unpackRangeStartFromLong(lastTouchOffsets); in selectCurrentWord()
963 final int maxOffset = TextUtils.unpackRangeEndFromLong(lastTouchOffsets); in selectCurrentWord()
1013 long lastTouchOffsets = getLastTouchOffsets(); in selectCurrentParagraph() local
1014 final int minLastTouchOffset = TextUtils.unpackRangeStartFromLong(lastTouchOffsets); in selectCurrentParagraph()
1015 final int maxLastTouchOffset = TextUtils.unpackRangeEndFromLong(lastTouchOffsets); in selectCurrentParagraph()