Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/android/graphics/
DFontFamily_Delegate.java68 private static final String FN_ALL_FONTS_LIST = "fontsInSdk.txt"; field in FontFamily_Delegate
171 File allFonts = new File(fontLocation, FN_ALL_FONTS_LIST); in setFontLocation()