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

12 3 4 5 6 7 8

  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
Clipping.java 43 mPaint.setTextSize(16);
PolyToPoly.java 70 mPaint.setTextSize(40);
AlphaBitmap.java 54 p.setTextSize(60);
MeasureText.java 63 mPaint.setTextSize(64);
PurgeableBitmapView.java 63 mPaint.setTextSize(textSize);
ScaleToFit.java 67 mLabelPaint.setTextSize(16);
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/util/
PlotStatistics.java 54 paint.setTextSize(30);
  /external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
UnhandledExceptionHandler.java 48 errorView.setTextSize(TypedValue.COMPLEX_UNIT_SP, 8);
  /frameworks/base/apct-tests/perftests/core/src/android/text/
BoringLayoutIsBoringPerfTest.java 78 mTextPaint.setTextSize(10);
StaticLayoutGetOffsetForHorizontalPerfTest.java 40 PAINT.setTextSize(16.0f);
  /external/setupdesign/main/src/com/google/android/setupdesign/template/
HeaderMixin.java 108 setTextSize(textSize);
174 private void setTextSize(float sizePx) {
177 titleView.setTextSize(TypedValue.COMPLEX_UNIT_PX, sizePx);
  /cts/tests/tests/graphics/src/android/graphics/cts/
PaintTest.java 470 p.setTextSize(10);
474 p.setTextSize(20);
548 p.setTextSize(10);
552 p.setTextSize(20);
576 p.setTextSize(1.0f);
579 p.setTextSize(2.0f);
583 p.setTextSize(-1.0f);
587 p.setTextSize(0.0f);
888 p.setTextSize(10);
893 p.setTextSize(20)
    [all...]
  /developers/build/prebuilts/gradle/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/watchface/
DigitalWatchFaceService.java 314 mDatePaint.setTextSize(resources.getDimension(R.dimen.digital_date_text_size));
315 mHourPaint.setTextSize(textSize);
316 mMinutePaint.setTextSize(textSize);
317 mSecondPaint.setTextSize(textSize);
318 mAmPmPaint.setTextSize(amPmSize);
319 mColonPaint.setTextSize(textSize);
  /developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/watchface/
DigitalWatchFaceService.java 314 mDatePaint.setTextSize(resources.getDimension(R.dimen.digital_date_text_size));
315 mHourPaint.setTextSize(textSize);
316 mMinutePaint.setTextSize(textSize);
317 mSecondPaint.setTextSize(textSize);
318 mAmPmPaint.setTextSize(amPmSize);
319 mColonPaint.setTextSize(textSize);
  /development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
DigitalWatchFaceService.java 308 mDatePaint.setTextSize(resources.getDimension(R.dimen.digital_date_text_size));
309 mHourPaint.setTextSize(textSize);
310 mMinutePaint.setTextSize(textSize);
311 mSecondPaint.setTextSize(textSize);
312 mAmPmPaint.setTextSize(amPmSize);
313 mColonPaint.setTextSize(textSize);
FitStepsWatchFaceService.java 304 mHourPaint.setTextSize(textSize);
305 mMinutePaint.setTextSize(textSize);
306 mSecondPaint.setTextSize(textSize);
307 mAmPmPaint.setTextSize(amPmSize);
308 mColonPaint.setTextSize(textSize);
309 mStepCountPaint.setTextSize(resources.getDimension(R.dimen.fit_steps_or_distance_text_size));
  /cts/tests/tests/text/src/android/text/cts/
StaticLayoutLineBreakingVariantsTest.java 45 paint.setTextSize(10.0f); // Make 1em == 10px.
  /cts/tests/tests/text/src/android/text/method/cts/
ReplacementTransformationMethodTest.java 58 mEditText.setTextSize(TypedValue.COMPLEX_UNIT_SP, 10);
  /cts/tests/tests/text/src/android/text/style/cts/
StrikethroughSpanTest.java 100 tp.setTextSize(100.0f); // Large enough so that the difference in kerning is visible.
  /cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
PathTests.java 30 paint.setTextSize(26);
  /developers/build/prebuilts/gradle/BasicNetworking/Application/src/main/java/com/example/android/basicnetworking/
MainActivity.java 62 introFragment.getTextView().setTextSize(TypedValue.COMPLEX_UNIT_DIP, 16.0f);
  /developers/build/prebuilts/gradle/RenderScriptIntrinsic/Application/src/main/java/com/example/android/renderscriptintrinsic/
ThumbnailRadioButton.java 105 paint.setTextSize(getTextSize());
  /developers/samples/android/connectivity/network/BasicNetworking/Application/src/main/java/com/example/android/basicnetworking/
MainActivity.java 62 introFragment.getTextView().setTextSize(TypedValue.COMPLEX_UNIT_DIP, 16.0f);
  /developers/samples/android/renderScript/RenderScriptIntrinsic/Application/src/main/java/com/example/android/renderscriptintrinsic/
ThumbnailRadioButton.java 105 paint.setTextSize(getTextSize());
  /development/samples/browseable/BasicNetworking/src/com.example.android.basicnetworking/
MainActivity.java 62 introFragment.getTextView().setTextSize(TypedValue.COMPLEX_UNIT_DIP, 16.0f);

Completed in 535 milliseconds

12 3 4 5 6 7 8