Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/fonts/
DFontStyle.java242 public int getMatchScore(@NonNull FontStyle o) { in getMatchScore() method in FontStyle
/frameworks/base/core/java/android/provider/
DFontsContract.java673 int bestScore = normal.getMatchScore(bestFont.getStyle()); in buildTypeface()
676 final int score = normal.getMatchScore(candidate.getStyle()); in buildTypeface()
/frameworks/base/graphics/java/android/graphics/
DTypeface.java277 int bestScore = normal.getMatchScore(bestFont.getStyle()); in createFromResources()
280 final int score = normal.getMatchScore(candidate.getStyle()); in createFromResources()
/frameworks/base/config/
Dboot-image-profile.txt6903 HSPLandroid/graphics/fonts/FontStyle;->getMatchScore(Landroid/graphics/fonts/FontStyle;)I