Searched defs:style (Results 126 - 133 of 133) sorted by relevance

123456

/frameworks/base/core/java/android/widget/
H A DAbsListView.java611 * Temporary holder for fast scroller style until a FastScroller object
1308 * Specifies the style of the fast scroller decorations.
1310 * @param styleResId style resource containing fast scroller properties
1328 * scroll bar style to ensure the scroll bar does not overlap content.
1415 public void setScrollBarStyle(int style) { argument
1416 super.setScrollBarStyle(style);
1418 mFastScroll.setScrollBarStyle(style);
6062 mPopup.setAnimationStyle(com.android.internal.R.style.Animation_TypingFilter);
6064 mPopup.setAnimationStyle(com.android.internal.R.style.Animation_TypingFilterRestore);
H A DTextView.java109 import android.text.style.CharacterStyle;
110 import android.text.style.ClickableSpan;
111 import android.text.style.ParagraphStyle;
112 import android.text.style.SpellCheckSpan;
113 import android.text.style.SuggestionSpan;
114 import android.text.style.URLSpan;
115 import android.text.style.UpdateAppearance;
697 // they are defined by the TextView's style and are theme-dependent.
703 // default style is modified.
2200 * Sets the typeface and style i
2208 setTypeface(Typeface tf, int style) argument
[all...]
/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationCompat.java595 * Interface for appcompat to extend v4 builder with media style.
891 Style style) {
892 if (style != null) {
893 if (style instanceof BigTextStyle) {
894 BigTextStyle bigTextStyle = (BigTextStyle) style;
900 } else if (style instanceof InboxStyle) {
901 InboxStyle inboxStyle = (InboxStyle) style;
907 } else if (style instanceof BigPictureStyle) {
908 BigPictureStyle bigPictureStyle = (BigPictureStyle) style;
922 Style style) {
890 addStyleToBuilderJellybean(NotificationBuilderWithBuilderAccessor builder, Style style) argument
921 addStyleToBuilderApi24(NotificationBuilderWithBuilderAccessor builder, Style style) argument
1689 setStyle(Style style) argument
[all...]
/frameworks/base/core/java/android/app/
H A DNotification.java60 import android.text.style.AbsoluteSizeSpan;
61 import android.text.style.BackgroundColorSpan;
62 import android.text.style.CharacterStyle;
63 import android.text.style.ForegroundColorSpan;
64 import android.text.style.RelativeSizeSpan;
65 import android.text.style.TextAppearanceSpan;
2812 Log.d(TAG, "Unknown style class: " + templateClass);
2818 final Style style = ctor.newInstance();
2819 style.restoreFromExtras(mN.extras);
2821 if (style !
3682 setStyle(Style style) argument
[all...]
/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dgson-1.7.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/annotations/ ...
/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dgson-1.7.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/annotations/ ...
/frameworks/base/core/java/android/view/
H A DView.java1475 * The scrollbar style to display the scrollbars inside the content area,
1482 * The scrollbar style to display the scrollbars inside the padded area,
1489 * The scrollbar style to display the scrollbars at the edge of the view,
1496 * The scrollbar style to display the scrollbars at the edge of the view,
1503 * Mask to check if the scrollbar style is overlay or inset.
1509 * Mask to check if the scrollbar style is inside or outside.
1515 * Mask for scrollbar style.
4596 * that were specified in the XML file. This version uses a default style of
4614 * Perform inflation from XML and apply a class-specific base style from a
4616 * own base style whe
16311 setScrollBarStyle(@crollBarStyle int style) argument
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 992 milliseconds

123456