Searched refs:style (Results 1 - 25 of 360) sorted by path

1234567891011>>

/frameworks/base/
H A DAndroid.mk694 frameworks/base/core/java/android/text/style/SuggestionSpan.aidl \
H A Dcompiled-classes-phone3982 android.text.style.AbsoluteSizeSpan
3983 android.text.style.AlignmentSpan
3984 android.text.style.AlignmentSpan$Standard
3985 android.text.style.BackgroundColorSpan
3986 android.text.style.BulletSpan
3987 android.text.style.CharacterStyle
3988 android.text.style.CharacterStyle$Passthrough
3989 android.text.style.ClickableSpan
3990 android.text.style.DynamicDrawableSpan
3991 android.text.style
[all...]
/frameworks/base/core/java/android/accounts/
H A DChooseTypeAndAccountActivity.java402 setTheme(R.style.Theme_DeviceDefault_Light_Dialog_NoActionBar);
/frameworks/base/core/java/android/app/
H A DAlertDialog.java77 * @deprecated Use {@link android.R.style#Theme_Material_Dialog_Alert}.
86 * @deprecated Use {@link android.R.style#Theme_Material_Dialog_Alert}.
95 * @deprecated Use {@link android.R.style#Theme_Material_Light_Dialog_Alert}.
104 * @deprecated Use {@link android.R.style#Theme_DeviceDefault_Dialog_Alert}.
113 * @deprecated Use {@link android.R.style#Theme_DeviceDefault_Light_Dialog_Alert}.
173 * the parent {@code context}'s theme. It may be specified as a style
175 * {@link android.R.style#Theme_Material_Dialog}, to replace all attributes
181 * {@link android.R.style#ThemeOverlay_Material_Dialog}. This will override
182 * only the window attributes necessary to style the alert window as a
209 return R.style
[all...]
H A DDialogFragment.java170 private static final String SAVED_STYLE = "android:style";
198 * @param style Selects a standard style: may be {@link #STYLE_NORMAL},
202 * on the style) will be selected for you.
204 public void setStyle(int style, int theme) { argument
205 mStyle = style;
207 mTheme = com.android.internal.R.style.Theme_DeviceDefault_Dialog_NoFrame;
H A DNotification.java53 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 !
3135 setStyle(Style style) argument
[all...]
H A DProgressDialog.java29 import android.text.style.StyleSpan;
323 public void setProgressStyle(int style) { argument
324 mProgressStyle = style;
H A DSystemServiceRegistry.java361 com.android.internal.R.style.Theme_Dialog,
362 com.android.internal.R.style.Theme_Holo_Dialog,
363 com.android.internal.R.style.Theme_DeviceDefault_Dialog,
364 com.android.internal.R.style.Theme_DeviceDefault_Light_Dialog)),
/frameworks/base/core/java/android/app/assist/
H A DAssistStructure.java962 * Note that the text may also contain style spans that modify the color of specific
973 * Note that the text may also contain style spans that modify the color of specific
983 * Note that the text may also contain style spans that modify the size of specific
991 * If {@link #getText()} is non-null, this is the main text style associated
995 * Note that the text may also contain style spans that modify the style of specific
1212 public void setTextStyle(float size, int fgColor, int bgColor, int style) { argument
1217 t.mTextStyle = style;
1402 Log.i(TAG, prefix + " Text size: " + node.getTextSize() + " , style: #"
/frameworks/base/core/java/android/content/
H A DClipData.java32 import android.text.style.URLSpan;
177 * style spans. (Custom application spans are not supported and will be
392 * style spans.
428 * valid HTML text. If this text contains style spans,
/frameworks/base/core/java/android/content/res/
H A DResources.java142 com.android.internal.R.style.Theme,
143 com.android.internal.R.style.Theme_Holo,
144 com.android.internal.R.style.Theme_DeviceDefault,
145 com.android.internal.R.style.Theme_DeviceDefault_Light_DarkActionBar);
760 * @param theme The theme used to style the drawable attributes, may be {@code null}.
818 * @param theme The theme used to style the drawable attributes, may be {@code null}.
909 * @param theme The theme used to style the color attributes, may be
977 * @param theme The theme used to style the color attributes, may be
1349 * retrieve XML attributes with style and theme information applied.
1362 * Place new attribute values into the theme. The style resourc
[all...]
H A DStringBlock.java21 import android.text.style.*;
84 int[] style = nativeGetStyle(mNative, idx);
86 if (localLOGV) Log.v(TAG, "Got styles: " + Arrays.toString(style));
87 if (style != null) {
92 // the style array is a flat array of <type, start, end> hence
94 for (int styleIndex = 0; styleIndex < style.length; styleIndex += 3) {
95 int styleId = style[styleIndex];
103 // id already found skip to next style
134 res = applyStyles(str, style, mStyleIDs);
166 private CharSequence applyStyles(String str, int[] style, StyleID argument
[all...]
/frameworks/base/core/java/android/gesture/
H A DGestureLibrary.java43 public void setOrientationStyle(int style) { argument
44 mStore.setOrientationStyle(style);
H A DGestureStore.java97 * @param style
99 public void setOrientationStyle(int style) { argument
100 mOrientationStyle = style;
/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java741 * {@link android.R.style#Theme_InputMethod}, which is the default theme
780 android.R.style.Theme_InputMethod,
781 android.R.style.Theme_Holo_InputMethod,
782 android.R.style.Theme_DeviceDefault_InputMethod,
783 android.R.style.Theme_DeviceDefault_InputMethod);
836 com.android.internal.R.style.Animation_InputMethodFancy);
/frameworks/base/core/java/android/service/dreams/
H A DDreamService.java981 lp.windowAnimations = com.android.internal.R.style.Animation_Dream;
/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionSession.java1276 : com.android.internal.R.style.Theme_DeviceDefault_VoiceInteractionSession;
/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java652 com.android.internal.R.style.Animation_Wallpaper;
H A DWallpaperSettingsActivity.java42 theme.applyStyle(com.android.internal.R.style.PreviewWallpaperSettings, true);
44 theme.applyStyle(com.android.internal.R.style.ActiveWallpaperSettings, true);
/frameworks/base/core/java/android/text/
H A DBoringLayout.java22 import android.text.style.ParagraphStyle;
H A DDynamicLayout.java20 import android.text.style.UpdateLayout;
21 import android.text.style.WrapTogetherSpan;
H A DHtml.java36 import android.text.style.AbsoluteSizeSpan;
37 import android.text.style.AlignmentSpan;
38 import android.text.style.BackgroundColorSpan;
39 import android.text.style.BulletSpan;
40 import android.text.style.CharacterStyle;
41 import android.text.style.ForegroundColorSpan;
42 import android.text.style.ImageSpan;
43 import android.text.style.ParagraphStyle;
44 import android.text.style.QuoteSpan;
45 import android.text.style
[all...]
H A DLayout.java25 import android.text.style.AlignmentSpan;
26 import android.text.style.LeadingMarginSpan;
27 import android.text.style.LeadingMarginSpan.LeadingMarginSpan2;
28 import android.text.style.LineBackgroundSpan;
29 import android.text.style.ParagraphStyle;
30 import android.text.style.ReplacementSpan;
31 import android.text.style.TabStopSpan;
290 // Compute the alignment, last alignment style wins.
H A DMeasuredText.java20 import android.text.style.MetricAffectingSpan;
21 import android.text.style.ReplacementSpan;
H A DStaticLayout.java21 import android.text.style.LeadingMarginSpan;
22 import android.text.style.LeadingMarginSpan.LeadingMarginSpan2;
23 import android.text.style.LineHeightSpan;
24 import android.text.style.MetricAffectingSpan;
25 import android.text.style.TabStopSpan;

Completed in 907 milliseconds

1234567891011>>