HomeSort by relevance Sort by last modified time
    Searched refs:fontMetricsInt (Results 1 - 3 of 3) sorted by null

  /cts/tests/tests/graphics/src/android/graphics/cts/
Paint_FontMetricsIntTest.java 22 import android.graphics.Paint.FontMetricsInt;
34 new Paint.FontMetricsInt();
46 FontMetricsInt fontMetricsInt = new FontMetricsInt();
47 fontMetricsInt.top = top;
48 fontMetricsInt.ascent = ascent;
49 fontMetricsInt.descent = descent;
50 fontMetricsInt.bottom = bottom;
51 fontMetricsInt.leading = leading
    [all...]
  /cts/tests/tests/text/src/android/text/cts/
DynamicLayoutTest.java 29 import android.graphics.Paint.FontMetricsInt;
133 final FontMetricsInt fontMetricsInt = mDefaultPaint.getFontMetricsInt();
142 assertEquals(fontMetricsInt.top - fontMetricsInt.ascent, dynamicLayout.getTopPadding());
143 assertEquals(fontMetricsInt.bottom - fontMetricsInt.descent,
  /frameworks/support/leanback/src/main/java/androidx/leanback/widget/
StreamingTextView.java 280 Paint.FontMetricsInt fontMetricsInt) {

Completed in 67 milliseconds