Searched defs:Style (Results 1 - 7 of 7) 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
745 public Style getStyle() {
756 public void setStyle(Style style) {
/frameworks/base/libs/hwui/font/
H A DFont.h50 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/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.java304 * {@link android.app.Notification.Style} used to create this notification.
756 Style style) {
847 Style mStyle;
1434 public Builder setStyle(Style style) {
1522 public static abstract class Style { class in class:NotificationCompat
1566 public static class BigPictureStyle extends Style {
1635 public static class BigTextStyle extends Style {
1697 public static class InboxStyle extends Style {
/frameworks/base/core/java/android/app/
H A DNotification.java514 * to be applied by the standard Style templates when presenting this notification.
796 * {@link android.app.Notification.Style} used to create this notification.
1881 private Style mStyle;
1965 Style style = null;
1969 Class<? extends Style> styleClass = getNotificationStyleClass(templateClass);
1976 Constructor<? extends Style> constructor = styleClass.getConstructor();
1980 Log.e(TAG, "Could not create Style", t);
2564 public Builder setStyle(Style style) {
3257 private static Class<? extends Style> getNotificationStyleClass(String templateClass) {
3258 Class<? extends Style>[] classe
3437 public static abstract class Style { class in class:Notification
[all...]

Completed in 172 milliseconds