Searched refs:unpackRangeEndFromLong (Results 1 – 3 of 3) sorted by relevance
963 final int maxOffset = TextUtils.unpackRangeEndFromLong(lastTouchOffsets); in selectCurrentWord()992 selectionEnd = TextUtils.unpackRangeEndFromLong(range); in selectCurrentWord()1015 final int maxLastTouchOffset = TextUtils.unpackRangeEndFromLong(lastTouchOffsets); in selectCurrentParagraph()1019 final int end = TextUtils.unpackRangeEndFromLong(paragraphsRange); in selectCurrentParagraph()1827 int lastLine = TextUtils.unpackRangeEndFromLong(lineRange); in drawHardwareAccelerated()2627 end = TextUtils.unpackRangeEndFromLong(range); in getTextThumbnailBuilder()5614 offset = TextUtils.unpackRangeEndFromLong(range);6154 final int selectionEnd = TextUtils.unpackRangeEndFromLong(paragraphsRange);
2043 public static int unpackRangeEndFromLong(long range) { in unpackRangeEndFromLong() method in TextUtils
319 int lastLine = TextUtils.unpackRangeEndFromLong(lineRange); in draw()