Home
last modified time | relevance | path

Searched refs:FontsContract (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/provider/
DFontsContractTest.java19 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;
79 FontInfo[] fonts = FontsContract.getFontFromProvider( in testGetFontFromProvider_resultOK()
98 FontInfo[] fonts = FontsContract.getFontFromProvider( in testGetFontFromProvider_providerDoesntReturnAllFields()
114 FontInfo[] fonts = FontsContract.getFontFromProvider( in testGetFontFromProvider_resultFontNotFound()
127 FontInfo[] fonts = FontsContract.getFontFromProvider( in testGetFontFromProvider_resultFontUnavailable()
147 FontInfo[] fonts = FontsContract.getFontFromProvider( in testGetFontFromProvider_resultMalformedQuery()
[all …]
DFontsContractE2ETest.java33 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 …]
DTestFontsProvider.java45 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()
DMockFontProvider.java19 import static android.provider.FontsContract.Columns;
/frameworks/base/core/java/android/provider/
DFontsContract.java77 public class FontsContract { class
175 private FontsContract() { in FontsContract() method in FontsContract
/frameworks/base/graphics/java/android/graphics/
DTypeface.java44 import android.provider.FontsContract;
330 Typeface typeface = FontsContract.getFontSync(request); in createFromResources()
/frameworks/base/boot/
Dpreloaded-classes6657 android.provider.FontsContract$$ExternalSyntheticLambda0
6658 android.provider.FontsContract$$ExternalSyntheticLambda12
6659 android.provider.FontsContract$$ExternalSyntheticLambda13
6660 android.provider.FontsContract$$ExternalSyntheticLambda1
6661 android.provider.FontsContract$1
6662 android.provider.FontsContract$FontFamilyResult
6663 android.provider.FontsContract$FontInfo
6664 android.provider.FontsContract
14358 [Landroid.provider.FontsContract$FontInfo;
Dboot-image-profile.txt13195 HSPLandroid/provider/FontsContract$1;->run()V
13196 HSPLandroid/provider/FontsContract$FontFamilyResult;->getFonts()[Landroid/provider/FontsContract$Fo…
13197 HSPLandroid/provider/FontsContract$FontFamilyResult;->getStatusCode()I
13198 HSPLandroid/provider/FontsContract$FontInfo;->getAxes()[Landroid/graphics/fonts/FontVariationAxis;
13199 HSPLandroid/provider/FontsContract$FontInfo;->getResultCode()I
13200 HSPLandroid/provider/FontsContract$FontInfo;->getTtcIndex()I
13201 HSPLandroid/provider/FontsContract$FontInfo;->getUri()Landroid/net/Uri;
13202 HSPLandroid/provider/FontsContract$FontInfo;->getWeight()I
13203 HSPLandroid/provider/FontsContract$FontInfo;->isItalic()Z
13204 …android/provider/FontsContract;->buildTypeface(Landroid/content/Context;Landroid/os/CancellationSi…
[all …]
/frameworks/base/core/java/android/app/
DActivityThread.java176 import android.provider.FontsContract;
7523 FontsContract.setApplicationContextForResources(appContext); in handleBindApplication()
/frameworks/base/config/
Dpreloaded-classes6661 android.provider.FontsContract$$ExternalSyntheticLambda0
6662 android.provider.FontsContract$$ExternalSyntheticLambda12
6663 android.provider.FontsContract$$ExternalSyntheticLambda13
6664 android.provider.FontsContract$$ExternalSyntheticLambda1
6665 android.provider.FontsContract$1
6666 android.provider.FontsContract$FontFamilyResult
6667 android.provider.FontsContract$FontInfo
6668 android.provider.FontsContract
17381 [Landroid.provider.FontsContract$FontInfo;
Dboot-image-profile.txt13198 HSPLandroid/provider/FontsContract$1;->run()V
13199 HSPLandroid/provider/FontsContract$FontFamilyResult;->getFonts()[Landroid/provider/FontsContract$Fo…
13200 HSPLandroid/provider/FontsContract$FontFamilyResult;->getStatusCode()I
13201 HSPLandroid/provider/FontsContract$FontInfo;->getAxes()[Landroid/graphics/fonts/FontVariationAxis;
13202 HSPLandroid/provider/FontsContract$FontInfo;->getResultCode()I
13203 HSPLandroid/provider/FontsContract$FontInfo;->getTtcIndex()I
13204 HSPLandroid/provider/FontsContract$FontInfo;->getUri()Landroid/net/Uri;
13205 HSPLandroid/provider/FontsContract$FontInfo;->getWeight()I
13206 HSPLandroid/provider/FontsContract$FontInfo;->isItalic()Z
13207 …android/provider/FontsContract;->buildTypeface(Landroid/content/Context;Landroid/os/CancellationSi…
[all …]
Ddirty-image-objects689 Landroid/provider/FontsContract; 123
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt18451 Landroid/graphics/Typeface$Builder;-><init>([Landroid/provider/FontsContract$FontInfo;Ljava/util/Ma…
18459 Landroid/graphics/Typeface$Builder;->mFonts:[Landroid/provider/FontsContract$FontInfo;
41360 Landroid/provider/FontsContract$Columns;-><init>()V
41361 Landroid/provider/FontsContract$FontFamilyResult;-><init>(I[Landroid/provider/FontsContract$FontInf…
41362 Landroid/provider/FontsContract$FontFamilyResult;->mFonts:[Landroid/provider/FontsContract$FontInfo;
41363 Landroid/provider/FontsContract$FontFamilyResult;->mStatusCode:I
41364 Landroid/provider/FontsContract$FontInfo;-><init>(Landroid/net/Uri;I[Landroid/graphics/fonts/FontVa…
41365 Landroid/provider/FontsContract$FontInfo;->mAxes:[Landroid/graphics/fonts/FontVariationAxis;
41366 Landroid/provider/FontsContract$FontInfo;->mItalic:Z
41367 Landroid/provider/FontsContract$FontInfo;->mResultCode:I
[all …]
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt37189 @Deprecated public class FontsContract {
37190 …text, @Nullable android.os.CancellationSignal, @NonNull android.provider.FontsContract.FontInfo[]);
37191 …method @Deprecated @NonNull public static android.provider.FontsContract.FontFamilyResult fetchFon…
37192 …r, @Nullable android.os.CancellationSignal, @NonNull android.provider.FontsContract.FontRequestCal…
37195 …@Deprecated public static final class FontsContract.Columns implements android.provider.BaseColumn…
37208 @Deprecated public static class FontsContract.FontFamilyResult {
37209 method @Deprecated @NonNull public android.provider.FontsContract.FontInfo[] getFonts();
37217 @Deprecated public static class FontsContract.FontInfo {
37226 @Deprecated public static class FontsContract.FontRequestCallback {
37227 ctor @Deprecated public FontsContract.FontRequestCallback();