Home
last modified time | relevance | path

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

/cts/tests/tests/text/src/android/text/style/cts/
DStyleSpanTest.java65 Typeface tf = Typeface.defaultFromStyle(Typeface.NORMAL); in testUpdateMeasureState() local
89 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/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/
DSubPlanHelperTest.java129 TestFilter tf = new TestFilter(ABI, NAME_A, String.format("%s#%s", CLASS_A, METHOD_1)); in testAddInclude() local
137 TestFilter tf = new TestFilter(ABI, NAME_A, String.format("%s#%s", CLASS_A, METHOD_1)); in testAddExclude() local
/cts/tests/tests/graphics/src/android/graphics/cts/
DTypefaceTest.java68 Typeface tf = Typeface.create(family, style); in createTypeface() local