OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ELLIPSIS_START
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/text/
DynamicLayout.java
148
start[
ELLIPSIS_START
] = ELLIPSIS_UNDEFINED;
326
ints[
ELLIPSIS_START
] = ELLIPSIS_UNDEFINED;
351
ints[
ELLIPSIS_START
] = reflowed.getEllipsisStart(i);
687
return mInts.getValue(line,
ELLIPSIS_START
);
739
private static final int
ELLIPSIS_START
= 3;
StaticLayout.java
721
mLines[mColumns * line +
ELLIPSIS_START
] = 0;
[
all
...]
Completed in 27 milliseconds