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