HomeSort by relevance Sort by last modified time
    Searched refs:TEXT_SIZE (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/skia/gm/
verttext.cpp 15 #define TEXT_SIZE 48
95 paint.setTextSize(SkIntToScalar(TEXT_SIZE));
  /external/chromium_org/third_party/skia/bench/
PicturePlaybackBench.cpp 26 fTextSize = SkIntToScalar(TEXT_SIZE);
32 TEXT_SIZE = 10
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/
DetermineFovActivity.java 49 private static final float TEXT_SIZE = 16;
218 float textSize = TEXT_SIZE * DetermineFovActivity.this.getResources()
  /cts/tests/tests/graphics/src/android/graphics/cts/
PaintFlagsDrawFilterTest.java 32 private static final float TEXT_SIZE = 20;
59 p.setTextSize(TEXT_SIZE);
  /developers/build/prebuilts/gradle/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/
CalendarWatchFaceService.java 61 static final int TEXT_SIZE = 25;
120 mTextPaint.setTextSize(TEXT_SIZE);
  /developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/
CalendarWatchFaceService.java 61 static final int TEXT_SIZE = 25;
120 mTextPaint.setTextSize(TEXT_SIZE);
  /development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
CalendarWatchFaceService.java 61 static final int TEXT_SIZE = 25;
120 mTextPaint.setTextSize(TEXT_SIZE);

Completed in 566 milliseconds