OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Style
(Results
301 - 325
of
550
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube2/
CubeWallpaper2.java
96
paint.setStyle(Paint.
Style
.STROKE);
/development/samples/browseable/BasicMultitouch/src/com.example.android.basicmultitouch/
TouchDisplayView.java
358
mBorderPaint.setStyle(Paint.
Style
.STROKE);
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
XYLegendWidget.java
65
iconBorderPaint.setStyle(Paint.
Style
.STROKE);
/external/freetype/include/
tttables.h
470
FT_UShort
Style
;
[
all
...]
/external/pdfium/third_party/freetype/include/freetype/
tttables.h
470
FT_UShort
Style
;
[
all
...]
/external/skia/gm/
downsamplebitmap.cpp
4
* Use of this source code is governed by a BSD-
style
license that can be
33
static void setTypeface(SkPaint* paint, const char name[], SkTypeface::
Style
style
) {
34
sk_tool_utils::set_portable_typeface(paint, name,
style
);
filterbitmap.cpp
4
* Use of this source code is governed by a BSD-
style
license that can be
16
static void setTypeface(SkPaint* paint, const char name[], SkTypeface::
Style
style
) {
17
sk_tool_utils::set_portable_typeface(paint, name,
style
);
xfermodes3.cpp
4
* Use of this source code is governed by a BSD-
style
license that can be
67
static const struct { SkPaint::
Style
fStyle; SkScalar fWidth; } kStrokes[] = {
/external/skia/samplecode/
SampleStrokePath.cpp
5
* Use of this source code is governed by a BSD-
style
license that can be
88
SkPaint::
Style
fStyle;
/external/skia/tests/
EmptyPathTest.cpp
4
* Use of this source code is governed by a BSD-
style
license that can be
48
ERRORF(reporter, "%s
style
[%d] cap[%d] join[%d] antialias[%d]"
74
static const SkPaint::
Style
gStyles[] = {
81
for (size_t
style
= 0;
style
< SK_ARRAY_COUNT(gStyles); ++
style
) {
83
&& SkPaint::kFill_Style != gStyles[
style
]) {
92
paint.setStyle(gStyles[
style
]);
120
* - paint
style
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/
TerminalView.java
82
cursorStrokePaint.setStyle(Paint.
Style
.STROKE);
/frameworks/base/core/java/android/app/
Notification.java
53
import android.text.
style
.AbsoluteSizeSpan;
54
import android.text.
style
.CharacterStyle;
55
import android.text.
style
.RelativeSizeSpan;
56
import android.text.
style
.TextAppearanceSpan;
579
* to be applied by the standard
Style
templates when presenting this notification.
2357
final Style
style
= ctor.newInstance();
local
3647
Style
style
= mStyle;
local
[
all
...]
/frameworks/base/core/java/android/text/
TextLine.java
26
import android.text.
style
.CharacterStyle;
27
import android.text.
style
.MetricAffectingSpan;
28
import android.text.
style
.ReplacementSpan;
731
Paint.
Style
previousStyle = wp.getStyle();
734
wp.setStyle(Paint.
Style
.FILL);
746
Paint.
Style
previousStyle = wp.getStyle();
749
wp.setStyle(Paint.
Style
.FILL);
[
all
...]
/frameworks/base/core/java/android/widget/
EdgeEffect.java
126
mPaint.setStyle(Paint.
Style
.FILL);
/frameworks/base/libs/hwui/
PathCache.h
127
SkPaint::
Style
style
;
member in struct:android::uirenderer::PathDescription
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
TrustDrawable.java
84
mPaint.setStyle(Paint.
Style
.STROKE);
/frameworks/rs/java/tests/HealingBrush/src/rs/example/android/com/healingbrush/
Healing.java
54
paint.setStyle(Paint.
Style
.FILL);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
ShadowOverlayContainer.java
237
mOverlayPaint.setStyle(Paint.
Style
.FILL);
/frameworks/support/v7/appcompat/src/android/support/v7/graphics/drawable/
DrawerArrowDrawable.java
124
mPaint.setStyle(Paint.
Style
.STROKE);
131
R.
style
.Base_Widget_AppCompat_DrawerArrowToggle);
/packages/apps/Camera2/src/com/android/camera/ui/focus/
FocusRingView.java
209
paint.setStyle(Paint.
Style
.STROKE);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
CategoryView.java
61
mSelectPaint.setStyle(Paint.
Style
.FILL);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/colorpicker/
ColorHueView.java
73
mDotPaint.setStyle(Paint.
Style
.FILL);
/packages/apps/Launcher2/src/com/android/launcher2/
DragView.java
178
p.setStyle(Paint.
Style
.FILL);
/packages/apps/Launcher3/src/com/android/launcher3/
PreloadIconDrawable.java
53
mPaint.setStyle(Paint.
Style
.STROKE);
/packages/apps/Launcher3/src/com/android/launcher3/util/
LauncherEdgeEffect.java
98
mPaint.setStyle(Paint.
Style
.FILL);
Completed in 537 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>