OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:setstyle
(Results
101 - 125
of
593
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/info/
HistogramView.java
100
mPaint.
setStyle
(Paint.Style.STROKE);
105
mPaint.
setStyle
(Paint.Style.FILL);
133
mPaint.
setStyle
(Paint.Style.STROKE);
/packages/apps/LegacyCamera/src/com/android/camera/panorama/
PanoProgressBar.java
52
mDoneAreaPaint.
setStyle
(Paint.Style.FILL);
55
mBackgroundPaint.
setStyle
(Paint.Style.FILL);
58
mIndicatorPaint.
setStyle
(Paint.Style.FILL);
/packages/apps/Settings/src/com/android/settings/applications/
LinearColorBar.java
65
mPaint.
setStyle
(Paint.Style.FILL);
66
mColorGradientPaint.
setStyle
(Paint.Style.FILL);
68
mEdgeGradientPaint.
setStyle
(Paint.Style.STROKE);
/packages/apps/Settings/src/com/android/settings/users/
CircleFramedDrawable.java
106
mPaint.
setStyle
(Paint.Style.FILL);
141
mPaint.
setStyle
(Paint.Style.FILL);
149
mPaint.
setStyle
(Paint.Style.STROKE);
/sdk/apps/NotificationStudio/src/com/android/notificationstudio/generator/
CodeGenerator.java
92
sb.append(INDENT + ".
setStyle
(new Notification.BigPictureStyle()");
97
sb.append(INDENT + ".
setStyle
(new Notification.BigTextStyle()");
102
sb.append(INDENT + ".
setStyle
(new Notification.InboxStyle()");
NotificationGenerator.java
106
builder.
setStyle
(bigPicture);
115
builder.
setStyle
(bigText);
127
builder.
setStyle
(inboxStyle);
/external/skia/tests/
DeferredCanvasTest.cpp
318
paint.
setStyle
(SkPaint::kFill_Style);
325
paint.
setStyle
(SkPaint::kFill_Style);
333
paint.
setStyle
(SkPaint::kFill_Style);
348
paint.
setStyle
(SkPaint::kFill_Style);
355
paint.
setStyle
(SkPaint::kFill_Style);
371
paint.
setStyle
(SkPaint::kFill_Style);
385
paint.
setStyle
(SkPaint::kFill_Style);
397
paint.
setStyle
(SkPaint::kFill_Style);
406
paint.
setStyle
(SkPaint::kFill_Style);
419
paint.
setStyle
(SkPaint::kStroke_Style)
[
all
...]
/external/chromium_org/ui/native_theme/
native_theme_base.cc
327
paint.
setStyle
(SkPaint::kFill_Style);
332
paint.
setStyle
(SkPaint::kStroke_Style);
344
paint.
setStyle
(SkPaint::kFill_Style);
488
paint.
setStyle
(SkPaint::kStroke_Style);
538
paint.
setStyle
(SkPaint::kFill_Style);
559
paint.
setStyle
(SkPaint::kFill_Style);
584
paint.
setStyle
(SkPaint::kFill_Style);
595
paint.
setStyle
(SkPaint::kStroke_Style);
619
paint.
setStyle
(SkPaint::kFill_Style);
668
paint.
setStyle
(SkPaint::kFill_Style)
[
all
...]
/packages/apps/Settings/src/com/android/settings/fuelgauge/
BatteryHistoryChart.java
56
mPaints[i].
setStyle
(Paint.Style.FILL);
182
mBatteryBackgroundPaint.
setStyle
(Paint.Style.FILL);
184
mBatteryGoodPaint.
setStyle
(Paint.Style.STROKE);
186
mBatteryWarnPaint.
setStyle
(Paint.Style.STROKE);
188
mBatteryCriticalPaint.
setStyle
(Paint.Style.STROKE);
190
mChargingPaint.
setStyle
(Paint.Style.STROKE);
191
mScreenOnPaint.
setStyle
(Paint.Style.STROKE);
192
mGpsOnPaint.
setStyle
(Paint.Style.STROKE);
193
mWifiRunningPaint.
setStyle
(Paint.Style.STROKE);
194
mWakeLockPaint.
setStyle
(Paint.Style.STROKE)
[
all
...]
/external/chromium_org/chrome/browser/ui/views/accessibility/
accessibility_event_router_views_unittest.cc
211
button1->
SetStyle
(views::Button::STYLE_NATIVE_TEXTBUTTON);
215
button2->
SetStyle
(views::Button::STYLE_NATIVE_TEXTBUTTON);
219
button3->
SetStyle
(views::Button::STYLE_NATIVE_TEXTBUTTON);
268
button->
SetStyle
(views::Button::STYLE_NATIVE_TEXTBUTTON);
300
button->
SetStyle
(views::Button::STYLE_NATIVE_TEXTBUTTON);
401
button->
SetStyle
(views::Button::STYLE_NATIVE_TEXTBUTTON);
/external/skia/gm/
beziereffects.cpp
120
polyPaint.
setStyle
(SkPaint::kStroke_Style);
139
boundsPaint.
setStyle
(SkPaint::kStroke_Style);
268
polyPaint.
setStyle
(SkPaint::kStroke_Style);
288
boundsPaint.
setStyle
(SkPaint::kStroke_Style);
449
polyPaint.
setStyle
(SkPaint::kStroke_Style);
468
boundsPaint.
setStyle
(SkPaint::kStroke_Style);
dashing.cpp
56
paint.
setStyle
(SkPaint::kStroke_Style);
142
paint.
setStyle
(SkPaint::kStroke_Style);
196
p.
setStyle
(SkPaint::kStroke_Style);
poly2poly.cpp
41
fStrokePaint.
setStyle
(SkPaint::kStroke_Style);
204
paint->
setStyle
(SkPaint::kStroke_Style);
213
paint->
setStyle
(SkPaint::kFill_Style);
shadertext2.cpp
111
outlinePaint.
setStyle
(SkPaint::kStroke_Style);
119
strokePaint.
setStyle
(SkPaint::kStroke_Style);
186
stroke.
setStyle
(SkPaint::kStroke_Style);
/external/chromium_org/ash/wm/caption_buttons/
frame_caption_button_container_view.cc
141
minimize_button_->
SetStyle
(style);
142
size_button_->
SetStyle
(style);
143
close_button_->
SetStyle
(style);
/packages/apps/Camera2/src/com/android/camera/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/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/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);
/development/samples/devbytes/animation/ListViewCellInsertion/src/com/example/android/insertingcells/
RoundView.java
61
mPaint.
setStyle
(Paint.Style.STROKE);
/external/chromium_org/chrome/browser/ui/views/
open_pdf_in_reader_bubble_view.cc
61
close_button_->
SetStyle
(views::Button::STYLE_NATIVE_TEXTBUTTON);
/external/chromium_org/content/shell/browser/
shell_views.cc
154
back_button_->
SetStyle
(views::Button::STYLE_NATIVE_TEXTBUTTON);
163
forward_button_->
SetStyle
(views::Button::STYLE_NATIVE_TEXTBUTTON);
172
refresh_button_->
SetStyle
(views::Button::STYLE_NATIVE_TEXTBUTTON);
181
stop_button_->
SetStyle
(views::Button::STYLE_NATIVE_TEXTBUTTON);
Completed in 3514 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>