OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:origLineWidth
(Results
1 - 3
of
3
) sorted by null
/cts/tests/tests/text/src/android/text/style/cts/
UnderlineSpanTest.java
109
final float
origLineWidth
= textWidth(text);
113
assertEquals(
origLineWidth
, underlinedLineWidth, 0.0f);
117
final float
origLineWidth
= textWidth(text);
121
assertEquals(
origLineWidth
, underlinedLineWidth, 0.0f);
125
final float
origLineWidth
= textWidth(text);
129
assertEquals(
origLineWidth
, underlinedLineWidth, 0.0f);
133
final float
origLineWidth
= textWidth(text);
138
assertEquals(
origLineWidth
, underlinedLineWidth, 0.0f);
152
final float
origLineWidth
= textWidth(text);
156
assertEquals(
origLineWidth
, underlinedLineWidth, 0.0f)
[
all
...]
StrikethroughSpanTest.java
111
final float
origLineWidth
= textWidth(text);
115
assertEquals(
origLineWidth
, strokethroughLineWidth, 0.0f);
SuggestionSpanTest.java
228
final float
origLineWidth
= textWidth(text);
236
assertEquals(
origLineWidth
, underlinedLineWidth, 0.0f);
Completed in 1039 milliseconds