Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/android/graphics/
DPaint_Delegate.java151 .map(font -> getFontInfo(font, mTextSize, affineTransform)) in getFonts()
1308 private static FontInfo getFontInfo(@Nullable Font font, float textSize, in getFontInfo() method in Paint_Delegate