OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Style
(Results
226 - 250
of
550
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/packages/apps/Camera2/src/com/android/camera/widget/
RoundedThumbnailView.java
275
mHitStateCirclePaint.setStyle(Paint.
Style
.FILL);
280
mRipplePaint.setStyle(Paint.
Style
.STROKE);
285
mRevealCirclePaint.setStyle(Paint.
Style
.FILL);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageStraighten.java
26
import android.graphics.Paint.
Style
;
267
mPaint.setStyle(Paint.
Style
.FILL_AND_STROKE);
297
mPaint.setStyle(
Style
.STROKE);
/packages/apps/LegacyCamera/src/com/android/camera/ui/
IndicatorControlWheel.java
129
mBackgroundPaint.setStyle(Paint.
Style
.STROKE);
468
mBackgroundPaint.setStyle(Paint.
Style
.FILL_AND_STROKE);
473
mBackgroundPaint.setStyle(Paint.
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/uirendering/src/android/uirendering/cts/testclasses/
PathClippingTests.java
47
paint.setStyle(Paint.
Style
.STROKE);
163
webview.loadData("<body
style
=\"background-color:blue\">", null, null);
/developers/build/prebuilts/gradle/BasicAccessibility/Application/src/main/java/com/example/android/basicaccessibility/
DialView.java
81
mTextPaint.setStyle(Paint.
Style
.FILL_AND_STROKE);
/developers/samples/android/ui/accessibility/BasicAccessibility/Application/src/main/java/com/example/android/basicaccessibility/
DialView.java
81
mTextPaint.setStyle(Paint.
Style
.FILL_AND_STROKE);
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
SensorTest.java
185
paint.setStyle(Paint.
Style
.FILL);
ShapeDrawable1.java
64
mStrokePaint.setStyle(Paint.
Style
.STROKE);
TextAlign.java
84
mPathPaint.setStyle(Paint.
Style
.STROKE);
/development/samples/ApiDemos/src/com/example/android/apis/view/
GameView.java
23
import android.graphics.Paint.
Style
;
603
mPaint.setStyle(
Style
.FILL);
717
mPaint.setStyle(
Style
.FILL);
749
mPaint.setStyle(
Style
.FILL);
/development/samples/browseable/BasicAccessibility/src/com.example.android.basicaccessibility/
DialView.java
81
mTextPaint.setStyle(Paint.
Style
.FILL_AND_STROKE);
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
LineAndPointFormatter.java
27
* Defines the visual aesthetics of an XYSeries; outline color and width, fill
style
,
103
linePaint.setStyle(Paint.
Style
.STROKE);
/external/icu/android_icu4j/src/main/java/android/icu/util/
TimeZone.java
25
import android.icu.text.TimeZoneFormat.
Style
;
135
* A
style
specifier for <code>getDisplayName()</code> indicating
142
* A
style
specifier for <code>getDisplayName()</code> indicating
149
* <strong>[icu]</strong> A
style
specifier for <code>getDisplayName()</code> indicating
156
* <strong>[icu]</strong> A
style
specifier for <code>getDisplayName()</code> indicating
163
* <strong>[icu]</strong> A
style
specifier for <code>getDisplayName()</code> indicating
170
* <strong>[icu]</strong> A
style
specifier for <code>getDisplayName()</code> indicating
177
* <strong>[icu]</strong> A
style
specifier for <code>getDisplayName()</code> indicating
185
* <strong>[icu]</strong> A
style
specifier for <code>getDisplayName()</code> indicating
414
* @param
style
the output style of the display name. Valid styles ar
[
all
...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
TimeZone.java
24
import com.ibm.icu.text.TimeZoneFormat.
Style
;
161
* A
style
specifier for <code>getDisplayName()</code> indicating
169
* A
style
specifier for <code>getDisplayName()</code> indicating
177
* {@icu} A
style
specifier for <code>getDisplayName()</code> indicating
185
* {@icu} A
style
specifier for <code>getDisplayName()</code> indicating
193
* {@icu} A
style
specifier for <code>getDisplayName()</code> indicating
201
* {@icu} A
style
specifier for <code>getDisplayName()</code> indicating
209
* {@icu} A
style
specifier for <code>getDisplayName()</code> indicating
218
* {@icu} A
style
specifier for <code>getDisplayName()</code> indicating
470
* @param
style
the output style of the display name. Valid styles ar
[
all
...]
/external/skia/gm/
inversepaths.cpp
4
* Use of this source code is governed by a BSD-
style
license that can be
40
SkPaint::
Style
styles[] = {
polygons.cpp
4
* Use of this source code is governed by a BSD-
style
license that can be
99
// 0(may use hairline rendering), 10(common case for stroke-
style
)
114
// For stroke
style
painter
133
// For stroke-and-fill
style
painter and fill
style
painter
134
static const SkPaint::
Style
kStyles[] = {
141
for (int
style
= 0;
style
< kNumExtraStyles; ++
style
) {
142
paint.setStyle(kStyles[
style
]);
[
all
...]
typeface.cpp
4
* Use of this source code is governed by a BSD-
style
license that can be
74
SkTypeface::
Style
fStyle;
/external/skia/include/core/
SkDraw.h
5
* Use of this source code is governed by a BSD-
style
license that can be
96
SkPaint::
Style
style
);
106
* Based on the paint's
style
, strokeWidth, and the matrix, classify how
/external/skia/src/core/
SkPictureCommon.h
4
* Use of this source code is governed by a BSD-
style
license that can be
124
SkPaint::
Style
paintStyle = op.paint.getStyle();
SkPictureContentInfo.cpp
4
* Use of this source code is governed by a BSD-
style
license that can be
62
SkPaint::
Style
paintStyle = paint.getStyle();
/external/skia/src/gpu/
GrStrokeInfo.h
4
* Use of this source code is governed by a BSD-
style
license that can be
19
* which holds information on fill
style
, width, miter, cap, and join. It also holds information
29
GrStrokeInfo(SkStrokeRec::InitStyle
style
)
30
: INHERITED(
style
)
46
GrStrokeInfo(const SkPaint& paint, SkPaint::
Style
styleOverride)
158
// SkStrokeRec data: 32 bits for
style
+join+cap and 2 scalars for miter and width.
/frameworks/base/core/jni/android/graphics/
PathEffect.cpp
49
jlong shapeHandle, jfloat advance, jfloat phase, jint
style
) {
53
(SkPath1DPathEffect::
Style
)
style
);
/frameworks/base/docs/html/design/
design_toc.cs
42
<li><a href="<?cs var:toroot ?>design/wear/
style
.html">
Style
</a></li>
52
<li><a href="<?cs var:toroot ?>design/tv/
style
.html">
Style
</a></li>
62
<li><a href="<?cs var:toroot ?>design/
style
/devices-displays.html">Devices and Displays</a></li>
/frameworks/base/libs/hwui/
TessellationCache.h
66
SkPaint::
Style
style
;
member in struct:android::uirenderer::TessellationCache::Description
Completed in 563 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>