Home | History | Annotate | Download | only in text

Lines Matching refs:packRangeInLong

451                 return TextUtils.packRangeInLong(0, -1);
461 if (top >= bottom) return TextUtils.packRangeInLong(0, -1);
462 return TextUtils.packRangeInLong(getLineForVertical(top), getLineForVertical(bottom));