Home
last modified time | relevance | path

Searched refs:textSize (Results 1 – 6 of 6) 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/framework/base/activitymanager/app/src/android/server/am/
DFontScaleActivity.java48 new int[] { android.R.attr.textSize }, 0, 0); in dumpFontSize()
/cts/tests/tests/text/src/android/text/cts/
DBoringLayoutTest.java496 for (float textSize : textSizes) { in testPrecomputedText()
498 paint.setTextSize(textSize); in testPrecomputedText()
DTextUtilsTest.java2073 int textSize = 20; in testWriteToParcel() local
2075 null, Typeface.ITALIC, textSize, colors, null); in testWriteToParcel()
2093 assertEquals(textSize, ((TextAppearanceSpan) spans[1]).getTextSize()); in testWriteToParcel()
DStaticLayoutTest.java1444 for (float textSize : textSizes) {
1446 paint.setTextSize(textSize);
/cts/tests/tests/widget/src/android/widget/cts/
DTextViewTest.java7370 int textSize = (int) autoSizeTextViewUniform.getTextSize();
7372 if (expectedSizesInPx[i] == textSize) {