Searched defs:Style (Results 1 - 9 of 9) sorted by relevance

/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) {
H A DPaint.java61 static final Style[] sStyleArray = {
62 Style.FILL, Style.STROKE, Style.FILL_AND_STROKE
313 * The Style specifies if the primitive being drawn is filled, stroked, or
316 public enum Style { enum in class:Paint
336 Style(int nativeInt) { method in class:Paint.Style
758 public Style getStyle() {
769 public void setStyle(Style style) {
/frameworks/base/libs/hwui/font/
H A DFont.h51 enum Style { enum in class:android::uirenderer::Font
/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/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/tools/aapt2/
H A DResourceValues.h229 struct Style : public BaseValue<Style> { struct in namespace:aapt
245 Style* clone(StringPool* newPool) const override;
333 virtual void visit(Style& style, ValueVisitorArgs& args) {}
374 virtual void visit(const Style& style, ValueVisitorArgs& args) {}
/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/support/v4/java/android/support/v4/app/
H A DNotificationCompat.java305 * {@link android.app.Notification.Style} used to create this notification.
800 Style style) {
902 public Style mStyle;
1492 public Builder setStyle(Style style) {
1587 public static abstract class Style { class in class:NotificationCompat
1631 public static class BigPictureStyle extends Style {
1700 public static class BigTextStyle extends Style {
1762 public static class InboxStyle extends Style {
/frameworks/base/core/java/android/app/
H A DNotification.java524 * to be applied by the standard Style templates when presenting this notification.
813 * {@link android.app.Notification.Style} used to create this notification.
2098 private Style mStyle;
2182 Style style = null;
2186 Class<? extends Style> styleClass = getNotificationStyleClass(templateClass);
2193 Constructor<? extends Style> constructor = styleClass.getConstructor();
2198 Log.e(TAG, "Could not create Style", t);
2808 public Builder setStyle(Style style) {
3530 private static Class<? extends Style> getNotificationStyleClass(String templateClass) {
3531 Class<? extends Style>[] classe
3716 public static abstract class Style { class in class:Notification
[all...]

Completed in 280 milliseconds