Searched refs:FontsContract (Results 1 – 12 of 12) sorted by relevance
19 import static android.provider.FontsContract.Columns.RESULT_CODE_FONT_NOT_FOUND;20 import static android.provider.FontsContract.Columns.RESULT_CODE_FONT_UNAVAILABLE;21 import static android.provider.FontsContract.Columns.RESULT_CODE_MALFORMED_QUERY;22 import static android.provider.FontsContract.Columns.RESULT_CODE_OK;37 import android.provider.FontsContract.FontInfo;78 FontInfo[] fonts = FontsContract.getFontFromProvider( in testGetFontFromProvider_resultOK()97 FontInfo[] fonts = FontsContract.getFontFromProvider( in testGetFontFromProvider_providerDoesntReturnAllFields()113 FontInfo[] fonts = FontsContract.getFontFromProvider( in testGetFontFromProvider_resultFontNotFound()126 FontInfo[] fonts = FontsContract.getFontFromProvider( in testGetFontFromProvider_resultFontUnavailable()146 FontInfo[] fonts = FontsContract.getFontFromProvider( in testGetFontFromProvider_resultMalformedQuery()[all …]
33 import android.provider.FontsContract.FontFamilyResult;86 private static class TestCallback extends FontsContract.FontRequestCallback {123 FontsContract.requestFonts(ctx, request, new Handler(), null, callback); in typefaceCacheTest()134 FontsContract.requestFonts(ctx, request, new Handler(), null, callback2); in typefaceCacheTest()145 FontsContract.requestFonts(ctx, request, new Handler(), null, callback3); in typefaceCacheTest()160 FontFamilyResult result = FontsContract.fetchFonts( in typefaceNotCacheTest()163 Typeface typeface = FontsContract.buildTypeface( in typefaceNotCacheTest()166 FontFamilyResult result2 = FontsContract.fetchFonts( in typefaceNotCacheTest()169 Typeface typeface2 = FontsContract.buildTypeface( in typefaceNotCacheTest()183 FontFamilyResult result = FontsContract.fetchFonts( in typefaceNullFdTest()[all …]
45 private int mResultCode = FontsContract.Columns.RESULT_CODE_OK;83 cursor = new MatrixCursor(new String[] { FontsContract.Columns._ID, in query()84 FontsContract.Columns.TTC_INDEX, FontsContract.Columns.VARIATION_SETTINGS, in query()85 FontsContract.Columns.WEIGHT, FontsContract.Columns.ITALIC, in query()86 FontsContract.Columns.RESULT_CODE }); in query()89 cursor = new MatrixCursor(new String[] { FontsContract.Columns._ID }); in query()
19 import static android.provider.FontsContract.Columns;
73 public class FontsContract { class167 private FontsContract() { in FontsContract() method in FontsContract
38 import android.provider.FontsContract;239 Typeface typeface = FontsContract.getFontSync(request); in createFromResources()
162 android.provider.FontsContract
5111 android.provider.-$$Lambda$FontsContract$3FDNQd-WsglsyDhif-aHVbzkfrA5112 android.provider.-$$Lambda$FontsContract$rqfIZKvP1frnI9vP1hVA8jQN_RE5186 android.provider.FontsContract$15187 android.provider.FontsContract$FontFamilyResult5188 android.provider.FontsContract$FontInfo5189 android.provider.FontsContract
16918 HSPLandroid/provider/-$$Lambda$FontsContract$rqfIZKvP1frnI9vP1hVA8jQN_RE;-><init>(Landroid/provider…16919 HSPLandroid/provider/-$$Lambda$FontsContract$rqfIZKvP1frnI9vP1hVA8jQN_RE;->run()V16964 HSPLandroid/provider/FontsContract$1;->run()V16965 HSPLandroid/provider/FontsContract$FontFamilyResult;-><init>(I[Landroid/provider/FontsContract$Font…16966 HSPLandroid/provider/FontsContract$FontFamilyResult;->getFonts()[Landroid/provider/FontsContract$Fo…16967 HSPLandroid/provider/FontsContract$FontFamilyResult;->getStatusCode()I16968 HSPLandroid/provider/FontsContract$FontInfo;-><init>(Landroid/net/Uri;I[Landroid/graphics/fonts/Fon…16969 HSPLandroid/provider/FontsContract$FontInfo;->getAxes()[Landroid/graphics/fonts/FontVariationAxis;16970 HSPLandroid/provider/FontsContract$FontInfo;->getResultCode()I16971 HSPLandroid/provider/FontsContract$FontInfo;->getTtcIndex()I[all …]
133 import android.provider.FontsContract;6730 FontsContract.setApplicationContextForResources(appContext); in handleBindApplication()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
39985 public class FontsContract {39986 …text, @Nullable android.os.CancellationSignal, @NonNull android.provider.FontsContract.FontInfo[]);39987 …method @NonNull public static android.provider.FontsContract.FontFamilyResult fetchFonts(@NonNull …39988 …r, @Nullable android.os.CancellationSignal, @NonNull android.provider.FontsContract.FontRequestCal…39991 public static final class FontsContract.Columns implements android.provider.BaseColumns {40004 public static class FontsContract.FontFamilyResult {40005 method @NonNull public android.provider.FontsContract.FontInfo[] getFonts();40013 public static class FontsContract.FontInfo {40022 public static class FontsContract.FontRequestCallback {40023 ctor public FontsContract.FontRequestCallback();