Home | History | Annotate | Download | only in widget

Lines Matching refs:packRangeInLong

739                 return TextUtils.packRangeInLong(offset,  offset + 2);
743 return TextUtils.packRangeInLong(offset, offset + 1);
749 return TextUtils.packRangeInLong(offset - 2, offset);
753 return TextUtils.packRangeInLong(offset - 1, offset);
755 return TextUtils.packRangeInLong(offset, offset);
900 return TextUtils.packRangeInLong(minOffset, maxOffset);