Home
last modified time | relevance | path

Searched refs:setFontLocation (Results 1 – 2 of 2) sorted by relevance

/frameworks/layoutlib/bridge/src/android/graphics/fonts/
DSystemFonts_Delegate.java51 public static void setFontLocation(String fontLocation) { in setFontLocation() method in SystemFonts_Delegate
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/
DBridge.java233 SystemFonts_Delegate.setFontLocation(fontLocation.getAbsolutePath() + File.separator); in init()