Home
last modified time | relevance | path

Searched refs:textSize (Results 1 – 2 of 2) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/
DDetermineFovActivity.java218 float textSize = TEXT_SIZE * DetermineFovActivity.this.getResources() in drawContents() local
220 paint.setTextSize(textSize); in drawContents()
221 canvas.drawText(mMeasuredText + " " + mFovDegrees + " degrees.", textSize, in drawContents()
222 2 * textSize * (1.0f + TEXT_PADDING), paint); in drawContents()
224 textSize, textSize * (1.0f + TEXT_PADDING), paint); in drawContents()
/cts/tests/tests/text/src/android/text/cts/
DTextUtilsTest.java1868 int textSize = 20; in testWriteToParcel() local
1870 null, Typeface.ITALIC, textSize, colors, null); in testWriteToParcel()
1888 assertEquals(textSize, ((TextAppearanceSpan) spans[1]).getTextSize()); in testWriteToParcel()