Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/
DTypeface.java158 static SharedMemory sSystemFontMapSharedMemory = null; field in Typeface
185 Objects.requireNonNull(sSystemFontMapSharedMemory); in getSystemFontMapSharedMemory()
187 return sSystemFontMapSharedMemory; in getSystemFontMapSharedMemory()
1318 if (sharedMemory == null || sharedMemory == sSystemFontMapSharedMemory) {
1324 sSystemFontMapSharedMemory = sharedMemory;
1435 sSystemFontMapSharedMemory = null;