Searched refs:Style (Results 1 - 25 of 112) sorted by relevance

12345

/frameworks/base/graphics/java/android/graphics/
H A DPathDashPathEffect.java21 public enum Style { enum in class:PathDashPathEffect
26 Style(int value) { method in class:PathDashPathEffect.Style
43 Style style) {
/frameworks/base/core/jni/android/graphics/
H A DTypefaceImpl.h33 SkTypeface::Style fSkiaStyle;
49 TypefaceImpl* TypefaceImpl_createFromTypeface(TypefaceImpl* src, SkTypeface::Style style);
H A DTypeface.cpp31 TypefaceImpl* face = TypefaceImpl_createFromTypeface(family, (SkTypeface::Style)style);
35 face = TypefaceImpl_createFromTypeface(family, (SkTypeface::Style)(style ^ SkTypeface::kItalic));
38 face = TypefaceImpl_createFromTypeface(family, (SkTypeface::Style)i);
/frameworks/base/tools/aapt2/
H A DLinker_test.cpp80 std::unique_ptr<Style> style = util::make_unique<Style>();
81 style->entries.push_back(Style::Entry{
85 const Style* result = style.get();
96 std::unique_ptr<Style> style = util::make_unique<Style>();
97 style->entries.push_back(Style::Entry{
108 std::unique_ptr<Style> style = util::make_unique<Style>();
109 style->entries.push_back(Style
[all...]
H A DResourceParser_test.cpp334 const Style* style = findResource<Style>(ResourceName{
352 const Style* style = findResource<Style>(
363 const Style* style = findResource<Style>(ResourceName{
376 const Style* style = findResource<Style>(ResourceName{
388 const Style* style = findResource<Style>(ResourceNam
[all...]
H A DResourceValues.cpp345 Style* Style::clone(StringPool* newPool) const {
346 Style* style = new Style();
358 void Style::print(std::ostream& out) const {
368 static ::std::ostream& operator<<(::std::ostream& out, const Style::Entry& value) {
/frameworks/base/core/java/android/text/style/
H A DQuoteSpan.java82 Paint.Style style = p.getStyle();
85 p.setStyle(Paint.Style.FILL);
H A DBulletSpan.java95 Paint.Style style = p.getStyle();
103 p.setStyle(Paint.Style.FILL);
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DPathDestructionActivity.java53 strokePaint.setStyle(Paint.Style.STROKE);
54 fillPaint.setStyle(Paint.Style.FILL);
55 fillAndStrokePaint.setStyle(Paint.Style.FILL_AND_STROKE);
H A DScaledPathsActivity.java49 mPathPaint.setStyle(Paint.Style.FILL);
66 mPathPaint.setStyle(Paint.Style.FILL);
75 mPathPaint.setStyle(Paint.Style.STROKE);
H A DTextActivity.java89 mMediumPaint.setStyle(Paint.Style.FILL_AND_STROKE);
93 mMediumPaint.setStyle(Paint.Style.FILL);
97 mMediumPaint.setStyle(Paint.Style.STROKE);
102 mMediumPaint.setStyle(Paint.Style.FILL);
H A DPathOffsetActivity.java46 mPaint.setStyle(Paint.Style.STROKE);
H A DPathsActivity.java62 mSmallPaint.setStyle(Paint.Style.STROKE);
68 mLinePaint.setStyle(Paint.Style.STROKE);
74 mMediumPaint.setStyle(Paint.Style.STROKE);
80 mLargePaint.setStyle(Paint.Style.FILL);
H A DCirclePropActivity.java24 import android.graphics.Paint.Style;
81 p.setStyle(Style.STROKE);
H A DPathOpsActivity.java49 mPaint.setStyle(Paint.Style.FILL);
/frameworks/support/v4/java/android/support/v4/media/
H A DRatingCompat.java45 public @interface Style {} interface in class:RatingCompat
99 private RatingCompat(@Style int ratingStyle, float rating) {
148 public static RatingCompat newUnratedRating(@Style int ratingStyle) {
250 @Style
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
H A DTextTest.java89 Font.Style.NORMAL, 8.0f / metrics.density));
91 Font.Style.NORMAL, 8.0f / metrics.density));
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
H A DTextViewWithCircularIndicator.java24 import android.graphics.Paint.Style;
60 mCirclePaint.setStyle(Style.FILL);
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DCanvas_Delegate.java586 if (style == Paint.Style.FILL.nativeInt ||
587 style == Paint.Style.FILL_AND_STROKE.nativeInt) {
592 if (style == Paint.Style.STROKE.nativeInt ||
593 style == Paint.Style.FILL_AND_STROKE.nativeInt) {
612 if (style == Paint.Style.FILL.nativeInt ||
613 style == Paint.Style.FILL_AND_STROKE.nativeInt) {
618 if (style == Paint.Style.STROKE.nativeInt ||
619 style == Paint.Style.FILL_AND_STROKE.nativeInt) {
654 if (style == Paint.Style.FILL.nativeInt ||
655 style == Paint.Style
[all...]
/frameworks/base/rs/java/android/renderscript/
H A DFont.java76 public enum Style { enum in class:Font
133 static String getFontFileName(String familyName, Style style) {
238 static public Font create(RenderScript rs, Resources res, String familyName, Style fontStyle, float pointSize) {
/frameworks/base/media/java/android/media/
H A DTimedText.java66 private static final int KEY_STRUCT_STYLE_LIST = 13; // List<Style>
102 private List<Style> mStyleList = null;
171 public static final class Style { class in class:TimedText
225 public Style(int startChar, int endChar, int fontId, method in class:TimedText.Style
529 * To parse and store the Style list.
574 // End of the Style parsing. Reset the data position back
583 Style style = new Style(startChar, endChar, fontId, isBold,
586 mStyleList = new ArrayList<Style>();
724 * List of CharPos, Karaoke, Font, Style, an
[all...]
/frameworks/base/core/java/com/android/internal/widget/
H A DSubtitleView.java27 import android.graphics.Paint.Style;
310 paint.setStyle(Style.FILL);
328 textPaint.setStyle(Style.FILL_AND_STROKE);
343 textPaint.setStyle(Style.FILL);
354 textPaint.setStyle(Style.FILL);
/frameworks/base/services/core/java/com/android/server/wm/
H A DFocusedStackFrame.java67 mInnerPaint.setStyle(Paint.Style.STROKE);
70 mOuterPaint.setStyle(Paint.Style.STROKE);
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
H A DCircularBitmapDrawable.java27 import android.graphics.Paint.Style;
62 mBorderPaint.setStyle(Style.STROKE);
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DNotificationCompat.java36 NotificationBuilderWithBuilderAccessor builder, android.support.v4.app.NotificationCompat.Style style) {
168 public static class MediaStyle extends android.support.v4.app.NotificationCompat.Style {

Completed in 9021 milliseconds

12345