Home
last modified time | relevance | path

Searched defs:typeface2 (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/cts/tests/tests/graphics/src/android/graphics/cts/
H A DTypefaceTest.java388 Typeface typeface2 = Typeface.createFromAsset(mContext.getAssets(), in testCreateFromAsset_cachesTypeface() local
421 Typeface typeface2 = new Typeface.Builder(mContext.getAssets(), in testTypefaceBuilder_AssetSource() local
466 Typeface typeface2 = new Typeface.Builder(file).build(); in testTypefaceBuilder_FileSource() local
H A DPaintTest.java2330 Typeface typeface2 = p2.getTypeface(); in testFontVariationTypefaceInstance_Cached() local
2344 Typeface typeface2 = p2.getTypeface(); in testFontVariationTypefaceInstance_Cached_EquivalentFontVariationSettings() local
2358 Typeface typeface2 = p2.getTypeface(); in testFontVariationTypefaceInstance_NotCachedForOtherConfig() local
/aosp_15_r20/external/skia/tests/
H A DTypefaceTest.cpp237 sk_sp<SkTypeface> typeface2 = in DEF_TEST() local
695 sk_sp<SkTypeface> typeface2 = fm->legacyMakeTypeface(nullptr, SkFontStyle::Bold()); in DEF_TEST() local
/aosp_15_r20/cts/tests/tests/content/src/android/content/res/cts/
H A DResourcesTest.java1059 private Typeface getLargerTypeface(String text, Typeface typeface1, Typeface typeface2) { in getLargerTypeface()
1105 Typeface typeface2 = mResources.getFont(R.font.sample_variation_settings_family2); in testGetFont_xmlFileWithVariationSettings() local
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
H A DShadowTypefaceTest.java183 Typeface typeface2 = Typeface.create(typeface, Typeface.BOLD); in createTypeface_withCustomFallbackBuilder() local
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/provider/
H A DFontsContractE2ETest.java169 Typeface typeface2 = FontsContract.buildTypeface( in typefaceNotCacheTest() local
/aosp_15_r20/external/robolectric/integration_tests/nativegraphics/src/test/java/org/robolectric/shadows/
H A DShadowNativeTypefaceTest.java335 Typeface typeface2 = in testCreateFromAsset_cachesTypeface() local