OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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));
[
all
...]
Editor.java
708
return TextUtils.
packRangeInLong
(offset, offset + 2);
712
return TextUtils.
packRangeInLong
(offset, offset + 1);
718
return TextUtils.
packRangeInLong
(offset - 2, offset);
722
return TextUtils.
packRangeInLong
(offset - 1, offset);
724
return TextUtils.
packRangeInLong
(offset, offset);
869
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 709 milliseconds