OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:setstyle
(Results
226 - 250
of
783
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/colorpicker/
ColorValueView.java
68
mDotPaint.
setStyle
(Paint.Style.FILL);
71
mBarPaint1.
setStyle
(Paint.Style.FILL);
/packages/apps/Launcher3/src/com/android/launcher3/pageindicators/
CaretDrawable.java
52
mCaretPaint.
setStyle
(Paint.Style.STROKE);
60
mShadowPaint.
setStyle
(Paint.Style.STROKE);
/packages/apps/Settings/src/com/android/settings/widget/
DonutView.java
88
mBackgroundCircle.
setStyle
(Paint.Style.STROKE);
95
mFilledArc.
setStyle
(Paint.Style.STROKE);
/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
WavePlotView.java
107
mMyPaint.
setStyle
(Style.FILL_AND_STROKE);
113
mPaintZoomBox.
setStyle
(Style.FILL);
118
mPaintInsetBackground.
setStyle
(Style.FILL);
123
mPaintInsetBorder.
setStyle
(Style.STROKE);
129
mPaintInset.
setStyle
(Style.FILL_AND_STROKE);
/external/skia/bench/
DashBench.cpp
67
paint.
setStyle
(SkPaint::kStroke_Style);
120
p.
setStyle
(SkPaint::kFill_Style);
276
p.
setStyle
(SkPaint::kStroke_Style);
360
p.
setStyle
(SkPaint::kStroke_Style);
401
p.
setStyle
(SkPaint::kStroke_Style);
/frameworks/support/fragment/java/android/support/v4/app/
DialogFragment.java
57
* Style for {@link #
setStyle
(int, int)}: a basic,
63
* Style for {@link #
setStyle
(int, int)}: don't include
69
* Style for {@link #
setStyle
(int, int)}: don't draw
76
* Style for {@link #
setStyle
(int, int)}: like
117
public void
setStyle
(@DialogStyle int style, @StyleRes int theme) {
/packages/apps/Calendar/src/com/android/calendar/month/
SimpleWeekView.java
322
p.
setStyle
(Style.FILL);
329
mMonthNumPaint.
setStyle
(Style.FILL);
409
p.
setStyle
(Style.FILL);
437
p.
setStyle
(Style.FILL);
480
p.
setStyle
(Style.STROKE);
MonthWeekEventsView.java
403
mMonthNumPaint.
setStyle
(Style.FILL);
435
mEventExtrasPaint.
setStyle
(Style.FILL);
447
mEventDeclinedExtrasPaint.
setStyle
(Style.FILL);
455
mWeekNumPaint.
setStyle
(Style.FILL);
463
mDNATimePaint.
setStyle
(Style.FILL_AND_STROKE);
467
mDNAAllDayPaint.
setStyle
(Style.FILL_AND_STROKE);
563
p.
setStyle
(Style.STROKE);
570
p.
setStyle
(Style.FILL);
[
all
...]
/external/skia/gm/
arcto.cpp
50
paint.
setStyle
(SkPaint::kStroke_Style);
202
paint.
setStyle
(SkPaint::kStroke_Style);
215
p.
setStyle
(SkPaint::kStroke_Style);
image_pict.cpp
29
paint.
setStyle
(SkPaint::kStroke_Style);
32
paint.
setStyle
(SkPaint::kFill_Style);
280
paint.
setStyle
(SkPaint::kStroke_Style);
reveal.cpp
120
paint.
setStyle
(SkPaint::kStroke_Style);
132
stroke.
setStyle
(SkPaint::kStroke_Style);
360
strokePaint.
setStyle
(SkPaint::kStroke_Style);
/external/skia/tests/
PaintTest.cpp
144
paint.
setStyle
(SkPaint::kStrokeAndFill_Style);
187
paint.
setStyle
(SkPaint::kStroke_Style);
256
FOR_SETUP(p, styles,
setStyle
)
/packages/apps/Settings/src/com/android/settings/graph/
UsageGraph.java
80
mLinePaint.
setStyle
(Style.STROKE);
89
mFillPaint.
setStyle
(Style.FILL);
92
mDottedPaint.
setStyle
(Style.STROKE);
/packages/experimental/DreamTheater/src/com/android/dreamtheater/
BouncyDroid.java
404
pt.
setStyle
(Paint.Style.FILL);
406
pt.
setStyle
(Paint.Style.STROKE);
411
pt.
setStyle
(Paint.Style.STROKE);
/cts/tests/tests/graphics/src/android/graphics/cts/
ComposePathEffectTest.java
84
paint.
setStyle
(Paint.Style.STROKE);
DashPathEffectTest.java
60
paint.
setStyle
(Style.STROKE);
EmbossMaskFilterTest.java
53
paint.
setStyle
(Paint.Style.STROKE);
/cts/tests/tests/graphics/src/android/graphics/drawable/shapes/cts/
ArcShapeTest.java
75
paint.
setStyle
(Style.FILL);
OvalShapeTest.java
60
paint.
setStyle
(Style.FILL);
PathShapeTest.java
69
paint.
setStyle
(Style.FILL);
/cts/tests/tests/view/src/android/view/cts/util/
DrawingUtils.java
59
goldenPaint.
setStyle
(Paint.Style.FILL_AND_STROKE);
/developers/build/prebuilts/gradle/DirectBoot/Application/src/main/java/com/example/android/directboot/
TimePickerFragment.java
58
setStyle
(DialogFragment.STYLE_NORMAL, android.R.style.Theme_Material_Light_Dialog);
/developers/samples/android/security/DirectBoot/Application/src/main/java/com/example/android/directboot/
TimePickerFragment.java
58
setStyle
(DialogFragment.STYLE_NORMAL, android.R.style.Theme_Material_Light_Dialog);
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
Compass.java
102
paint.
setStyle
(Paint.Style.FILL);
PathEffects.java
60
mPaint.
setStyle
(Paint.Style.STROKE);
Completed in 1171 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>