HomeSort by relevance Sort by last modified time
    Searched full:setstyle (Results 201 - 225 of 884) sorted by null

1 2 3 4 5 6 7 891011>>

  /developers/samples/android/wearable/wear/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
NotificationPresets.java 159 .setStyle(style);
191 .setStyle(style);
216 .setStyle(style);
239 .setStyle(style);
416 firstPageBuilder.setStyle(style);
425 secondPageBuilder.setStyle(style);
  /development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
NotificationPresets.java 159 .setStyle(style);
191 .setStyle(style);
216 .setStyle(style);
239 .setStyle(style);
416 firstPageBuilder.setStyle(style);
425 secondPageBuilder.setStyle(style);
  /external/chromium_org/chrome/browser/ui/views/accessibility/
accessibility_event_router_views_unittest.cc 209 button1->SetStyle(views::Button::STYLE_BUTTON);
213 button2->SetStyle(views::Button::STYLE_BUTTON);
217 button3->SetStyle(views::Button::STYLE_BUTTON);
266 button->SetStyle(views::Button::STYLE_BUTTON);
298 button->SetStyle(views::Button::STYLE_BUTTON);
399 button->SetStyle(views::Button::STYLE_BUTTON);
  /external/chromium_org/third_party/skia/gm/
beziereffects.cpp 135 polyPaint.setStyle(SkPaint::kStroke_Style);
154 boundsPaint.setStyle(SkPaint::kStroke_Style);
289 polyPaint.setStyle(SkPaint::kStroke_Style);
309 boundsPaint.setStyle(SkPaint::kStroke_Style);
476 polyPaint.setStyle(SkPaint::kStroke_Style);
495 boundsPaint.setStyle(SkPaint::kStroke_Style);
dashing.cpp 41 paint.setStyle(SkPaint::kStroke_Style);
72 paint.setStyle(SkPaint::kStroke_Style);
163 paint.setStyle(SkPaint::kStroke_Style);
221 p.setStyle(SkPaint::kStroke_Style);
355 paint.setStyle(SkPaint::kStroke_Style);
446 paint.setStyle(SkPaint::kStroke_Style);
poly2poly.cpp 42 fStrokePaint.setStyle(SkPaint::kStroke_Style);
209 paint->setStyle(SkPaint::kStroke_Style);
218 paint->setStyle(SkPaint::kFill_Style);
shadertext2.cpp 101 outlinePaint.setStyle(SkPaint::kStroke_Style);
109 strokePaint.setStyle(SkPaint::kStroke_Style);
181 stroke.setStyle(SkPaint::kStroke_Style);
  /external/skia/gm/
beziereffects.cpp 135 polyPaint.setStyle(SkPaint::kStroke_Style);
154 boundsPaint.setStyle(SkPaint::kStroke_Style);
289 polyPaint.setStyle(SkPaint::kStroke_Style);
309 boundsPaint.setStyle(SkPaint::kStroke_Style);
476 polyPaint.setStyle(SkPaint::kStroke_Style);
495 boundsPaint.setStyle(SkPaint::kStroke_Style);
poly2poly.cpp 41 fStrokePaint.setStyle(SkPaint::kStroke_Style);
208 paint->setStyle(SkPaint::kStroke_Style);
217 paint->setStyle(SkPaint::kFill_Style);
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/skia/
FontCacheSkia.cpp 72 substituteDescription.setStyle(FontStyleNormal);
120 description.setStyle(FontStyleItalic);
123 description.setStyle(FontStyleNormal);
  /external/chromium_org/third_party/skia/experimental/SkV8Example/
BaseContext.cpp 172 void BaseContext::SetStyle(Local<String> name, Local<Value> value,
218 SetStyle(name, value, info, baseContext->fFillStyle);
224 SetStyle(name, value, info, baseContext->fStrokeStyle);
  /external/skia/experimental/SkV8Example/
BaseContext.cpp 172 void BaseContext::SetStyle(Local<String> name, Local<Value> value,
218 SetStyle(name, value, info, baseContext->fFillStyle);
224 SetStyle(name, value, info, baseContext->fStrokeStyle);
  /external/skia/src/gpu/
GrSWMaskHelper.cpp 68 paint.setStyle(SkPaint::kStroke_Style);
72 paint.setStyle(SkPaint::kFill_Style);
74 paint.setStyle(SkPaint::kStroke_Style);
  /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);
  /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/chromium_org/chrome/browser/chromeos/ui/
focus_ring_layer.cc 67 paint.setStyle(SkPaint::kStroke_Style);

Completed in 1118 milliseconds

1 2 3 4 5 6 7 891011>>