Lines Matching refs:style

53 import android.text.style.AbsoluteSizeSpan;
54 import android.text.style.BackgroundColorSpan;
55 import android.text.style.CharacterStyle;
56 import android.text.style.ForegroundColorSpan;
57 import android.text.style.RelativeSizeSpan;
58 import android.text.style.TextAppearanceSpan;
2379 Log.d(TAG, "Unknown style class: " + templateClass);
2385 final Style style = ctor.newInstance();
2386 style.restoreFromExtras(mN.extras);
2388 if (style != null) {
2389 setStyle(style);
3075 * <a href="{@docRoot}design/style/iconography.html#action-bar">Holo
3076 * Dark action bar</a> visual style), a textual label, and a {@link PendingIntent}.
3100 * <a href="{@docRoot}design/style/iconography.html#action-bar">Holo
3101 * Dark action bar</a> visual style), a textual label, and a {@link PendingIntent}.
3131 * Add a rich notification style to be applied at build time.
3133 * @param style Object responsible for modifying the notification style.
3135 public Builder setStyle(Style style) {
3136 if (mStyle != style) {
3137 mStyle = style;
3140 mN.extras.putString(EXTRA_TEMPLATE, style.getClass().getName());
3681 Style style = mStyle;
3701 mStyle = style;
4153 * An object that can apply a rich notification style to a {@link Notification.Builder}
4251 * Apply any style-specific extras to this notification before shipping it out.
4305 * @return true if the style positions the progress bar on the second line; false if the
4306 * style hides the progress bar
4322 * @return Whether custom content views are displayed inline in the style
4841 // Special case for a single message: Use the big text style
4994 * inserted into the MediaStore using scanFile() after which a content:// style
5259 * Notification style for media playback notifications.
5282 * To use this style with your Notification, feed it to
5489 * Notification style for custom views that are decorated by the system
5492 * style and still obtain system decorations like the notification header with the expand
5500 * To use this style with your Notification, feed it to
5599 * Notification style for media custom views that are decorated by the system
5602 * this style and still obtain system decorations like the notification header with the expand
5610 * To use this style with your Notification, feed it to
6055 * android:theme=&quot;@android:style/Theme.DeviceDefault.Light&quot; /&gt;</pre>
6128 * will work with any notification style.
6142 * will work with any notification style.