Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/android/graphics/fonts/
DSystemFonts_Delegate.java49 public static boolean sIsTypefaceInitialized = false; field in SystemFonts_Delegate
64 sIsTypefaceInitialized = true; in getSystemFontConfigInternal()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/
DBridge.java424 if (SystemFonts_Delegate.sIsTypefaceInitialized) { in dispose()
830 if (SystemFonts_Delegate.sIsTypefaceInitialized) { in clearFontCache()