Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/cts/
DTypefaceTest.java330 Typeface typeface2 = Typeface.createFromAsset(mContext.getAssets(), in testCreateFromAsset_cachesTypeface() local
363 Typeface typeface2 = new Typeface.Builder(mContext.getAssets(), in testTypefaceBuilder_AssetSource() local
408 Typeface typeface2 = new Typeface.Builder(file).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()
865 Typeface typeface2 = mResources.getFont(R.font.sample_variation_settings_family2); in testGetFont_xmlFileWithVariationSettings() local