HomeSort by relevance Sort by last modified time
    Searched full:setstyle (Results 301 - 325 of 783) sorted by null

<<11121314151617181920>>

  /packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/touch/
TouchPointView.java 59 mPaint.setStyle(Paint.Style.FILL);
  /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)
  /external/skia/gm/
convexpolyclip.cpp 68 paint.setStyle(SkPaint::kStroke_Style);
187 clipOutlinePaint.setStyle(SkPaint::kStroke_Style);
drawatlas.cpp 143 p.setStyle(SkPaint::kStroke_Style);
168 paint.setStyle(SkPaint::kStroke_Style);
hairlines.cpp 196 paint.setStyle(SkPaint::kStroke_Style);
226 paint.setStyle(SkPaint::kStroke_Style);
shapes_as_paths.cpp 65 outline.setStyle(SkPaint::kStroke_Style);
164 paint.setStyle(style.fStyle);
xfermodes.cpp 246 p.setStyle(SkPaint::kFill_Style);
256 p.setStyle(SkPaint::kStroke_Style);
beziereffects.cpp 184 polyPaint.setStyle(SkPaint::kStroke_Style);
203 boundsPaint.setStyle(SkPaint::kStroke_Style);
369 polyPaint.setStyle(SkPaint::kStroke_Style);
389 boundsPaint.setStyle(SkPaint::kStroke_Style);
575 polyPaint.setStyle(SkPaint::kStroke_Style);
594 boundsPaint.setStyle(SkPaint::kStroke_Style);
convex_all_line_paths.cpp 294 paint.setStyle(SkPaint::kStrokeAndFill_Style);
327 p.setStyle(SkPaint::kStrokeAndFill_Style);
461 paint.setStyle(SkPaint::kStroke_Style);
  /external/skia/samplecode/
SampleFilterQuality.cpp 132 p.setStyle(SkPaint::kStroke_Style);
243 p.setStyle(SkPaint::kStroke_Style);
  /frameworks/base/core/java/android/gesture/
Gesture.java 195 paint.setStyle(Paint.Style.STROKE);
229 paint.setStyle(Paint.Style.STROKE);
  /frameworks/base/libs/hwui/hwui/
Canvas.cpp 134 outlinePaint.setStyle(SkPaint::kStrokeAndFill_Style);
141 innerPaint.setStyle(SkPaint::kFill_Style);
  /frameworks/base/tests/WallpaperTest/src/com/example/wallpapertest/
TestWallpaper.java 99 paint.setStyle(Paint.Style.FILL);
104 paint.setStyle(Paint.Style.STROKE);
  /development/samples/browseable/WearNotifications/Wearable/src/com.example.android.wearable.wear.wearnotifications/
StandaloneMainActivity.java 266 .setStyle(bigTextStyle)
423 .setStyle(bigPictureStyle)
513 .setStyle(inboxStyle)
609 .setStyle(new BigTextStyle().bigText(fullMessageForWearVersion1))
681 .setStyle(messagingStyle)
    [all...]
  /frameworks/base/core/java/android/app/
DialogFragment.java 144 * Style for {@link #setStyle(int, int)}: a basic,
150 * Style for {@link #setStyle(int, int)}: don't include
156 * Style for {@link #setStyle(int, int)}: don't draw
163 * Style for {@link #setStyle(int, int)}: like
204 public void setStyle(int style, int theme) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
StorageNotification.java 216 .setStyle(new Notification.BigTextStyle().bigText(text))
245 .setStyle(new Notification.BigTextStyle().bigText(text))
495 .setStyle(new Notification.BigTextStyle().bigText(text))
546 .setStyle(new Notification.BigTextStyle().bigText(text))
581 .setStyle(new Notification.BigTextStyle().bigText(text))
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
MonthView.java 288 mMonthTitlePaint.setStyle(Style.FILL);
295 mMonthTitleBGPaint.setStyle(Style.FILL);
302 mSelectedCirclePaint.setStyle(Style.FILL);
310 mMonthDayLabelPaint.setStyle(Style.FILL);
317 mMonthNumPaint.setStyle(Style.FILL);
  /frameworks/support/core-ui/java/android/support/v4/widget/
CircularProgressDrawable.java 58 * <p>To use one of the pre-defined sizes instead of using your own, {@link #setStyle(int)} should
62 * <p>If no center radius is set via {@link #setCenterRadius(float)} or {@link #setStyle(int)}
164 public void setStyle(@ProgressDrawableSize int size) {
646 mPaint.setStyle(Style.STROKE);
648 mArrowPaint.setStyle(Paint.Style.FILL);
  /cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/
DisplayModifier.java 107 paint.setStyle(Paint.Style.FILL);
113 paint.setStyle(Paint.Style.STROKE);
119 paint.setStyle(Paint.Style.FILL_AND_STROKE);
  /developers/build/prebuilts/androidtv/visual-game-controller/src/com/example/android/visualgamecontroller/
ControllerView.java 185 mBackgroundPaint.setStyle(Paint.Style.FILL);
192 mCirclePaint.setStyle(Paint.Style.FILL);
197 mLedPaint.setStyle(Paint.Style.FILL);
  /external/skia/tests/
PathOpsConicIntersectionTest.cpp 96 paint.setStyle(SkPaint::kStroke_Style);
135 paint.setStyle(SkPaint::kStroke_Style);
273 paint.setStyle(SkPaint::kStroke_Style);
  /frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
DisplayModifier.java 102 paint.setStyle(Paint.Style.FILL);
108 paint.setStyle(Paint.Style.STROKE);
116 paint.setStyle(Paint.Style.FILL_AND_STROKE);

Completed in 721 milliseconds

<<11121314151617181920>>