Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DEditor.java858 long lastTouchOffsets = getLastTouchOffsets(); in selectCurrentWord() local
859 final int minOffset = TextUtils.unpackRangeStartFromLong(lastTouchOffsets); in selectCurrentWord()
860 final int maxOffset = TextUtils.unpackRangeEndFromLong(lastTouchOffsets); in selectCurrentWord()
910 long lastTouchOffsets = getLastTouchOffsets(); in selectCurrentParagraph() local
911 final int minLastTouchOffset = TextUtils.unpackRangeStartFromLong(lastTouchOffsets); in selectCurrentParagraph()
912 final int maxLastTouchOffset = TextUtils.unpackRangeEndFromLong(lastTouchOffsets); in selectCurrentParagraph()