Searched refs:onTypefaceRequestFailed (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/provider/
H A DFontsContract.java414 * Constant returned by {@link #onTypefaceRequestFailed(int)} signaling that the given
419 * Constant returned by {@link #onTypefaceRequestFailed(int)} signaling that the given
424 * Constant returned by {@link #onTypefaceRequestFailed(int)} signaling that the font
429 * Constant returned by {@link #onTypefaceRequestFailed(int)} signaling that the font
434 * Constant returned by {@link #onTypefaceRequestFailed(int)} signaling that the font
439 * Constant returned by {@link #onTypefaceRequestFailed(int)} signaling that the given
459 * method will not be called if {@link #onTypefaceRequestFailed(int)} is called instead.
475 public void onTypefaceRequestFailed(@FontRequestFailReason int reason) {} method in class:FontsContract.FontRequestCallback
513 callerThreadHandler.post(() -> callback.onTypefaceRequestFailed(
528 callerThreadHandler.post(() -> callback.onTypefaceRequestFailed(
[all...]
/frameworks/support/compat/src/main/java/androidx/core/provider/
H A DFontsContractCompat.java450 * Constant returned by {@link #onTypefaceRequestFailed(int)} signaling that the given
455 * Constant returned by {@link #onTypefaceRequestFailed(int)} signaling that the given
460 * Constant returned by {@link #onTypefaceRequestFailed(int)} signaling that the font
470 * Constant returned by {@link #onTypefaceRequestFailed(int)} signaling that the font
475 * Constant returned by {@link #onTypefaceRequestFailed(int)} signaling that the font
480 * Constant returned by {@link #onTypefaceRequestFailed(int)} signaling that the given
499 * {@link #onTypefaceRequestFailed(int)} is called instead.
515 public void onTypefaceRequestFailed(@FontRequestFailReason int reason) {} method in class:FontsContractCompat.FontRequestCallback
544 callback.onTypefaceRequestFailed(
557 callback.onTypefaceRequestFailed(
[all...]
/frameworks/base/core/tests/coretests/src/android/provider/
H A DFontsContractE2ETest.java97 public void onTypefaceRequestFailed(int reason) { method in class:FontsContractE2ETest.TestCallback

Completed in 45 milliseconds