Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/android/graphics/fonts/
DSystemFonts_Delegate.java51 public static void setFontLocation(String fontLocation) { in setFontLocation() argument
52 sFontLocation = fontLocation; in setFontLocation()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/
DBridge.java182 File fontLocation, in init() argument
233 SystemFonts_Delegate.setFontLocation(fontLocation.getAbsolutePath() + File.separator); in init()
234 MemoryMappedFile_Delegate.setDataDir(fontLocation.getAbsoluteFile().getParentFile()); in init()
/frameworks/layoutlib/bridge/bridge_client/src/com/android/layoutlib/bridge/intensive/
DBridgeClient.java370 File fontLocation = new File(FONT_DIR); in beforeClass() local
375 sBridge.init(ConfigGenerator.loadProperties(buildProp), fontLocation, NATIVE_LIB_DIR_PATH, in beforeClass() local