Searched defs:typeface (Results 1 – 7 of 7) sorted by relevance
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | TypefaceTest.java | 60 private static float measureText(String text, Typeface typeface) { in measureText() 104 Typeface typeface = createTypeface(Typeface.BOLD); in testIsBold() local 135 Typeface typeface = Typeface.create(DEFAULT, Typeface.NORMAL); in testCreate() local 150 Typeface typeface = Typeface.defaultFromStyle(Typeface.NORMAL); in testDefaultFromStyle() local 189 Typeface typeface = Typeface.createFromAsset(mContext.getAssets(), "samplefont.ttf"); in testCreateFromAsset() local 202 Typeface typeface = Typeface.createFromFile(file); in testCreateFromFileByFileReference() local 226 Typeface typeface = Typeface.createFromFile(obtainPath()); in testCreateFromFileByFileName() local 253 Typeface typeface = Typeface.createFromAsset(mContext.getAssets(), "bombfont.ttf"); in testInvalidCmapFont() local 263 Typeface typeface = Typeface.createFromAsset(mContext.getAssets(), "bombfont2.ttf"); in testInvalidCmapFont2() local 282 final Typeface typeface = Typeface.createFromAsset(mContext.getAssets(), file); in testInvalidCmapFont_tooLargeCodePoints() local [all …]
|
D | PaintTest.java | 915 Typeface typeface = Typeface.createFromAsset(context.getAssets(), "multiaxis.ttf"); in testSetGetFontVariationSettings() local
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | TextViewFontWeightTest.java | 102 Typeface typeface = tv.getTypeface(); in assertFontSelected() local
|
D | TextViewTest.java | 3529 Typeface typeface = Typeface.createFromAsset(context.getAssets(), "multiaxis.ttf"); in testSetGetFontVariationSettings() local
|
/cts/tests/tests/text/src/android/text/style/cts/ |
D | TypefaceSpanTest.java | 40 Typeface typeface = Typeface.create(FAMILY, Typeface.BOLD); in testConstructorFromTypeface() local
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/ |
D | FontRenderingTests.java | 55 final Typeface typeface = Typeface.create(family, style); in fontTestBody() local
|
/cts/tests/tests/provider/src/android/provider/cts/ |
D | FontsContractTest.java | 111 public void onTypefaceRetrieved(Typeface typeface) { in onTypefaceRetrieved()
|