/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
SimpleDateFormat.java | 32 import com.ibm.icu.text.TimeZoneFormat.Style; 76 * <th style="text-align: center">Sym.</th> 77 * <th style="text-align: center">No.</th> 83 * <td style="text-align: center" rowspan="3">G</td> 84 * <td style="text-align: center">1..3</td> 90 * <td style="text-align: center">4</td> 94 * <td style="text-align: center">5</td> 99 * <td style="text-align: center">y</td> 100 * <td style="text-align: center">1..n</td> 103 * length. Example:<div style="text-align: center" 3162 Style style = (count < 4) ? Style.SPECIFIC_SHORT : Style.SPECIFIC_LONG; local 3172 Style style = (count < 4) ? Style.ISO_BASIC_LOCAL_FULL : ((count == 5) ? Style.ISO_EXTENDED_FULL : Style.LOCALIZED_GMT); local 3183 Style style = (count < 4) ? Style.GENERIC_SHORT : Style.GENERIC_LONG; local 3193 Style style = null; local 3217 Style style = (count < 4) ? Style.LOCALIZED_GMT_SHORT : Style.LOCALIZED_GMT; local 3227 Style style; local 3254 Style style; local [all...] |
ListFormatter.java | 38 * Indicates the style of Listformatter 43 public enum Style { 45 * Standard style. 52 * Style for full durations 59 * Style for durations in abbrevated form 66 * Style for durations in narrow form 75 Style(String name) { 139 return getInstance(locale, Style.STANDARD); 151 return getInstance(ULocale.forLocale(locale), Style.STANDARD); 155 * Create a list formatter that is appropriate for a locale and style [all...] |
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/ |
LayoutManager.java | 47 anchorPaint.setStyle(Paint.Style.FILL);
51 outlinePaint.setStyle(Paint.Style.STROKE);
54 marginPaint.setStyle(Paint.Style.FILL);
58 paddingPaint.setStyle(Paint.Style.FILL);
232 outlineShadowPaint.setStyle(Paint.Style.FILL);
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
ListFormatter.java | 39 * Indicates the style of Listformatter 44 public enum Style { 46 * Standard style. 53 * Style for full durations 60 * Style for durations in abbrevated form 67 * Style for durations in narrow form 76 Style(String name) { 139 return getInstance(locale, Style.STANDARD); 150 return getInstance(ULocale.forLocale(locale), Style.STANDARD); 154 * Create a list formatter that is appropriate for a locale and style [all...] |
/external/icu/icu4c/source/i18n/ |
scientificnumberformatter.cpp | 97 Style *styleToAdopt, 100 LocalPointer<Style> style(styleToAdopt); 107 style.getAlias(), 114 style.orphan(); 122 ScientificNumberFormatter::Style *ScientificNumberFormatter::SuperscriptStyle::clone() const { 196 ScientificNumberFormatter::Style *ScientificNumberFormatter::MarkupStyle::clone() const { 241 DecimalFormat *fmtToAdopt, Style *styleToAdopt, UErrorCode &status)
|
/external/skia/samplecode/ |
SampleFuzz.cpp | 5 * Use of this source code is governed by a BSD-style license that can be 241 SkPaint::Style s = paint.getStyle(); 256 SkPaint::Style s = paint.getStyle(); 275 SkPaint::Style s = paint.getStyle(); 282 SkPaint::Style s = paint.getStyle(); 291 SkPaint::Style s = paint.getStyle();
|
/frameworks/base/tools/aapt2/link/ |
AutoVersioner_test.cpp | 57 .addValue(u"@app:style/Foo", ResourceId(0x7f020000), test::parseConfigOrDie("v4"), 68 .addValue(u"@app:style/Foo", ResourceId(0x7f020000), test::parseConfigOrDie("v21"), 83 Style* style = test::getValueForConfig<Style>(table.get(), u"@app:style/Foo", local 85 ASSERT_NE(style, nullptr); 86 ASSERT_EQ(style->entries.size(), 1u); 87 AAPT_ASSERT_TRUE(style->entries.front().key.name); 88 EXPECT_EQ(style->entries.front().key.name.value() [all...] |
ReferenceLinker_test.cpp | 69 .addValue(u"@com.app.test:style/Theme", test::StyleBuilder() 70 .setParent(u"@android:style/Theme.Material") 79 Style* style = test::getValue<Style>(table.get(), u"@com.app.test:style/Theme"); local 80 ASSERT_NE(style, nullptr); 81 style->entries.back().value = util::make_unique<RawString>( 90 .addPublicSymbol(u"@android:style/Theme.Material", 108 Style* style = test::getValue<Style>(table.get(), u"@com.app.test:style/Theme") local 150 Style* style = test::getValue<Style>(table.get(), u"@com.app.test:style\/Theme"); local [all...] |
/packages/apps/DevCamera/src/com/android/devcamera/ |
PreviewOverlay.java | 58 mPaint.setStyle(Paint.Style.STROKE); 64 mPaint2.setStyle(Paint.Style.STROKE); 170 mPaint2.setStyle(Paint.Style.FILL_AND_STROKE); 174 mPaint2.setStyle(Paint.Style.FILL_AND_STROKE); 184 mPaint2.setStyle(Paint.Style.FILL_AND_STROKE);
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
Regions.java | 50 mPaint.setStyle(Paint.Style.STROKE); 58 // restore style 59 mPaint.setStyle(Paint.Style.FILL); 102 mPaint.setStyle(Paint.Style.FILL);
|
PathEffects.java | 49 PathDashPathEffect.Style.ROTATE); 60 mPaint.setStyle(Paint.Style.STROKE);
|
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/pie/ |
SegmentFormatter.java | 45 getOuterEdgePaint().setStyle(Paint.Style.STROKE); 51 getInnerEdgePaint().setStyle(Paint.Style.STROKE); 57 getRadialEdgePaint().setStyle(Paint.Style.STROKE);
|
/external/skia/gm/ |
glyph_pos.cpp | 4 * Use of this source code is governed by a BSD-style license that can be 23 SkPaint::Style strokeStyle); 27 SkPaint::Style strokeStyle) { 81 SkPaint::Style strokeStyle) {
|
/external/skia/tools/ |
sk_tool_utils.h | 4 * Use of this source code is governed by a BSD-style license that can be 75 SkTypeface::Style style = SkTypeface::kNormal); 80 SkTypeface* create_portable_typeface(const char* name, SkTypeface::Style style); 92 SkTypeface* create_font(const char* name, SkTypeface::Style);
|
/frameworks/base/rs/java/android/renderscript/ |
Font.java | 76 public enum Style { 133 static String getFontFileName(String familyName, Style style) { 136 switch(style) { 239 static public Font create(RenderScript rs, Resources res, String familyName, Style fontStyle, float pointSize) {
|
/packages/apps/Camera2/src/com/android/camera/ |
PanoProgressBar.java | 55 mDoneAreaPaint.setStyle(Paint.Style.FILL); 58 mBackgroundPaint.setStyle(Paint.Style.FILL); 61 mIndicatorPaint.setStyle(Paint.Style.FILL);
|
/packages/apps/LegacyCamera/src/com/android/camera/panorama/ |
PanoProgressBar.java | 52 mDoneAreaPaint.setStyle(Paint.Style.FILL); 55 mBackgroundPaint.setStyle(Paint.Style.FILL); 58 mIndicatorPaint.setStyle(Paint.Style.FILL);
|
/frameworks/base/media/java/android/media/ |
TimedText.java | 66 private static final int KEY_STRUCT_STYLE_LIST = 13; // List<Style> 102 private List<Style> mStyleList = null; 167 * Helper class to hold the style information to display the text. 171 public static final class Style { 173 * The offset of the start character which applys this style 178 * The offset of the end character which applys this style 216 * @param startChar the offset of the start character which applys this style 217 * @param endChar the offset of the end character which applys this style 225 public Style(int startChar, int endChar, int fontId, 529 * To parse and store the Style list 583 Style style = new Style(startChar, endChar, fontId, isBold, local [all...] |
/cts/tests/tests/graphics/src/android/graphics/cts/ |
DashPathEffectTest.java | 27 import android.graphics.Paint.Style; 53 paint.setStyle(Style.STROKE);
|
/cts/tests/tests/graphics/src/android/graphics/drawable/shapes/cts/ |
OvalShapeTest.java | 26 import android.graphics.Paint.Style; 49 paint.setStyle(Style.FILL);
|
PathShapeTest.java | 26 import android.graphics.Paint.Style; 61 paint.setStyle(Style.FILL);
|
/developers/build/prebuilts/gradle/RenderScriptIntrinsic/Application/src/main/java/com/example/android/renderscriptintrinsic/ |
ThumbnailRadioButton.java | 69 rectChecked.getPaint().setStyle(Paint.Style.STROKE); 79 rectUnchecked.getPaint().setStyle(Paint.Style.STROKE);
|
/developers/samples/android/renderScript/RenderScriptIntrinsic/Application/src/main/java/com/example/android/renderscriptintrinsic/ |
ThumbnailRadioButton.java | 69 rectChecked.getPaint().setStyle(Paint.Style.STROKE); 79 rectUnchecked.getPaint().setStyle(Paint.Style.STROKE);
|
/development/samples/browseable/RenderScriptIntrinsic/src/com.example.android.renderscriptintrinsic/ |
ThumbnailRadioButton.java | 69 rectChecked.getPaint().setStyle(Paint.Style.STROKE); 79 rectUnchecked.getPaint().setStyle(Paint.Style.STROKE);
|
/development/samples/devbytes/animation/ActivityAnimations/src/com/example/android/activityanim/ |
ShadowLayout.java | 26 import android.graphics.Paint.Style; 67 mShadowPaint.setStyle(Style.FILL);
|