Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/widget/
H A DEditor.java1170 long lastTouchOffsets = getLastTouchOffsets(); in selectCurrentWord() local
1171 final int minOffset = TextUtils.unpackRangeStartFromLong(lastTouchOffsets); in selectCurrentWord()
1172 final int maxOffset = TextUtils.unpackRangeEndFromLong(lastTouchOffsets); in selectCurrentWord()
1222 long lastTouchOffsets = getLastTouchOffsets(); in selectCurrentParagraph() local
1223 final int minLastTouchOffset = TextUtils.unpackRangeStartFromLong(lastTouchOffsets); in selectCurrentParagraph()
1224 final int maxLastTouchOffset = TextUtils.unpackRangeEndFromLong(lastTouchOffsets); in selectCurrentParagraph()