HomeSort by relevance Sort by last modified time
    Searched refs:setStyle (Results 226 - 250 of 781) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/Settings/src/com/android/settings/fuelgauge/
BatteryHistoryChart.java 71 mPaints[i].setStyle(Paint.Style.FILL);
365 mBatteryBackgroundPaint.setStyle(Paint.Style.FILL);
367 mBatteryGoodPaint.setStyle(Paint.Style.STROKE);
369 mBatteryWarnPaint.setStyle(Paint.Style.STROKE);
371 mBatteryCriticalPaint.setStyle(Paint.Style.STROKE);
373 mTimeRemainPaint.setStyle(Paint.Style.FILL);
374 mChargingPaint.setStyle(Paint.Style.STROKE);
375 mScreenOnPaint.setStyle(Paint.Style.STROKE);
376 mGpsOnPaint.setStyle(Paint.Style.STROKE);
377 mCameraOnPaint.setStyle(Paint.Style.STROKE)
    [all...]
  /developers/build/prebuilts/gradle/WearNotifications/Application/src/main/java/com/example/android/wearable/wear/wearnotifications/handlers/
MessagingIntentService.java 120 .setStyle(messagingStyle)
233 .setStyle(messagingStyle)
  /developers/build/prebuilts/gradle/WearNotifications/Wearable/src/main/java/com/example/android/wearable/wear/wearnotifications/handlers/
MessagingIntentService.java 118 .setStyle(messagingStyle)
230 .setStyle(messagingStyle)
  /developers/samples/android/wearable/wear/WearNotifications/Application/src/main/java/com/example/android/wearable/wear/wearnotifications/handlers/
MessagingIntentService.java 120 .setStyle(messagingStyle)
233 .setStyle(messagingStyle)
  /developers/samples/android/wearable/wear/WearNotifications/Wearable/src/main/java/com/example/android/wearable/wear/wearnotifications/handlers/
MessagingIntentService.java 118 .setStyle(messagingStyle)
230 .setStyle(messagingStyle)
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
Xfermodes.java 132 paint.setStyle(Paint.Style.STROKE);
138 paint.setStyle(Paint.Style.FILL);
  /external/skia/bench/
ChartBench.cpp 145 plotPaint.setStyle(SkPaint::kStroke_Style);
150 fillPaint.setStyle(SkPaint::kFill_Style);
  /external/skia/experimental/DrawingBoard/
SkColorPalette.cpp 47 paint.setStyle(SkPaint::kStroke_Style);
50 paint.setStyle(SkPaint::kFill_Style);
  /external/skia/gm/
OverStroke.cpp 39 p.setStyle(SkPaint::kStroke_Style);
49 p.setStyle(SkPaint::kStroke_Style);
complexclip.cpp 115 boundPaint.setStyle(SkPaint::kStroke_Style);
178 paint.setStyle(SkPaint::kStroke_Style);
drawatlas.cpp 143 p.setStyle(SkPaint::kStroke_Style);
168 paint.setStyle(SkPaint::kStroke_Style);
skbug_257.cpp 116 checker.setStyle(SkPaint::kStroke_Style);
127 stroke.setStyle(SkPaint::kStroke_Style);
  /external/skia/samplecode/
SampleAARects.cpp 28 paint.setStyle(SkPaint::kStroke_Style);
77 paints[p].setStyle(stroke ? SkPaint::kStroke_Style : SkPaint::kFill_Style);
SampleBitmapRect.cpp 119 paint.setStyle(SkPaint::kStroke_Style);
222 paint.setStyle(SkPaint::kStroke_Style);
SampleChart.cpp 138 plotPaint.setStyle(SkPaint::kStroke_Style);
143 fillPaint.setStyle(SkPaint::kFill_Style);
SamplePathOverstroke.cpp 167 p.setStyle(SkPaint::kStroke_Style);
180 hairp.setStyle(SkPaint::kStroke_Style);
SampleStrokePath.cpp 34 paint.setStyle(SkPaint::kStroke_Style);
139 paint->setStyle(gRec[i].fStyle);
SampleXfermodesBlur.cpp 149 p.setStyle(SkPaint::kFill_Style);
158 p.setStyle(SkPaint::kStroke_Style);
  /external/skia/tests/
StrokeTest.cpp 37 paint.setStyle(SkPaint::kStroke_Style);
55 paint.setStyle(SkPaint::kStroke_Style);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/pip/tv/
PipNotification.java 192 mNotificationBuilder.setStyle(new Notification.BigPictureStyle()
195 mNotificationBuilder.setStyle(null);
  /frameworks/base/tests/WallpaperTest/src/com/example/wallpapertest/
TestWallpaper.java 99 paint.setStyle(Paint.Style.FILL);
104 paint.setStyle(Paint.Style.STROKE);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
IconView.java 117 mPaint.setStyle(Paint.Style.STROKE);
121 mPaint.setStyle(Paint.Style.FILL);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/colorpicker/
ColorBrightnessView.java 73 mDotPaint.setStyle(Paint.Style.FILL);
77 mBarPaint1.setStyle(Paint.Style.FILL);
ColorCompareView.java 68 mBarPaint1.setStyle(Paint.Style.FILL);
69 mOrigBarPaint1.setStyle(Paint.Style.FILL);
ColorOpacityView.java 71 mDotPaint.setStyle(Paint.Style.FILL);
77 mBarPaint1.setStyle(Paint.Style.FILL);

Completed in 1206 milliseconds

1 2 3 4 5 6 7 8 91011>>