Searched refs:fontLocation (Results 1 - 7 of 7) sorted by relevance
/frameworks/layoutlib/remote/common/src/com/android/layout/remote/api/ |
H A D | RemoteBridge.java | 64 * @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 D | RemoteBridgeClient.java | 86 public boolean init(Map<String, String> platformProperties, File fontLocation, argument 89 return mDelegate.init(platformProperties, fontLocation, enumValueMap,
|
/frameworks/layoutlib/remote/tests/src/ |
H A D | RemoteBridgeTest.java | 71 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 D | RemoteBridgeImpl.java | 77 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 D | FontFamily_Delegate.java | 169 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 D | Bridge.java | 167 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 D | RenderTestBase.java | 311 File fontLocation = new File(data_dir, "fonts"); 315 sBridge.init(ConfigGenerator.loadProperties(buildProp), fontLocation,
|
Completed in 58 milliseconds