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

  /frameworks/base/core/java/android/text/
Layout.java 451 return TextUtils.packRangeInLong(0, -1);
461 if (top >= bottom) return TextUtils.packRangeInLong(0, -1);
462 return TextUtils.packRangeInLong(getLineForVertical(top), getLineForVertical(bottom));
    [all...]
TextUtils.java     [all...]
  /frameworks/base/core/java/android/widget/
Editor.java 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);
    [all...]

Completed in 75 milliseconds