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

1 2 3 4 56 7 8 91011>>

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropDrawingUtils.java 32 p.setStyle(Paint.Style.STROKE);
51 p.setStyle(Paint.Style.STROKE);
61 p.setStyle(Paint.Style.FILL);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
GradControl.java 189 paint.setStyle(Paint.Style.FILL);
202 paint.setStyle(Paint.Style.FILL);
215 mPaint.setStyle(Paint.Style.STROKE);
  /packages/apps/Settings/src/com/android/settings/sim/
SimPreferenceDialog.java 228 holder.swatch.getPaint().setStyle(Paint.Style.FILL_AND_STROKE);
240 holder.swatch.getPaint().setStyle(Paint.Style.FILL_AND_STROKE);
242 holder.swatch.getPaint().setStyle(Paint.Style.STROKE);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/touch/
TouchPointView.java 58 mPaint.setStyle(Paint.Style.FILL);
  /cts/tests/tests/graphics/src/android/graphics/cts/
SumPathEffectTest.java 53 paint.setStyle(Paint.Style.STROKE);
  /cts/tests/tests/graphics/src/android/graphics/drawable/shapes/cts/
ArcShapeTest.java 52 paint.setStyle(Style.FILL);
OvalShapeTest.java 47 paint.setStyle(Style.FILL);
RectShapeTest.java 54 paint.setStyle(Style.FILL);
  /developers/build/prebuilts/gradle/RecipeAssistant/Application/src/main/java/com/example/android/wearable/recipeassistant/
RecipeService.java 74 builder.setStyle(style);
  /developers/samples/android/wearable/wear/RecipeAssistant/Application/src/main/java/com/example/android/wearable/recipeassistant/
RecipeService.java 74 builder.setStyle(style);
  /development/samples/browseable/RecipeAssistant/Application/src/com.example.android.wearable.recipeassistant/
RecipeService.java 74 builder.setStyle(style);
  /development/samples/devbytes/animation/ListViewCellInsertion/src/com/example/android/insertingcells/
RoundView.java 61 mPaint.setStyle(Paint.Style.STROKE);
  /external/jmonkeyengine/engine/src/core/com/jme3/font/
BitmapText.java 247 public void setStyle(int start, int end, int style) {
248 letters.setStyle(start, end, style);
256 public void setStyle(String regexp, int style) {
260 setStyle(m.start(), m.end(), style);
  /external/skia/bench/
BezierBench.cpp 84 fRec.fPaint.setStyle(SkPaint::kStroke_Style);
BitmapRectBench.cpp 29 p.setStyle(SkPaint::kStroke_Style);
StrokeBench.cpp 84 fRec.fPaint.setStyle(SkPaint::kStroke_Style);
  /external/skia/gm/
beziers.cpp 60 paint.setStyle(SkPaint::kStroke_Style);
blurquickreject.cpp 53 hairlinePaint.setStyle(SkPaint::kStroke_Style);
cubicpaths.cpp 76 paint.setStyle(style);
164 rectPaint.setStyle(SkPaint::kStroke_Style);
222 paint.setStyle(style);
311 rectPaint.setStyle(SkPaint::kStroke_Style);
drawlooper.cpp 86 paint->setStyle(gParams[i].fStyle);
pathreverse.cpp 18 paint.setStyle(SkPaint::kStroke_Style);
samplerstress.cpp 128 paint2.setStyle(SkPaint::kStroke_Style);
techtalk1.cpp 52 paint->setStyle(SkPaint::kStroke_Style);
160 paint.setStyle(SkPaint::kStroke_Style);
204 paint.setStyle(SkPaint::kFill_Style);
212 paint.setStyle(SkPaint::kStroke_Style);
verylargebitmap.cpp 35 paint.setStyle(SkPaint::kStroke_Style);
  /external/skia/samplecode/
SampleQuadStroker.cpp 317 paint.setStyle(SkPaint::kStroke_Style);
326 paint.setStyle(SkPaint::kStroke_Style);
349 p.setStyle(SkPaint::kStroke_Style);
373 paint.setStyle(SkPaint::kStroke_Style);
380 paint.setStyle(SkPaint::kFill_Style);
397 paint.setStyle(SkPaint::kStroke_Style);
403 paint.setStyle(SkPaint::kFill_Style);
412 paint.setStyle(SkPaint::kStroke_Style);
422 paint.setStyle(SkPaint::kFill_Style);

Completed in 122 milliseconds

1 2 3 4 56 7 8 91011>>