Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/
DTypeface.java160 static SharedMemory sSystemFontMapSharedMemory = null; field in Typeface
187 Objects.requireNonNull(sSystemFontMapSharedMemory); in getSystemFontMapSharedMemory()
189 return sSystemFontMapSharedMemory; in getSystemFontMapSharedMemory()
1366 if (sharedMemory == null || sharedMemory == sSystemFontMapSharedMemory) {
1372 sSystemFontMapSharedMemory = sharedMemory;
1524 sSystemFontMapSharedMemory = null;