Home
last modified time | relevance | path

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

/cts/tests/tests/text/src/android/text/style/cts/
DStyleSpanTest.java66 Typeface tf = Typeface.defaultFromStyle(Typeface.NORMAL); in testUpdateMeasureState() local
90 Typeface tf = Typeface.defaultFromStyle(Typeface.NORMAL); in testUpdateDrawState() local
/cts/tests/tests/os/src/android/os/cts/
DCustomClassLoaderTest.java26 File tf; field in CustomClassLoaderTest
/cts/tests/tests/text/src/android/text/cts/
DPrecomputedTextTest.java315 final Typeface tf = new Typeface.Builder(context.getAssets(), in testGetWidth() local
357 final Typeface tf = new Typeface.Builder(context.getAssets(), in testGetWidth_multiStyle() local
386 final Typeface tf = new Typeface.Builder(context.getAssets(), in testGetWidth_multiStyle2() local
459 final Typeface tf = new Typeface.Builder(context.getAssets(), in testGetBounds() local
518 final Typeface tf = new Typeface.Builder(context.getAssets(), in testGetBounds_multiStyle() local
555 final Typeface tf = new Typeface.Builder(context.getAssets(), in testGetBounds_multiStyle2() local
/cts/tests/tests/widget/src/android/widget/cts/
DTextViewPrecomputedTextTest.java96 final Typeface tf = paint.getTypeface(); in makeDifferentParams() local
/cts/tests/tests/graphics/src/android/graphics/text/cts/
DLineBreakerTest.java62 Typeface tf = new Typeface.Builder(am, "fonts/layout/linebreak.ttf").build(); in classSetUp() local
DMeasuredTextTest.java54 Typeface tf = new Typeface.Builder(am, "fonts/layout/linebreak.ttf").build(); in classSetUp() local
/cts/tests/tests/graphics/src/android/graphics/cts/
DTypefaceTest.java90 Typeface tf = Typeface.create(family, style); in createTypeface() local