Home
last modified time | relevance | path

Searched defs:font (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/provider/src/android/provider/cts/
DFontsContractTest.java194 FontInfo font = fonts[0]; in querySingleFont() local
229 FontInfo font = fonts[0]; in queryAttributes() local
259 FontInfo font = fonts[0]; in queryNotFound() local
275 FontInfo font = fonts[0]; in queryUnavailable() local
291 FontInfo font = fonts[0]; in queryMalformed() local
307 FontInfo font = fonts[0]; in queryMultipleOneNotFound() local
325 FontInfo font = fonts[0]; in queryMandatoryFieldsOnly() local
/cts/tests/tests/content/src/android/content/res/cts/
DTypedArrayTest.java172 final Typeface font = t.getFont(R.styleable.style1_type18); in testGetAttributes() local
173 assertEquals(mContext.getResources().getFont(R.font.sample_regular_font), font); in testGetAttributes() local
DResourcesTest.java769 Typeface font = mResources.getFont(R.font.sample_regular_font); in testGetFont_fontFile() local
776 Typeface font = mResources.getFont(R.font.samplexmlfont); in testGetFont_xmlFile() local
844 Typeface font = mResources.getFont(R.font.sample_regular_font); in testGetFont_fontFileIsCached() local
851 Typeface font = mResources.getFont(R.font.samplexmlfont); in testGetFont_xmlFileIsCached() local