/external/skia/src/core/ |
SkFontDescriptor.cpp | 4 * Use of this source code is governed by a BSD-style license that can be 26 SkFontDescriptor::SkFontDescriptor(SkTypeface::Style style) : fStyle(style) { } 62 result->fStyle = (SkTypeface::Style)stream->readPackedUInt();
|
/external/skia/src/ports/ |
SkFontMgr_android_parser.h | 4 * Use of this source code is governed by a BSD-style license that can be 70 FontFileInfo() : fIndex(0), fWeight(0), fStyle(Style::kAuto) { } 75 enum class Style { kAuto, kNormal, kItalic } fStyle; 81 * which has a different style (normal, italic) or weight (thin, light, bold,
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
CirclePropActivity.java | 24 import android.graphics.Paint.Style; 81 p.setStyle(Style.STROKE);
|
PathOpsActivity.java | 49 mPaint.setStyle(Paint.Style.FILL);
|
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/ |
CircularBitmapDrawable.java | 27 import android.graphics.Paint.Style; 62 mBorderPaint.setStyle(Style.STROKE);
|
/frameworks/rs/java/tests/HealingBrush/src/rs/example/android/com/healingbrush/ |
DrawView.java | 52 mPaint1.setStyle(Paint.Style.STROKE); 55 mPaint2.setStyle(Paint.Style.STROKE);
|
/frameworks/support/v7/appcompat/src/android/support/v7/app/ |
NotificationCompat.java | 34 NotificationBuilderWithBuilderAccessor builder, android.support.v4.app.NotificationCompat.Style style) { 35 if (style instanceof MediaStyle) { 36 MediaStyle mediaStyle = (MediaStyle) style; 131 * Notification style for media playback notifications. 154 * To use this style with your Notification, feed it to 169 public static class MediaStyle extends android.support.v4.app.NotificationCompat.Style {
|
/packages/apps/Camera2/src/com/android/camera/ui/ |
FaceView.java | 24 import android.graphics.Paint.Style; 82 mPaint.setStyle(Style.STROKE);
|
/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/ |
StopwatchCircleView.java | 87 mPaint.setStyle(Paint.Style.STROKE); 91 mFill.setStyle(Paint.Style.FILL);
|
/packages/apps/DeskClock/src/com/android/deskclock/timer/ |
TimerCircleView.java | 77 mPaint.setStyle(Paint.Style.STROKE); 81 mFill.setStyle(Paint.Style.FILL);
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/ |
ImageRedEye.java | 24 import android.graphics.Paint.Style; 98 paint.setStyle(Style.STROKE);
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/ui/ |
FramedTextButton.java | 106 gPaint.setStyle(Paint.Style.STROKE); 121 gPaint.setStyle(Paint.Style.FILL_AND_STROKE);
|
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/ |
SoundLevels.java | 26 import android.graphics.Paint.Style; 140 mPrimaryLevelPaint.setStyle(Style.FILL);
|
/packages/apps/Settings/src/com/android/settings/deviceinfo/ |
PercentageBarChart.java | 68 mEmptyPaint.setStyle(Paint.Style.FILL); 153 p.setStyle(Paint.Style.FILL);
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/ |
CameraPreviewView.java | 45 mPaint.setStyle(Paint.Style.STROKE);
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
ComposePathEffectTest.java | 75 paint.setStyle(Paint.Style.STROKE);
|
SumPathEffectTest.java | 53 paint.setStyle(Paint.Style.STROKE);
|
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/ |
ValueMarker.java | 54 linePaint.setStyle(Paint.Style.STROKE);
|
/external/skia/gm/ |
drawlooper.cpp | 4 * Use of this source code is governed by a BSD-style license that can be 65 SkPaint::Style fStyle;
|
quadpaths.cpp | 4 * Use of this source code is governed by a BSD-style license that can be 30 SkPaint::Style style, SkPath::FillType fill, 38 paint.setStyle(style); 57 SkPaint::Style fStyle; 91 "Indicated Style, Fill and Linecaps, with stroke width 10"; 112 for (size_t style = 0; style < SK_ARRAY_COUNT(gStyles); ++style) { 113 if (0 < style) { [all...] |
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/graph/ |
UsageGraph.java | 27 import android.graphics.Paint.Style; 73 mLinePaint.setStyle(Style.STROKE); 82 mFillPaint.setStyle(Style.FILL); 85 mDottedPaint.setStyle(Style.STROKE);
|
/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/ |
HitRectBug.java | 53 mPaint.setStyle(Paint.Style.STROKE);
|
/frameworks/base/tools/aapt2/ |
Format.proto | 136 message Style { 197 optional Style style = 2;
|
/frameworks/base/tools/aapt2/test/ |
Builders.h | 197 std::unique_ptr<Style> mStyle = util::make_unique<Style>(); 206 mStyle->entries.push_back(Style::Entry{ Reference(parseNameOrDie(str)), std::move(value) }); 216 std::unique_ptr<Style> build() {
|
/frameworks/base/tools/aapt2/unflatten/ |
BinaryResourceParser.h | 70 std::unique_ptr<Style> parseStyle(const ResourceNameRef& name, const ConfigDescription& config,
|