HomeSort by relevance Sort by last modified time
    Searched full:setstrokewidth (Results 126 - 150 of 368) sorted by null

1 2 3 4 56 7 8 91011>>

  /cts/tests/tests/graphics/src/android/graphics/cts/
DashPathEffectTest.java 54 paint.setStrokeWidth(0);
EmbossMaskFilterTest.java 46 paint.setStrokeWidth(STROKE_WIDTH);
  /cts/tests/tests/media/src/android/media/cts/
FaceView.java 88 mPOuterBullsEye.setStrokeWidth(eyesDistance / 6);
  /developers/build/prebuilts/gradle/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/
AnalogWatchFaceService.java 159 mHourPaint.setStrokeWidth(HOUR_STROKE_WIDTH);
166 mMinutePaint.setStrokeWidth(MINUTE_STROKE_WIDTH);
173 mSecondPaint.setStrokeWidth(SECOND_TICK_STROKE_WIDTH);
180 mTickAndCirclePaint.setStrokeWidth(SECOND_TICK_STROKE_WIDTH);
SweepWatchFaceService.java 131 mHourPaint.setStrokeWidth(HOUR_STROKE_WIDTH);
138 mMinutePaint.setStrokeWidth(MINUTE_STROKE_WIDTH);
145 mSecondPaint.setStrokeWidth(SECOND_TICK_STROKE_WIDTH);
152 mTickAndCirclePaint.setStrokeWidth(SECOND_TICK_STROKE_WIDTH);
  /developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/
AnalogWatchFaceService.java 159 mHourPaint.setStrokeWidth(HOUR_STROKE_WIDTH);
166 mMinutePaint.setStrokeWidth(MINUTE_STROKE_WIDTH);
173 mSecondPaint.setStrokeWidth(SECOND_TICK_STROKE_WIDTH);
180 mTickAndCirclePaint.setStrokeWidth(SECOND_TICK_STROKE_WIDTH);
SweepWatchFaceService.java 131 mHourPaint.setStrokeWidth(HOUR_STROKE_WIDTH);
138 mMinutePaint.setStrokeWidth(MINUTE_STROKE_WIDTH);
145 mSecondPaint.setStrokeWidth(SECOND_TICK_STROKE_WIDTH);
152 mTickAndCirclePaint.setStrokeWidth(SECOND_TICK_STROKE_WIDTH);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
Clipping.java 42 mPaint.setStrokeWidth(6);
PathEffects.java 61 mPaint.setStrokeWidth(6);
PolyToPoly.java 68 mPaint.setStrokeWidth(4);
ShapeDrawable1.java 118 msd.getStrokePaint().setStrokeWidth(4);
  /development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
AnalogWatchFaceService.java 159 mHourPaint.setStrokeWidth(HOUR_STROKE_WIDTH);
166 mMinutePaint.setStrokeWidth(MINUTE_STROKE_WIDTH);
173 mSecondPaint.setStrokeWidth(SECOND_TICK_STROKE_WIDTH);
180 mTickAndCirclePaint.setStrokeWidth(SECOND_TICK_STROKE_WIDTH);
SweepWatchFaceService.java 131 mHourPaint.setStrokeWidth(HOUR_STROKE_WIDTH);
138 mMinutePaint.setStrokeWidth(MINUTE_STROKE_WIDTH);
145 mSecondPaint.setStrokeWidth(SECOND_TICK_STROKE_WIDTH);
152 mTickAndCirclePaint.setStrokeWidth(SECOND_TICK_STROKE_WIDTH);
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowPaint.java 109 public void setStrokeWidth(float width) {
  /external/skia/bench/
BezierBench.cpp 88 fRec.fPaint.setStrokeWidth(fWidth);
RepeatTileBench.cpp 31 p.setStrokeWidth(SkIntToScalar(4));
StrokeBench.cpp 100 paint.setStrokeWidth(X / 10);
  /external/skia/gm/
bitmapfilters.cpp 127 paint.setStrokeWidth(20);
giantbitmap.cpp 40 paint.setStrokeWidth(SkIntToScalar(20));
hairmodes.cpp 54 paint.setStrokeWidth(SK_Scalar1 * angle * 2 / 24);
image_shader.cpp 20 paint.setStrokeWidth(10);
nonclosedpaths.cpp 112 paint.setStrokeWidth(SkIntToScalar(kStrokeWidth[width]));
shadertext3.cpp 79 outlinePaint.setStrokeWidth(0.f);
shadows.cpp 23 paint->setStrokeWidth(strokeWidth);
tallstretchedbitmaps.cpp 45 paint.setStrokeWidth(kThickness);

Completed in 318 milliseconds

1 2 3 4 56 7 8 91011>>