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.java65 float ascent = tp.ascent(); in testUpdateMeasureState() local
91 float ascent = tp.ascent(); in testUpdateDrawState() local
DSuperscriptSpanTest.java65 float ascent = tp.ascent(); in testUpdateMeasureState() local
91 float ascent = tp.ascent(); in testUpdateDrawState() local
/cts/tests/tests/graphics/src/android/graphics/cts/
DPaint_FontMetricsIntTest.java47 int ascent = 2; in testToString() local
/cts/tests/tests/text/src/android/text/cts/
DBoringLayoutTest.java543 final int ascent, in createMetrics()