/cts/tests/tests/graphics/src/android/graphics/text/cts/ |
D | HyphenationTest.java | 62 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/ |
D | DetermineFovActivity.java | 242 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/ |
D | PaintTests.kt | 85 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/ |
D | LayoutInterJustificationTest.kt | 62 mPaint.textSize = 10f // Make 1em = 10px in <lambda>() 141 actualLetterSpacings.add(paint.letterSpacing * paint.textSize) // Convert to px in <lambda>()
|
D | PaintRunFlagTest.kt | 41 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()
|
D | FontVariationSettingsTest.kt | 54 textSize = 100f in testFontVariationSettingsEffective()
|
D | MyanmarTest.java | 230 final float textSize = TypedValue.applyDimension(TypedValue.COMPLEX_UNIT_SP, 8, in CaptureTextView() local 232 setTextSize(textSize); in CaptureTextView()
|
D | StaticLayoutMultilineBidiTest.kt | 43 textSize = 100f in <lambda>()
|
D | StaticLayoutLineBreakingNoBreakSpanTest.kt | 48 textSize = 10f // make 1em = 10px in <lambda>()
|
D | EllipsisHyphenationTest.kt | 56 textSize = 100f in <lambda>()
|
D | BoringLayoutUseBoundsTest.kt | 52 textSize = 10f // make 1em = 10px in <lambda>()
|
D | LayoutClusterCountTest.kt | 53 mPaint.textSize = 100f in setUp()
|
D | StaticLayoutLineBreakAutoTest.kt | 80 paint.textSize = 10.0f // Make 1em == 10px. in setupPaint()
|
D | LayoutMinimumLineHeightTest.kt | 45 textSize = 100f // Make 1em = 100px in <lambda>()
|
D | BoringLayoutTest.java | 509 for (float textSize : textSizes) { in testPrecomputedText() 511 paint.setTextSize(textSize); in testPrecomputedText()
|
D | LayoutBuilderTest.kt | 50 textSize = 10f in <lambda>()
|
D | TextUtilsTest.java | 2130 int textSize = 20; in testWriteToParcel() local 2132 null, Typeface.ITALIC, textSize, colors, null); in testWriteToParcel() 2150 assertEquals(textSize, ((TextAppearanceSpan) spans[1]).getTextSize()); in testWriteToParcel()
|
D | StaticLayoutTest.java | 1482 for (float textSize : textSizes) { 1484 paint.setTextSize(textSize);
|
D | LayoutUseBoundsTest.kt | 83 textSize = 10f // make 1em = 10px in getParams()
|
/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 | 111 textview1!!.getAttributeResolutionStack(android.R.attr.textSize) in testGetAttributeResolutionStack() 186 attributeMapTextView1[android.R.attr.textSize]!!.toInt() in testGetAttributeSourceResourceMap()
|
D | TextViewTest.java | 8508 int textSize = (int) autoSizeTextViewUniform.getTextSize(); 8510 if (expectedSizesInPx[i] == textSize) {
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | PaintFontMetricsForLocaleTest.kt | 44 textSize = 100f // make 1em = 100px in <lambda>()
|
/cts/tests/tests/text/src/android/text/method/cts/ |
D | BaseKeyListenerTest.java | 645 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/ |
D | LineBreakConfigSpanTest.kt | 65 textSize = 10f in <lambda>()
|