Home
last modified time | relevance | path

Searched refs:monospace (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/
DPaintContext.java84 boolean monospace, in getTextBounds() argument
/frameworks/base/docs/html/sdk/support_api_diff/25.0.0/
Dstylesheet-jdiff.css13 tt {font-size:11pt;font-family:monospace;}
/frameworks/base/docs/html/sdk/support_api_diff/25.1.0/
Dstylesheet-jdiff.css13 tt {font-size:11pt;font-family:monospace;}
/frameworks/base/core/java/com/android/internal/widget/remotecompose/player/platform/
DAndroidPaintContext.java184 public void getTextBounds(int textId, int start, int end, boolean monospace, float[] bounds) { in getTextBounds() argument
194 bounds[2] = monospace ? (mPaint.measureText(str, start, end) - mTmpRect.left) in getTextBounds()
/frameworks/base/services/tests/servicestests/src/com/android/server/graphics/fonts/
DUpdatableFontDirTest.java960 FontConfig.FontFamily monospace = getLastFamily(fontConfig, "monospace"); in getSystemFontConfig() local
961 assertThat(monospace.getFontList()).hasSize(1); in getSystemFontConfig()
962 assertThat(monospace.getFontList().get(0).getFile()) in getSystemFontConfig()
966 .isEqualTo(monospace.getFontList()); in getSystemFontConfig()