Searched defs:font1 (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DFontFamily_Delegate.java430 private static int computeMatch(@NonNull FontInfo font1, @NonNull FontInfo font2) { argument
431 int score = Math.abs(font1.mWeight - font2.mWeight);
432 if (font1.mIsItalic != font2.mIsItalic) {

Completed in 97 milliseconds