OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:largeWidth
(Results
1 - 3
of
3
) sorted by null
/cts/tests/tests/text/src/android/text/style/cts/
StrikethroughSpanTest.java
101
final int
largeWidth
= 10000; // Enough width so the whole text fits in one line.
103
text, 0, text.length(), tp,
largeWidth
).build();
UnderlineSpanTest.java
98
final int
largeWidth
= 10000; // Enough width so the whole text fits in one line.
100
text, 0, text.length(), tp,
largeWidth
).build();
SuggestionSpanTest.java
218
final int
largeWidth
= 10000; // Enough width so the whole text fits in one line.
220
text, 0, text.length(), tp,
largeWidth
).build();
Completed in 911 milliseconds