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

  /frameworks/base/core/java/android/widget/
SpellChecker.java 363 final Long key = Long.valueOf(TextUtils.packRangeInLong(start, end));
487 final Long key = Long.valueOf(TextUtils.packRangeInLong(start, end));
    [all...]
Editor.java     [all...]
  /frameworks/base/core/java/android/text/
Layout.java 665 return TextUtils.packRangeInLong(0, -1);
675 if (top >= bottom) return TextUtils.packRangeInLong(0, -1);
676 return TextUtils.packRangeInLong(getLineForVertical(top), getLineForVertical(bottom));
    [all...]
TextUtils.java     [all...]

Completed in 104 milliseconds