Home
last modified time | relevance | path

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

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DTypeface_Delegate.java32 import static android.graphics.FontFamily_Delegate.getFontLocation;
139 if (FontFamily_Delegate.getFontLocation() != null) {
207 return new File(getFontLocation());
DFontFamily_Delegate.java244 /*package*/ static String getFontLocation() { in getFontLocation() method in FontFamily_Delegate