Home
last modified time | relevance | path

Searched defs:typeface1 (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/graphics/src/android/graphics/cts/
DTypefaceTest.java326 Typeface typeface1 = Typeface.createFromAsset(mContext.getAssets(), in testCreateFromAsset_cachesTypeface() local
359 Typeface typeface1 = new Typeface.Builder(mContext.getAssets(), in testTypefaceBuilder_AssetSource() local
405 Typeface typeface1 = new Typeface.Builder(obtainPath()).build(); in testTypefaceBuilder_FileSource() local
/cts/tests/tests/content/src/android/content/res/cts/
DResourcesTest.java823 private Typeface getLargerTypeface(String text, Typeface typeface1, Typeface typeface2) { in getLargerTypeface()
863 Typeface typeface1 = mResources.getFont(R.font.sample_variation_settings_family1); in testGetFont_xmlFileWithVariationSettings() local
/cts/tests/tests/text/src/android/text/style/cts/
DTextAppearanceSpanTest.java480 private void assertTypefaceSame(Typeface typeface0, Typeface typeface1) { in assertTypefaceSame()