Searched refs:anotherCachedTypeface (Results 1 – 1 of 1) sorted by relevance
547 final Typeface anotherCachedTypeface = sTypefaceCache.get(request.getIdentifier()); in requestFonts() local548 if (anotherCachedTypeface != null) { in requestFonts()549 callerThreadHandler.post(() -> callback.onTypefaceRetrieved(anotherCachedTypeface)); in requestFonts()