HomeSort by relevance Sort by last modified time
    Searched refs:packRangeInLong (Results 1 - 5 of 5) sorted by null

  /frameworks/base/core/java/android/widget/
SpellChecker.java 366 final Long key = Long.valueOf(TextUtils.packRangeInLong(start, end));
490 final Long key = Long.valueOf(TextUtils.packRangeInLong(start, end));
Editor.java 691 return TextUtils.packRangeInLong(offset, offset + 2);
695 return TextUtils.packRangeInLong(offset, offset + 1);
701 return TextUtils.packRangeInLong(offset - 2, offset);
705 return TextUtils.packRangeInLong(offset - 1, offset);
707 return TextUtils.packRangeInLong(offset, offset);
850 return TextUtils.packRangeInLong(minOffset, maxOffset);
    [all...]
TextView.java     [all...]
  /frameworks/base/core/java/android/text/
Layout.java 449 return TextUtils.packRangeInLong(0, -1);
459 if (top >= bottom) return TextUtils.packRangeInLong(0, -1);
460 return TextUtils.packRangeInLong(getLineForVertical(top), getLineForVertical(bottom));
    [all...]
TextUtils.java     [all...]

Completed in 2118 milliseconds