Searched refs:textSize (Results 1 – 8 of 8) 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/tests/text/src/android/text/cts/ |
D | MyanmarTest.java | 188 final float textSize = TypedValue.applyDimension(TypedValue.COMPLEX_UNIT_SP, 8, in CaptureTextView() local 190 setTextSize(textSize); in CaptureTextView()
|
D | BoringLayoutTest.java | 497 for (float textSize : textSizes) { in testPrecomputedText() 499 paint.setTextSize(textSize); in testPrecomputedText()
|
D | TextUtilsTest.java | 2085 int textSize = 20; in testWriteToParcel() local 2087 null, Typeface.ITALIC, textSize, colors, null); in testWriteToParcel() 2105 assertEquals(textSize, ((TextAppearanceSpan) spans[1]).getTextSize()); in testWriteToParcel()
|
D | StaticLayoutTest.java | 1442 for (float textSize : textSizes) { 1444 paint.setTextSize(textSize);
|
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/ |
D | FontScaleActivity.java | 53 new int[] { android.R.attr.textSize }, 0, 0); in dumpFontSize()
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | WidgetAttributeTest.kt | 110 textview1.getAttributeResolutionStack(android.R.attr.textSize) in testGetAttributeResolutionStack() 166 attributeMapTextView1[android.R.attr.textSize]!!.toInt()) in testGetAttributeSourceResourceMap()
|
D | TextViewTest.java | 7729 int textSize = (int) autoSizeTextViewUniform.getTextSize(); 7731 if (expectedSizesInPx[i] == textSize) {
|