/external/icu/android_icu4j/src/main/java/android/icu/text/ |
MeasureFormat.java | 163 WIDE(ListFormatter.Style.DURATION, NumberFormat.PLURALCURRENCYSTYLE), 168 SHORT(ListFormatter.Style.DURATION_SHORT, NumberFormat.ISOCURRENCYSTYLE), 173 NARROW(ListFormatter.Style.DURATION_NARROW, NumberFormat.CURRENCYSTYLE), 180 NUMERIC(ListFormatter.Style.DURATION_NARROW, NumberFormat.CURRENCYSTYLE); 186 private final ListFormatter.Style listFormatterStyle; 189 private FormatWidth(ListFormatter.Style style, int currencyStyle) { 190 this.listFormatterStyle = style; 194 ListFormatter.Style getListFormatterStyle() { 453 // we have a mismatch between the number style and the currency style, so rema 1353 int style; local [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
MeasureFormat.java | 167 WIDE(ListFormatter.Style.DURATION, NumberFormat.PLURALCURRENCYSTYLE), 174 SHORT(ListFormatter.Style.DURATION_SHORT, NumberFormat.ISOCURRENCYSTYLE), 181 NARROW(ListFormatter.Style.DURATION_NARROW, NumberFormat.CURRENCYSTYLE), 190 NUMERIC(ListFormatter.Style.DURATION_NARROW, NumberFormat.CURRENCYSTYLE); 196 private final ListFormatter.Style listFormatterStyle; 199 private FormatWidth(ListFormatter.Style style, int currencyStyle) { 200 this.listFormatterStyle = style; 204 ListFormatter.Style getListFormatterStyle() { 470 // we have a mismatch between the number style and the currency style, so rema 1380 int style; local [all...] |
/cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/ |
DisplayModifier.java | 100 put("style", new LinkedHashMap<String, DisplayModifier>() { 105 paint.setStyle(Paint.Style.FILL); 111 paint.setStyle(Paint.Style.STROKE); 117 paint.setStyle(Paint.Style.FILL_AND_STROKE);
|
/developers/build/prebuilts/androidtv/visual-game-controller/src/com/example/android/visualgamecontroller/ |
ControllerView.java | 185 mBackgroundPaint.setStyle(Paint.Style.FILL); 192 mCirclePaint.setStyle(Paint.Style.FILL); 197 mLedPaint.setStyle(Paint.Style.FILL);
|
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ |
Plot.java | 147 borderPaint.setStyle(Paint.Style.STROKE);
152 backgroundPaint.setStyle(Paint.Style.FILL);
673 * Sets the visual style of the plot's border.
674 * @param style
678 public void setBorderStyle(BorderStyle style, Float radiusX, Float radiusY) {
679 if (style == Plot.BorderStyle.ROUNDED) {
686 this.borderStyle = style;
856 * copies borderPaint and set's the copy's Paint.Style attribute to
857 * Paint.Style.STROKE.
865 this.borderPaint.setStyle(Paint.Style.STROKE); [all...] |
/external/skia/src/ports/ |
SkFontMgr_android.cpp | 4 * Use of this source code is governed by a BSD-style license that can be 35 SkTypeface_Android(const SkFontStyle& style, 38 : INHERITED(style, SkTypefaceCache::NewFontID(), isFixedPitch) 59 const SkFontStyle& style, 64 : INHERITED(style, isFixedPitch, familyName) 111 const SkFontStyle& style, 114 : INHERITED(style, isFixedPitch, familyName) 166 SkFontStyle style; local 170 &familyName, &style, &isFixedWidth, &axisDefinitions)) 177 int weight = fontFile.fWeight != 0 ? fontFile.fWeight : style.weight() 243 SkFontStyle style = this->style(i); variable 254 SkFontStyle style(int index) { function in class:SkFontStyleSet_Android 447 SkFontStyle style; variable 460 SkFontStyle style; variable 482 SkFontStyle style; variable 493 SkFontStyle style = SkFontStyle(styleBits); variable [all...] |
SkFontMgr_custom.cpp | 4 * Use of this source code is governed by a BSD-style license that can be 30 SkTypeface_Custom(const SkFontStyle& style, bool isFixedPitch, 32 : INHERITED(style, SkTypefaceCache::NewFontID(), isFixedPitch) 75 SkTypeface_Stream(const SkFontStyle& style, bool isFixedPitch, bool sysFont, 77 : INHERITED(style, isFixedPitch, sysFont, familyName, index) 96 SkTypeface_File(const SkFontStyle& style, bool isFixedPitch, bool sysFont, 98 : INHERITED(style, isFixedPitch, sysFont, familyName, index) 134 void getStyle(int index, SkFontStyle* style, SkString* name) override { 138 *style = SkFontStyle(bold ? SkFontStyle::kBold_Weight : SkFontStyle::kNormal_Weight, 167 SkFontStyle style = SkFontStyle(bold ? SkFontStyle::kBold_Weigh variable [all...] |
/frameworks/support/v4/java/android/support/v4/widget/ |
MaterialProgressDrawable.java | 30 import android.graphics.Paint.Style; 60 // Maps to ProgressBar.Large style 62 // Maps to ProgressBar default style 65 // Maps to ProgressBar default style 70 // Maps to ProgressBar.Large style 504 mPaint.setStyle(Style.STROKE); 506 mArrowPaint.setStyle(Paint.Style.FILL);
|
/development/samples/devbytes/graphics/FoldingLayout/src/com/example/android/foldinglayout/ |
FoldingLayout.java | 26 import android.graphics.Paint.Style; 257 mGradientShadow.setStyle(Style.FILL);
|
/external/clang/include/clang/Sema/ |
ScopeInfo.h | 490 CapturingScopeInfo(DiagnosticsEngine &Diag, ImplicitCaptureStyle Style) 491 : FunctionScopeInfo(Diag), ImpCaptureStyle(Style), CXXThisCaptureIndex(0),
|
/external/skia/src/core/ |
SkMaskFilter.cpp | 5 * Use of this source code is governed by a BSD-style license that can be 219 SkPaint::Style style) const { 237 SkPaint::Style style) const { 240 if (SkPaint::kFill_Style == style) { 267 style)) {
|
/external/skia/src/pdf/ |
SkPDFUtils.cpp | 4 * Use of this source code is governed by a BSD-style license that can be 122 void SkPDFUtils::EmitPath(const SkPath& path, SkPaint::Style paintStyle, 200 void SkPDFUtils::PaintPath(SkPaint::Style style, SkPath::FillType fill, 202 if (style == SkPaint::kFill_Style) { 204 } else if (style == SkPaint::kStrokeAndFill_Style) { 206 } else if (style == SkPaint::kStroke_Style) { 210 if (style != SkPaint::kStroke_Style) {
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/drawable/ |
UserIconDrawable.java | 151 mClearPaint.setStyle(Paint.Style.FILL); 193 mFramePaint.setStyle(Paint.Style.STROKE);
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/ |
CropView.java | 355 p.setStyle(Paint.Style.FILL); 366 wpPaint.setStyle(Paint.Style.STROKE);
|
/packages/apps/Messaging/src/com/android/messaging/receiver/ |
SmsReceiver.java | 32 import android.support.v4.app.NotificationCompat.Style; 251 protected Style build(Builder builder) {
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
wtsapi32.h | 176 WINBOOL WINAPI WTSSendMessageW(HANDLE hServer,DWORD SessionId,LPWSTR pTitle,DWORD TitleLength,LPWSTR pMessage,DWORD MessageLength,DWORD Style,DWORD Timeout,DWORD *pResponse,WINBOOL bWait); 177 WINBOOL WINAPI WTSSendMessageA(HANDLE hServer,DWORD SessionId,LPSTR pTitle,DWORD TitleLength,LPSTR pMessage,DWORD MessageLength,DWORD Style,DWORD Timeout,DWORD *pResponse,WINBOOL bWait);
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/ |
DetermineFovActivity.java | 228 paint.setStyle(Paint.Style.STROKE);
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/ |
NfcTestActivity.java | 129 paint.setStyle(Paint.Style.FILL);
|
/developers/build/prebuilts/gradle/BasicMultitouch/Application/src/main/java/com/example/android/basicmultitouch/ |
TouchDisplayView.java | 358 mBorderPaint.setStyle(Paint.Style.STROKE);
|
/developers/samples/android/input/multitouch/BasicMultitouch/Application/src/main/java/com/example/android/basicmultitouch/ |
TouchDisplayView.java | 358 mBorderPaint.setStyle(Paint.Style.STROKE);
|
/development/samples/ApiDemos/src/com/example/android/apis/animation/ |
PathAnimations.java | 217 mPathPaint.setStyle(Paint.Style.STROKE);
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
FingerPaint.java | 39 mPaint.setStyle(Paint.Style.STROKE);
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
DraggableDot.java | 104 mGlow.setStyle(Paint.Style.STROKE);
|
/development/samples/ControllerSample/src/com/example/controllersample/ |
GameView.java | 27 import android.graphics.Paint.Style; 673 mPaint.setStyle(Style.FILL); 878 * generally used to change the heading in response to a button-style 891 * generally used to change the heading in response to a button-style [all...] |
/development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube1/ |
CubeWallpaper1.java | 75 paint.setStyle(Paint.Style.STROKE);
|