Searched refs:sFontLocation (Results 1 - 1 of 1) sorted by path

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DFontFamily_Delegate.java104 private static String sFontLocation; field in class:FontFamily_Delegate
142 sFontLocation = fontLocation;
217 File f = new File(sFontLocation, relativePath);
243 return sFontLocation;
255 if (sFontLocation != null) {
274 if (sFontLocation == null) {
293 if (sFontLocation == null) {

Completed in 91 milliseconds