Searched refs:style (Results 76 - 100 of 172) sorted by relevance

1234567

/frameworks/base/core/java/android/text/style/
H A DDynamicDrawableSpan.java17 package android.text.style;
H A DImageSpan.java17 package android.text.style;
/frameworks/base/services/java/com/android/server/am/
H A DLaunchWarningWindow.java31 super(context, R.style.Theme_Toast);
H A DCompatModeDialog.java41 super(context, com.android.internal.R.style.Theme_Holo_Dialog_MinWidth);
/frameworks/base/tests/BiDiTests/src/com/android/bidi/
H A DBiDiTestBasic.java24 import android.text.style.ForegroundColorSpan;
/frameworks/base/core/java/android/app/
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 DAlertDialog.java102 * Construct an AlertDialog that uses an explicit theme. The actual style
105 * to get the dialog's style (such as {@link android.R.attr#alertDialogTheme}
130 return com.android.internal.R.style.Theme_Dialog_Alert;
132 return com.android.internal.R.style.Theme_Holo_Dialog_Alert;
134 return com.android.internal.R.style.Theme_Holo_Light_Dialog_Alert;
136 return com.android.internal.R.style.Theme_DeviceDefault_Dialog_Alert;
138 return com.android.internal.R.style.Theme_DeviceDefault_Light_Dialog_Alert;
368 * to get the dialog's style (such as {@link android.R.attr#alertDialogTheme}
H A DProgressDialog.java29 import android.text.style.StyleSpan;
323 public void setProgressStyle(int style) { argument
324 mProgressStyle = style;
/frameworks/support/v4/java/android/support/v4/app/
H A DDialogFragment.java67 private static final String SAVED_STYLE = "android:style";
95 * @param style Selects a standard style: may be {@link #STYLE_NORMAL},
99 * on the style) will be selected for you.
101 public void setStyle(int style, int theme) { argument
102 mStyle = style;
104 mTheme = android.R.style.Theme_Panel;
/frameworks/base/tools/aapt/
H A DStringPool.cpp211 entry_style& style = mEntryStyleArray.editItemAt(idx);
212 style.spans.add(span);
302 // Add any old style to the new style array.
312 // Now trim any entries at the end of the new style array that are
315 const entry_style& style = newEntryStyleArray[i]; local
316 if (style.spans.size() > 0) {
375 // First we need to add all style span names to the string pool.
384 entry_style& style = mEntryStyleArray.editItemAt(i); local
385 const size_t N = style
[all...]
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
H A DCustomBar.java263 StyleResourceValue style = (StyleResourceValue) value;
266 ResourceValue backgroundValue = res.findItemInStyle(style, "background",
278 // get the text style
279 ResourceValue textStyleValue = res.findItemInStyle(style, "titleTextStyle",
/frameworks/base/packages/FakeOemFeatures/src/com/android/fakeoemfeatures/
H A DFakeBackgroundService.java76 Dialog dialog = new Dialog(this, android.R.style.Theme_Holo_Dialog);
/frameworks/base/core/java/android/gesture/
H A DGestureStore.java97 * @param style
99 public void setOrientationStyle(int style) { argument
100 mOrientationStyle = style;
/frameworks/base/core/java/android/text/
H A DMeasuredText.java21 import android.text.style.MetricAffectingSpan;
22 import android.text.style.ReplacementSpan;
/frameworks/base/core/java/com/android/internal/view/
H A DIInputMethodManager.aidl20 import android.text.style.SuggestionSpan;
/frameworks/base/core/java/android/view/inputmethod/
H A DBaseInputConnection.java433 * in a composing state with the composing style.
586 CharSequence style = ta.getText(0);
588 if (style != null && style instanceof Spanned) {
589 mDefaultComposingSpans = ((Spanned)style).getSpans(
590 0, style.length(), Object.class);
/frameworks/base/core/java/android/widget/
H A DSwitch.java52 * setTypeface() methods control the typeface and style of label text, whereas the
126 * Construct a new Switch with default styling, overriding specific style
137 * Construct a new Switch with a default style determined by the given theme attribute,
138 * overriding specific style attributes as requested.
143 * default style for this widget. e.g. android.R.attr.switchStyle.
184 * Sets the switch text color, size, style, hint color, and highlight color
256 * Sets the typeface and style in which the text should be displayed on the
259 * style that you specified.
261 public void setSwitchTypeface(Typeface tf, int style) { argument
262 if (style >
[all...]
/frameworks/base/docs/html/reference/renderscript/
H A Ddoxygen.css180 font-style: italic;
486 font-style: normal;
499 font-style: italic;
610 font-style: normal;
710 list-style-type:none;
735 list-style-type:none;
/frameworks/base/core/java/android/text/method/
H A DCharacterPickerDialog.java57 super(context, com.android.internal.R.style.Theme_Panel);
/frameworks/base/core/java/com/android/internal/widget/
H A DEditableInputConnection.java23 import android.text.style.SuggestionSpan;
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeIInputMethodManager.java27 import android.text.style.SuggestionSpan;
H A DBridgeContext.java109 // maps for dynamically generated id representing style objects (StyleResourceValue)
112 private int mDynamicIdGenerator = 0x01030000; // Base id for framework R.style
272 // check if this is a style resource
274 // get the id that will represent this style.
465 StyleResourceValue style = getStyleByDynamicId(resid);
467 if (style == null) {
477 BridgeTypedArray ta = createStyleBasedTypedArray(style, attrs);
494 ta = createStyleBasedTypedArray(style, attrs);
545 // look for a custom style.
548 customStyle = set.getAttributeValue(null /* namespace*/, "style");
729 createStyleBasedTypedArray(StyleResourceValue style, int[] attrs) argument
[all...]
/frameworks/opt/timezonepicker/src/com/android/timezonepicker/
H A DTimeZonePickerUtils.java26 import android.text.style.ForegroundColorSpan;
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
H A DMenuDialogHelper.java62 R.style.Theme_AppCompat_CompactMenu_Dialog);
/frameworks/base/media/java/android/media/
H A DTimedText.java167 * Helper class to hold the style information to display the text.
173 * The offset of the start character which applys this style
178 * The offset of the end character which applys this style
216 * @param startChar the offset of the start character which applys this style
217 * @param endChar the offset of the end character which applys this style
583 Style style = new Style(startChar, endChar, fontId, isBold,
588 mStyleList.add(style);

Completed in 1125 milliseconds

1234567