Home
last modified time | relevance | path

Searched refs:textSize (Results 1 – 8 of 8) 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/
DMyanmarTest.java188 final float textSize = TypedValue.applyDimension(TypedValue.COMPLEX_UNIT_SP, 8, in CaptureTextView() local
190 setTextSize(textSize); in CaptureTextView()
DBoringLayoutTest.java497 for (float textSize : textSizes) { in testPrecomputedText()
499 paint.setTextSize(textSize); in testPrecomputedText()
DTextUtilsTest.java2085 int textSize = 20; in testWriteToParcel() local
2087 null, Typeface.ITALIC, textSize, colors, null); in testWriteToParcel()
2105 assertEquals(textSize, ((TextAppearanceSpan) spans[1]).getTextSize()); in testWriteToParcel()
DStaticLayoutTest.java1442 for (float textSize : textSizes) {
1444 paint.setTextSize(textSize);
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DFontScaleActivity.java53 new int[] { android.R.attr.textSize }, 0, 0); in dumpFontSize()
/cts/tests/tests/widget/src/android/widget/cts/
DWidgetAttributeTest.kt110 textview1.getAttributeResolutionStack(android.R.attr.textSize) in testGetAttributeResolutionStack()
166 attributeMapTextView1[android.R.attr.textSize]!!.toInt()) in testGetAttributeSourceResourceMap()
DTextViewTest.java7729 int textSize = (int) autoSizeTextViewUniform.getTextSize();
7731 if (expectedSizesInPx[i] == textSize) {