Searched defs:typeface1 (Results 1 – 3 of 3) sorted by relevance
326 Typeface typeface1 = Typeface.createFromAsset(mContext.getAssets(), in testCreateFromAsset_cachesTypeface() local359 Typeface typeface1 = new Typeface.Builder(mContext.getAssets(), in testTypefaceBuilder_AssetSource() local405 Typeface typeface1 = new Typeface.Builder(obtainPath()).build(); in testTypefaceBuilder_FileSource() local
823 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
480 private void assertTypefaceSame(Typeface typeface0, Typeface typeface1) { in assertTypefaceSame()