Searched refs:textSize (Results 1 – 6 of 6) sorted by relevance
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/ |
D | DetermineFovActivity.java | 218 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/ |
D | FontScaleActivity.java | 48 new int[] { android.R.attr.textSize }, 0, 0); in dumpFontSize()
|
/cts/tests/tests/text/src/android/text/cts/ |
D | BoringLayoutTest.java | 496 for (float textSize : textSizes) { in testPrecomputedText() 498 paint.setTextSize(textSize); in testPrecomputedText()
|
D | TextUtilsTest.java | 2073 int textSize = 20; in testWriteToParcel() local 2075 null, Typeface.ITALIC, textSize, colors, null); in testWriteToParcel() 2093 assertEquals(textSize, ((TextAppearanceSpan) spans[1]).getTextSize()); in testWriteToParcel()
|
D | StaticLayoutTest.java | 1444 for (float textSize : textSizes) { 1446 paint.setTextSize(textSize);
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | TextViewTest.java | 7370 int textSize = (int) autoSizeTextViewUniform.getTextSize(); 7372 if (expectedSizesInPx[i] == textSize) {
|