Searched refs:onTypefaceRetrieved (Results 1 – 3 of 3) sorted by relevance
490 public void onTypefaceRetrieved(Typeface typeface) {} in onTypefaceRetrieved() method in FontsContract.FontRequestCallback532 callerThreadHandler.post(() -> callback.onTypefaceRetrieved(cachedTypeface)); in requestFonts()549 callerThreadHandler.post(() -> callback.onTypefaceRetrieved(anotherCachedTypeface)); in requestFonts()604 callerThreadHandler.post(() -> callback.onTypefaceRetrieved(typeface)); in requestFonts()
92 public void onTypefaceRetrieved(Typeface typeface) { in onTypefaceRetrieved() method in FontsContractE2ETest.TestCallback
35072 method @Deprecated public void onTypefaceRetrieved(android.graphics.Typeface);