HomeSort by relevance Sort by last modified time
    Searched defs:getFonts (Results 1 - 7 of 7) sorted by null

  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Typeface_Delegate.java 89 public List<Font> getFonts(FontVariant variant) {
236 for (FontConfig.Font font : family.getFonts()) {
Paint_Delegate.java 118 public List<FontInfo> getFonts() {
    [all...]
  /frameworks/base/core/java/android/text/
FontConfig.java 224 public @Nullable Font[] getFonts() {
  /frameworks/base/core/java/android/provider/
FontsContract.java 261 * is set and {@link #getFonts} returns an empty array, it means there were no fonts
268 * signature. {@link #getFonts} returns null if this status was set.
273 * Constant represents that the provider returns unexpected data. {@link #getFonts} returns
303 public @NonNull FontInfo[] getFonts() {
355 Typeface typeface = buildTypeface(sContext, null, result.getFonts());
535 final FontInfo[] fonts = result.getFonts();
    [all...]
  /frameworks/support/compat/java/android/support/v4/provider/
FontsContractCompat.java 189 return buildTypeface(context, null /* CancellationSignal */, result.getFonts());
344 * is set and {@link #getFonts} returns an empty array, it means there were no fonts
351 * signature. {@link #getFonts} returns null if this status was set.
356 * Constant represents that the provider returns unexpected data. {@link #getFonts} returns
382 public FontInfo[] getFonts() {
520 final FontInfo[] fonts = result.getFonts();
    [all...]
  /prebuilts/sdk/current/support/compat/libs/
android-support-compat.jar 
  /prebuilts/sdk/26/
android.jar 

Completed in 506 milliseconds