Searched defs:fontLocation (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DFontFamily_Delegate.java141 public static synchronized void setFontLocation(String fontLocation) { argument
142 sFontLocation = fontLocation;
144 File allFonts = new File(fontLocation, FN_ALL_FONTS_LIST);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
H A DBridge.java208 File fontLocation,
246 FontFamily_Delegate.setFontLocation(fontLocation.getAbsolutePath());
247 MemoryMappedFile_Delegate.setDataDir(fontLocation.getAbsoluteFile().getParentFile());
207 init(Map<String,String> platformProperties, File fontLocation, Map<String, Map<String, Integer>> enumValueMap, LayoutLog log) argument

Completed in 136 milliseconds