Searched defs:typeface1 (Results 1 – 3 of 3) sorted by relevance
331 Typeface typeface1 = Typeface.createFromAsset(mContext.getAssets(), in testCreateFromAsset_cachesTypeface() local364 Typeface typeface1 = new Typeface.Builder(mContext.getAssets(), in testTypefaceBuilder_AssetSource() local410 Typeface typeface1 = new Typeface.Builder(obtainPath()).build(); in testTypefaceBuilder_FileSource() local
874 private Typeface getLargerTypeface(String text, Typeface typeface1, Typeface typeface2) { in getLargerTypeface()914 Typeface typeface1 = mResources.getFont(R.font.sample_variation_settings_family1); in testGetFont_xmlFileWithVariationSettings() local
480 private void assertTypefaceSame(Typeface typeface0, Typeface typeface1) { in assertTypefaceSame()