HomeSort by relevance Sort by last modified time
    Searched defs:fmi (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/tests/coretests/src/android/text/
StaticLayoutTest.java 44 FontMetricsInt fmi = b.paint.getFontMetricsInt(); local
47 Log.i("TG1:paint", fmi.toString());
51 fmi.ascent, fmi.descent);
71 FontMetricsInt fmi = b.paint.getFontMetricsInt(); local
74 assertVertMetrics(l, fmi.top - fmi.ascent, fmi.bottom - fmi.descent,
75 fmi.top, fmi.bottom)
87 FontMetricsInt fmi = b.paint.getFontMetricsInt(); local
105 FontMetricsInt fmi = b.paint.getFontMetricsInt(); local
126 FontMetricsInt fmi = b.paint.getFontMetricsInt(); local
154 FontMetricsInt fmi = b.paint.getFontMetricsInt(); local
175 FontMetricsInt fmi = b.paint.getFontMetricsInt(); local
197 FontMetricsInt fmi = b.paint.getFontMetricsInt(); local
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/list/
ShortcutIntentBuilder.java 388 final FontMetricsInt fmi = textPaint.getFontMetricsInt(); local
396 final int textBandHeight = (fmi.descent - fmi.ascent) + textPadding * 2;
406 - fmi.descent - textPadding, textPaint);

Completed in 122 milliseconds