Home
last modified time | relevance | path

Searched defs:ascent (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/text/src/android/text/style/cts/
DSubscriptSpanTest.java54 float ascent = tp.ascent(); in testUpdateMeasureState() local
75 float ascent = tp.ascent(); in testUpdateDrawState() local
DSuperscriptSpanTest.java53 float ascent = tp.ascent(); in testUpdateMeasureState() local
74 float ascent = tp.ascent(); in testUpdateDrawState() local
/cts/tests/tests/graphics/src/android/graphics/cts/
DPaint_FontMetricsIntTest.java41 int ascent = 2; in testToString() local
/cts/tests/tests/text/src/android/text/cts/
DBoringLayoutTest.java350 final int ascent, in createMetrics()