HomeSort by relevance Sort by last modified time
    Searched refs:Style (Results 201 - 225 of 550) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
RelativeDateTimeFormatterTest.java 163 RelativeDateTimeFormatter.Style.LONG,
237 RelativeDateTimeFormatter.Style.SHORT,
311 RelativeDateTimeFormatter.Style.NARROW,
345 RelativeDateTimeFormatter.Style.NARROW,
478 RelativeDateTimeFormatter.Style.LONG,
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
RelativeDateTimeFormatterTest.java 159 RelativeDateTimeFormatter.Style.LONG,
233 RelativeDateTimeFormatter.Style.SHORT,
307 RelativeDateTimeFormatter.Style.NARROW,
341 RelativeDateTimeFormatter.Style.NARROW,
474 RelativeDateTimeFormatter.Style.LONG,
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
PictureTest.java 31 import android.graphics.Paint.Style;
152 paint.setStyle(Style.FILL);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
Xfermodes.java 132 paint.setStyle(Paint.Style.STROKE);
138 paint.setStyle(Paint.Style.FILL);
  /development/samples/Support4Demos/src/com/example/android/supportv4/widget/
ExploreByTouchHelperActivity.java 26 import android.graphics.Paint.Style;
164 paint.setStyle(Style.FILL);
  /external/skia/gm/
emptypath.cpp 5 * Use of this source code is governed by a BSD-style license that can be
30 SkPaint::Style style,
36 paint.setStyle(style);
55 SkPaint::Style fStyle;
70 "Indicated Style and Fill";
82 for (size_t style = 0; style < SK_ARRAY_COUNT(gStyles); ++style) {
98 gStyles[style].fStyle, gFills[fill].fFill)
    [all...]
linepaths.cpp 4 * Use of this source code is governed by a BSD-style license that can be
16 SkPaint::Style style, SkPath::FillType fill,
24 paint.setStyle(style);
43 SkPaint::Style fStyle;
81 "Indicated Style, Fill and Linecaps, with stroke width 10";
83 "Indicated Style, Fill and Linecaps, with stroke width 10";
105 for (size_t style = 0; style < SK_ARRAY_COUNT(gStyles); ++style) {
    [all...]
  /external/skia/src/ports/
SkFontHost_fontconfig.cpp 4 * Use of this source code is governed by a BSD-style license that can be
84 Request(const char* name, size_t nameLen, const SkFontStyle& style) : fStyle(style) {
104 static Request* Create(const char* name, const SkFontStyle& style) {
108 return new (storage) Request(name, nameLen, style);
169 SkTypeface::Style requestedOldStyle)
187 SkTypeface::Style outOldStyle;
  /external/skia/src/utils/
SkWhitelistTypefaces.cpp 4 * Use of this source code is governed by a BSD-style license that can be
31 static bool font_name_is_local(const char* fontName, SkTypeface::Style style) {
35 SkTypeface* defaultFace = SkTypeface::CreateFromName(nullptr, style);
36 SkTypeface* foundFace = SkTypeface::CreateFromName(fontName, style);
86 static void serialize_sub(const char* fontName, SkTypeface::Style style, SkWStream* wstream) {
87 SkFontDescriptor desc(style);
108 SkFontDescriptor desc(tf->style());
115 SkFontDescriptor desc(tf->style());
    [all...]
  /frameworks/base/tests/WallpaperTest/src/com/example/wallpapertest/
TestWallpaper.java 99 paint.setStyle(Paint.Style.FILL);
104 paint.setStyle(Paint.Style.STROKE);
  /frameworks/base/tools/layoutlib/bridge/src/android/view/
RectShadowPainter.java 26 import android.graphics.Paint.Style;
59 cornerPaint.setStyle(Style.FILL);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
IconView.java 117 mPaint.setStyle(Paint.Style.STROKE);
121 mPaint.setStyle(Paint.Style.FILL);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/colorpicker/
ColorBrightnessView.java 73 mDotPaint.setStyle(Paint.Style.FILL);
77 mBarPaint1.setStyle(Paint.Style.FILL);
ColorCompareView.java 68 mBarPaint1.setStyle(Paint.Style.FILL);
69 mOrigBarPaint1.setStyle(Paint.Style.FILL);
ColorOpacityView.java 71 mDotPaint.setStyle(Paint.Style.FILL);
77 mBarPaint1.setStyle(Paint.Style.FILL);
ColorSVRectView.java 73 mDotPaint.setStyle(Paint.Style.FILL);
81 mPaint1.setStyle(Paint.Style.FILL);
ColorSaturationView.java 73 mDotPaint.setStyle(Paint.Style.FILL);
77 mBarPaint1.setStyle(Paint.Style.FILL);
ColorValueView.java 68 mDotPaint.setStyle(Paint.Style.FILL);
71 mBarPaint1.setStyle(Paint.Style.FILL);
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
FolderDisplayer.java 199 paint.setStyle(Paint.Style.FILL);
206 paint.setStyle(Paint.Style.FILL);
  /external/skia/samplecode/
SampleFatBits.cpp 4 * Use of this source code is governed by a BSD-style license that can be
77 enum Style {
81 Style getStyle() const { return fStyle; }
82 void setStyle(Style s) { fStyle = s; }
110 Style fStyle;
404 void setStyle(FatBits::Style s) {
  /frameworks/base/core/java/android/widget/
SimpleMonthView.java 30 import android.graphics.Paint.Style;
261 * Sets up the text and style properties for painting.
279 mMonthPaint.setStyle(Style.FILL);
285 mDayOfWeekPaint.setStyle(Style.FILL);
288 mDaySelectorPaint.setStyle(Style.FILL);
291 mDayHighlightPaint.setStyle(Style.FILL);
294 mDayHighlightSelectorPaint.setStyle(Style.FILL);
300 mDayPaint.setStyle(Style.FILL);
    [all...]
  /development/samples/TicTacToeLib/src/com/example/android/tictactoe/library/
GameView.java 30 import android.graphics.Paint.Style;
134 mLinePaint.setStyle(Style.STROKE);
139 mWinPaint.setStyle(Style.STROKE);
  /external/skia/tools/
create_test_font.cpp 4 * Use of this source code is governed by a BSD-style license that can be
26 SkTypeface::Style fStyle;
58 " * Use of this source code is governed by a BSD-style license that can be\n"
217 static void output_font(SkTypeface* face, const char* name, SkTypeface::Style style, FILE* out) {
232 strippedStr.appendf("%s", gStyleName[style]);
314 SkTypeface::Style fStyle;
403 " SkTypeface::Style fStyle;\n"
  /frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
DisplayModifier.java 97 put("style", new LinkedHashMap<String, DisplayModifier>() {
102 paint.setStyle(Paint.Style.FILL);
108 paint.setStyle(Paint.Style.STROKE);
116 paint.setStyle(Paint.Style.FILL_AND_STROKE);
  /frameworks/base/tools/aapt2/proto/
TableProtoSerializer.cpp 100 void visit(Style* style) override {
101 pb::Style* pbStyle = getPbCompoundValue()->mutable_style();
102 if (style->parent) {
103 serializeReferenceToPb(style->parent.value(), pbStyle->mutable_parent());
104 serializeSourceToPb(style->parent.value().getSource(),
109 for (Style::Entry& entry : style->entries) {

Completed in 405 milliseconds

1 2 3 4 5 6 7 891011>>