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.java144 public static synchronized void setFontLocation(String fontLocation) { in setFontLocation() argument
145 sFontLocation = fontLocation; in setFontLocation()
147 File allFonts = new File(fontLocation, FN_ALL_FONTS_LIST); in setFontLocation()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
DBridge.java210 File fontLocation, in init() argument
248 FontFamily_Delegate.setFontLocation(fontLocation.getAbsolutePath()); in init()
249 MemoryMappedFile_Delegate.setDataDir(fontLocation.getAbsoluteFile().getParentFile()); in init()
/frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/
DRenderTestBase.java294 File fontLocation = new File(data_dir, "fonts"); in beforeClass() local
298 sBridge.init(ConfigGenerator.loadProperties(buildProp), fontLocation, in beforeClass() local