HomeSort by relevance Sort by last modified time
    Searched refs:setTextSize (Results 76 - 100 of 199) sorted by null

1 2 34 5 6 7 8

  /frameworks/base/apct-tests/perftests/core/src/android/text/
TextViewSetTextMeasurePerfTest.java 81 mTextPaint.setTextSize(10);
  /cts/tests/tests/text/src/android/text/cts/
EmojiTest.java 247 setTextSize(TypedValue.COMPLEX_UNIT_SP, 10);
271 setTextSize(TypedValue.COMPLEX_UNIT_SP, 10);
BoringLayoutTest.java 499 paint.setTextSize(textSize);
520 precomputedPaint.setTextSize(textSizes[sizei]);
521 layoutPaint.setTextSize(textSizes[(sizei + 1) % textSizes.length]);
MyanmarTest.java 190 setTextSize(textSize);
StaticLayoutGetLineLeftRightTest.java 111 mPaint.setTextSize(32);
  /external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
HistogramView.java 73 mTextPaint.setTextSize(mYLabelSize);
77 mXLabelPaint.setTextSize(mXLabelSize);
  /external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
AudioFragment.java 289 line.setTextSize(10f);
294 desc.setTextSize(12f);
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowTextViewTest.java 444 textView.setTextSize(TypedValue.COMPLEX_UNIT_DIP, 10);
446 textView.setTextSize(TypedValue.COMPLEX_UNIT_DIP, 20);
452 textView.setTextSize(TypedValue.COMPLEX_UNIT_SP, 10);
458 textView.setTextSize(TypedValue.COMPLEX_UNIT_SP, 10);
465 textView.setTextSize(TypedValue.COMPLEX_UNIT_PX, 10);
467 textView.setTextSize(TypedValue.COMPLEX_UNIT_PX, 20);
  /cts/tests/tests/graphics/src/android/graphics/cts/
TypefaceCustomFallbackBuilderTest.java 192 paint.setTextSize(10.0f); // Make 1em = 10px.
249 paint.setTextSize(10.0f); // Make 1em = 10px.
PaintFlagsDrawFilterTest.java 63 p.setTextSize(TEXT_SIZE);
TypefaceTest.java 568 p.setTextSize(128);
650 paint.setTextSize(100); // Make 1em = 100px
684 paint.setTextSize(100); // Make 1em = 100px
706 paint.setTextSize(100); // Make 1em = 100px
    [all...]
  /development/samples/devbytes/animation/ToonGame/src/com/example/android/toongame/
PlayerSetupActivity.java 150 buttonCopy.setTextSize(TypedValue.COMPLEX_UNIT_PX, child.getTextSize());
252 button.setTextSize(15);
  /external/androidplot/Examples/DemoApp/src/com/androidplot/demos/
XYRegionExampleActivity.java 383 fenwayLfMarker.getTextPaint().setTextSize(PixelUtils.dpToPix(14));
384 attRfMarker.getTextPaint().setTextSize(PixelUtils.dpToPix(14));
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/
DetermineFovActivity.java 220 paint.setTextSize(textSize);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
ProtocolParamsReaderActivity.java 35 mTextView.setTextSize(12.0f);
SimpleReaderActivity.java 58 mTextView.setTextSize(12.0f);
  /cts/tests/tests/graphics/src/android/graphics/fonts/
FontTestUtil.java 225 tp.setTextSize(100);
  /cts/tests/tests/text/src/android/text/method/cts/
PasswordTransformationMethodTest.java 97 editText.setTextSize(TypedValue.COMPLEX_UNIT_SP, 10);
TouchTest.java 72 mTextView.setTextSize(TypedValue.COMPLEX_UNIT_SP, 10);
  /cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
FontRenderingTests.java 62 p.setTextSize(26);
PathClippingTests.java 184 paint.setTextSize(90);
  /cts/tests/tests/widget/src/android/widget/cts/
TextViewFadingEdgeTest.java 162 textView.setTextSize(TypedValue.COMPLEX_UNIT_PX, TEXT_SIZE);
TextViewFontWeightTest.java 112 paint.setTextSize(10.0f); // Make 1em=10px
TextViewPrecomputedTextTest.java 77 paint.setTextSize(paint.getTextSize() * 2.0f + 1.0f);
  /developers/build/prebuilts/gradle/BasicMultitouch/Application/src/main/java/com/example/android/basicmultitouch/
TouchDisplayView.java 351 mTextPaint.setTextSize(27f);

Completed in 469 milliseconds

1 2 34 5 6 7 8