Searched defs:Style (Results 1 - 10 of 10) sorted by last modified time

/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationCompat.java335 * {@link android.app.Notification.Style} used to create this notification.
891 Style style) {
922 Style style) {
1027 public Style mStyle;
1689 public Builder setStyle(Style style) {
1971 public static abstract class Style { class in class:NotificationCompat
2031 public static class BigPictureStyle extends Style {
2100 public static class BigTextStyle extends Style {
2170 public static class MessagingStyle extends Style {
2518 public static class InboxStyle extends Style {
[all...]
/frameworks/support/media-compat/java/android/support/v4/media/
H A DRatingCompat.java49 public @interface Style {} interface in class:RatingCompat
104 RatingCompat(@Style int ratingStyle, float rating) {
153 public static RatingCompat newUnratedRating(@Style int ratingStyle) {
255 @Style
/frameworks/base/tools/aapt2/
H A DResourceValues.h270 struct Style : public BaseValue<Style> { struct in namespace:aapt
286 Style* Clone(StringPool* new_pool) const override;
289 // Merges `style` into this Style. All identical attributes of `style` take precedence, including
291 void MergeWith(Style* style, StringPool* pool);
/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) {
239 static public Font create(RenderScript rs, Resources res, String familyName, Style fontStyle, float pointSize) {
/frameworks/base/libs/hwui/font/
H A DFont.h52 enum Style { enum in class:android::uirenderer::Font
/frameworks/base/media/java/android/media/
H A DRating.java44 public @interface Style {} interface in class:Rating
97 private Rating(@Style int ratingStyle, float rating) {
146 public static Rating newUnratedRating(@Style int ratingStyle) {
247 @Style
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/graphics/java/android/graphics/
H A DPaint.java98 static final Style[] sStyleArray = {
99 Style.FILL, Style.STROKE, Style.FILL_AND_STROKE
364 * The Style specifies if the primitive being drawn is filled, stroked, or
367 public enum Style { enum in class:Paint
387 Style(int nativeInt) { method in class:Paint.Style
840 public Style getStyle() {
851 public void setStyle(Style style) {
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/java/android/app/
H A DNotification.java638 * to be applied by the standard Style templates when presenting this notification.
997 * {@link android.app.Notification.Style} used to create this notification.
2718 private Style mStyle;
2809 final Class<? extends Style> styleClass
2815 final Constructor<? extends Style> ctor =
2818 final Style style = ctor.newInstance();
2825 Log.e(TAG, "Could not create Style", t);
3065 * <p>This text does not appear within notification {@link Style templates} but may
3682 public Builder setStyle(Style style) {
4302 * 2. Style'
5182 public static abstract class Style { class in class:Notification
[all...]

Completed in 247 milliseconds