Home
last modified time | relevance | path

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

12

/cts/tests/tests/graphics/src/android/graphics/text/cts/
DHyphenationTest.java62 final float textSize = 10.0f; in testAfrikaansPattern() local
64 sPaint.setTextSize(textSize); in testAfrikaansPattern()
85 final float textSize = 15.0f; in testAlbanianPattern() local
87 sPaint.setTextSize(textSize); in testAlbanianPattern()
111 final float textSize = 10.0f; in testAmharicPattern() local
113 sPaint.setTextSize(textSize); in testAmharicPattern()
134 final float textSize = 15.0f; in testCzechPattern() local
136 sPaint.setTextSize(textSize); in testCzechPattern()
163 final float textSize = 10.0f; in testDutchPattern() local
165 sPaint.setTextSize(textSize); in testDutchPattern()
[all …]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/
DDetermineFovActivity.java242 float textSize = TEXT_SIZE * DetermineFovActivity.this.getResources() in drawContents() local
244 paint.setTextSize(textSize); in drawContents()
245 canvas.drawText(mMeasuredText + " " + mFovDegrees + " degrees.", textSize, in drawContents()
246 2 * textSize * (1.0f + TEXT_PADDING), paint); in drawContents()
248 textSize, textSize * (1.0f + TEXT_PADDING), paint); in drawContents()
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DPaintTests.kt85 paint.textSize = 100f in <lambda>()
86 canvas.drawText("shadow text", 0f, paint.textSize, paint) in <lambda>()
92 paint.textSize = 100f in <lambda>()
/cts/tests/tests/text/src/android/text/cts/
DLayoutInterJustificationTest.kt62 mPaint.textSize = 10f // Make 1em = 10px in <lambda>()
141 actualLetterSpacings.add(paint.letterSpacing * paint.textSize) // Convert to px in <lambda>()
DPaintRunFlagTest.kt41 textSize = 10f in <lambda>()
257 val letterSpace = paint.textSize in getTextRunAdvances_Latin()
258 val letterSpaceHalf = paint.textSize * 0.5f in getTextRunAdvances_Latin()
321 val letterSpace = paint.textSize in getTextRunAdvances_Hebrew()
322 val letterSpaceHalf = paint.textSize * 0.5f in getTextRunAdvances_Hebrew()
DFontVariationSettingsTest.kt54 textSize = 100f in testFontVariationSettingsEffective()
DMyanmarTest.java230 final float textSize = TypedValue.applyDimension(TypedValue.COMPLEX_UNIT_SP, 8, in CaptureTextView() local
232 setTextSize(textSize); in CaptureTextView()
DStaticLayoutMultilineBidiTest.kt43 textSize = 100f in <lambda>()
DStaticLayoutLineBreakingNoBreakSpanTest.kt48 textSize = 10f // make 1em = 10px in <lambda>()
DEllipsisHyphenationTest.kt56 textSize = 100f in <lambda>()
DBoringLayoutUseBoundsTest.kt52 textSize = 10f // make 1em = 10px in <lambda>()
DLayoutClusterCountTest.kt53 mPaint.textSize = 100f in setUp()
DStaticLayoutLineBreakAutoTest.kt80 paint.textSize = 10.0f // Make 1em == 10px. in setupPaint()
DLayoutMinimumLineHeightTest.kt45 textSize = 100f // Make 1em = 100px in <lambda>()
DBoringLayoutTest.java509 for (float textSize : textSizes) { in testPrecomputedText()
511 paint.setTextSize(textSize); in testPrecomputedText()
DLayoutBuilderTest.kt50 textSize = 10f in <lambda>()
DTextUtilsTest.java2130 int textSize = 20; in testWriteToParcel() local
2132 null, Typeface.ITALIC, textSize, colors, null); in testWriteToParcel()
2150 assertEquals(textSize, ((TextAppearanceSpan) spans[1]).getTextSize()); in testWriteToParcel()
DStaticLayoutTest.java1482 for (float textSize : textSizes) {
1484 paint.setTextSize(textSize);
DLayoutUseBoundsTest.kt83 textSize = 10f // make 1em = 10px in getParams()
/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.kt111 textview1!!.getAttributeResolutionStack(android.R.attr.textSize) in testGetAttributeResolutionStack()
186 attributeMapTextView1[android.R.attr.textSize]!!.toInt() in testGetAttributeSourceResourceMap()
DTextViewTest.java8508 int textSize = (int) autoSizeTextViewUniform.getTextSize();
8510 if (expectedSizesInPx[i] == textSize) {
/cts/tests/tests/graphics/src/android/graphics/cts/
DPaintFontMetricsForLocaleTest.kt44 textSize = 100f // make 1em = 100px in <lambda>()
/cts/tests/tests/text/src/android/text/method/cts/
DBaseKeyListenerTest.java645 for (float textSize = mTextView.getTextSize(); textSize < 1024f; textSize += 5f) { in prepTextViewWithLinesSync()
646 mTextView.setTextSize(textSize); in prepTextViewWithLinesSync()
/cts/tests/tests/text/src/android/text/style/cts/
DLineBreakConfigSpanTest.kt65 textSize = 10f in <lambda>()

12