Home
last modified time | relevance | path

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

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DFontFamily_Delegate.java141 public static synchronized void setFontLocation(String fontLocation) { in setFontLocation() argument
142 sFontLocation = fontLocation; in setFontLocation()
144 File allFonts = new File(fontLocation, FN_ALL_FONTS_LIST); in setFontLocation()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
DBridge.java209 File fontLocation, in init() argument
247 FontFamily_Delegate.setFontLocation(fontLocation.getAbsolutePath()); in init()
248 MemoryMappedFile_Delegate.setDataDir(fontLocation.getAbsoluteFile().getParentFile()); in init()
/frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/
DMain.java296 File fontLocation = new File(data_dir, "fonts"); in setUp() local
300 sBridge.init(ConfigGenerator.loadProperties(buildProp), fontLocation, in setUp() local