Searched refs:fontLocation (Results 1 - 7 of 7) sorted by relevance

/frameworks/layoutlib/remote/common/src/com/android/layout/remote/api/
H A DRemoteBridge.java64 * @param fontLocation the location of the fonts.
71 boolean init(@NotNull Map<String, String> platformProperties, File fontLocation, argument
/frameworks/layoutlib/remote/client/src/com/android/layoutlib/bridge/remote/client/
H A DRemoteBridgeClient.java86 public boolean init(Map<String, String> platformProperties, File fontLocation, argument
89 return mDelegate.init(platformProperties, fontLocation, enumValueMap,
/frameworks/layoutlib/remote/tests/src/
H A DRemoteBridgeTest.java71 File fontLocation = new File(data_dir, "fonts");
75 mClient.init(ConfigGenerator.loadProperties(buildProp), fontLocation,
/frameworks/layoutlib/remote/server/src/com/android/layoutlib/bridge/remote/server/
H A DRemoteBridgeImpl.java77 public boolean init(Map<String, String> platformProperties, File fontLocation, argument
79 return mBridge.init(platformProperties, fontLocation, enumValueMap,
/frameworks/layoutlib/bridge/src/android/graphics/
H A DFontFamily_Delegate.java169 public static synchronized void setFontLocation(String fontLocation) { argument
170 sFontLocation = fontLocation;
172 File allFonts = new File(fontLocation, FN_ALL_FONTS_LIST);
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/
H A DBridge.java167 File fontLocation,
205 FontFamily_Delegate.setFontLocation(fontLocation.getAbsolutePath());
206 MemoryMappedFile_Delegate.setDataDir(fontLocation.getAbsoluteFile().getParentFile());
166 init(Map<String,String> platformProperties, File fontLocation, Map<String, Map<String, Integer>> enumValueMap, LayoutLog log) argument
/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/
H A DRenderTestBase.java311 File fontLocation = new File(data_dir, "fonts");
315 sBridge.init(ConfigGenerator.loadProperties(buildProp), fontLocation,

Completed in 58 milliseconds