Searched refs:style (Results 276 - 300 of 360) sorted by relevance

<<1112131415

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DImageCardView.java36 * <h3>Styling</h3> There are two different ways to style the ImageCardView. <br>
37 * No matter what way you use, all your styles applied to an ImageCardView have to extend the style
38 * {@link R.style#Widget_Leanback_ImageCardViewStyle}.
44 * <style name="CustomImageCardViewStyle" parent="Widget.Leanback.ImageCardViewStyle">
47 </style>
48 <style name="CustomImageCardTheme" parent="Theme.Leanback">
49 <item name="imageCardViewStyle">@style/CustomImageCardViewStyle</item>
50 <item name="imageCardViewInfoAreaStyle">@style/ImageCardViewColoredInfoArea</item>
51 <item name="imageCardViewTitleStyle">@style/ImageCardViewColoredTitle</item>
52 </style>}
[all...]
/frameworks/support/v7/cardview/src/android/support/v7/widget/
H A DCardView.java217 R.style.CardView);
/frameworks/base/core/java/android/text/
H A DTextLine.java26 import android.text.style.CharacterStyle;
27 import android.text.style.MetricAffectingSpan;
28 import android.text.style.ReplacementSpan;
877 // but rendering needs to take into account character style boundaries.
879 // then within each metric run iterate through character style runs
/frameworks/base/core/java/android/webkit/
H A DWebView.java231 * densities for which this style sheet is to be used. The corresponding value should be either
546 * Constructs a new WebView with layout parameters and a default style.
551 * reference to a style resource that supplies default values for
559 * Constructs a new WebView with layout parameters and a default style.
564 * reference to a style resource that supplies default values for
566 * @param defStyleRes a resource identifier of a style resource that
576 * Constructs a new WebView with layout parameters and a default style.
581 * reference to a style resource that supplies default values for
598 * Constructs a new WebView with layout parameters, a default style and a set
606 * reference to a style resourc
2384 setScrollBarStyle(int style) argument
[all...]
/frameworks/support/design/src/android/support/design/widget/
H A DCollapsingToolbarLayout.java155 R.style.Widget_Design_CollapsingToolbar);
190 R.style.TextAppearance_Design_CollapsingToolbar_Expanded);
192 android.support.v7.appcompat.R.style.TextAppearance_AppCompat_Widget_ActionBar_Title);
H A DTextInputLayout.java191 R.styleable.TextInputLayout, defStyleAttr, R.style.Widget_Design_TextInputLayout);
502 * Sets the hint text color, size, style from the specified TextAppearance resource.
588 android.support.v7.appcompat.R.style.TextAppearance_AppCompat_Caption);
715 android.support.v7.appcompat.R.style.TextAppearance_AppCompat_Caption);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DGuidedStepFragment.java94 * android.support.v17.leanback.R.style#Theme_Leanback_GuidedStep}, or a theme whose parent is
155 * Fragment argument name for UI style. The argument value is persisted in fragment state and
181 * GuidedStepFragment when moving forward to next step. Default behavior of this style is:
199 * other content. The default behavior of this style:
202 * Background will be faded in. Note: Changing exit transition by UI style is not working
203 * because fragment transition asks for exit transition before UI style is restored in Fragment
214 * GuidedStepFragment in a separate activity. The default behavior of this style:
217 * same as {@link #UI_STYLE_ENTRANCE}. Note: Changing exit transition by UI style is not working
218 * because fragment transition asks for exit transition before UI style is restored in
277 * Creates the presenter used to style th
940 setUiStyle(int style) argument
[all...]
H A DGuidedStepSupportFragment.java96 * android.support.v17.leanback.R.style#Theme_Leanback_GuidedStep}, or a theme whose parent is
157 * Fragment argument name for UI style. The argument value is persisted in fragment state and
183 * GuidedStepSupportFragment when moving forward to next step. Default behavior of this style is:
201 * other content. The default behavior of this style:
204 * Background will be faded in. Note: Changing exit transition by UI style is not working
205 * because fragment transition asks for exit transition before UI style is restored in Fragment
216 * GuidedStepSupportFragment in a separate activity. The default behavior of this style:
219 * same as {@link #UI_STYLE_ENTRANCE}. Note: Changing exit transition by UI style is not working
220 * because fragment transition asks for exit transition before UI style is restored in
279 * Creates the presenter used to style th
942 setUiStyle(int style) argument
[all...]
/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/widget/
H A DTextView.java102 import android.text.style.CharacterStyle;
103 import android.text.style.ClickableSpan;
104 import android.text.style.ParagraphStyle;
105 import android.text.style.SpellCheckSpan;
106 import android.text.style.SuggestionSpan;
107 import android.text.style.URLSpan;
108 import android.text.style.UpdateAppearance;
633 // they are defined by the TextView's style and are theme-dependent.
639 // default style is modified.
1628 * Sets the typeface and style i
1636 setTypeface(Typeface tf, int style) argument
[all...]
H A DFastScroller.java214 /** Current scrollbar style, including inset and overlay properties. */
461 public void setScrollBarStyle(int style) { argument
462 if (mScrollBarStyle != style) {
463 mScrollBarStyle = style;
H A DPopupWindow.java71 * resource ID for an animation style that defines {@code windowEnterAnimation}
73 * {@link android.R.style#Animation_Dialog} will give a scale and alpha
76 * A window animation style may also be specified in the popup window's style
86 * style XML via the {@link android.R.styleable#PopupWindow_popupEnterTransition popupEnterTransition}
129 * Default animation style indicating that separate animations should be
282 // undefined or explicitly specifies the Gingerbread animation style,
286 if (animStyle == R.style.Animation_PopupWindow) {
551 * <p>Return the animation style to use the popup appears and disappears</p>
553 * @return the animation style t
[all...]
H A DZoomButtonsController.java253 lp.windowAnimations = com.android.internal.R.style.Animation_ZoomButtons;
/frameworks/rs/api/
H A Drs_matrix.spec37 We have two style of functions to create transformation matrices:
39 style simply stores the transformation matrix in the first argument. The latter
228 <table style="max-width:300px">
/frameworks/base/graphics/java/android/graphics/
H A DPaint.java36 * The Paint class holds the style and color information about how to draw
345 * Geometry and text drawn with this style will be filled, ignoring all
350 * Geometry and text drawn with this style will be stroked, respecting
355 * Geometry and text drawn with this style will be both filled and
829 * Return the paint's style, used for controlling how primitives'
833 * @return the paint's style setting (Fill, Stroke, StrokeAndFill)
840 * Set the paint's style, used for controlling how primitives'
844 * @param style The new style to set in the paint
846 public void setStyle(Style style) { argument
2650 nSetStyle(long paintPtr, int style) argument
[all...]
/frameworks/compile/mclinker/tools/mcld/
H A DMain.cpp553 // --hash-style=style
555 mcld::GeneralOptions::HashStyle style = local
561 if (style != mcld::GeneralOptions::HashStyle::Unknown) {
562 config_.options().setHashStyle(style);
/frameworks/base/core/java/android/text/method/
H A DBaseKeyListener.java26 import android.text.style.ReplacementSpan;
/frameworks/base/core/java/android/text/style/
H A DTtsSpan.java17 package android.text.style;
/frameworks/base/core/java/android/text/util/
H A DLinkify.java25 import android.text.style.URLSpan;
/frameworks/base/packages/EasterEgg/src/com/android/egg/neko/
H A DNekoLand.java145 android.R.style.Theme_Material_Light_Dialog_NoActionBar);
/frameworks/base/services/core/java/com/android/server/policy/
H A DImmersiveModeConfirmation.java200 lp.windowAnimations = com.android.internal.R.style.Animation_ImmersiveModeConfirmation;
/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp155 static void loadSystemIconAsSpriteWithPointerIcon(JNIEnv* env, jobject contextObj, int32_t style, argument
158 contextObj, style, outPointerIcon);
166 static void loadSystemIconAsSprite(JNIEnv* env, jobject contextObj, int32_t style, argument
169 loadSystemIconAsSpriteWithPointerIcon(env, contextObj, style, &pointerIcon, outSpriteIcon);
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DDatePicker.java99 com.android.internal.R.style.Theme_Holo_Light_Dialog_Alert);
/frameworks/opt/chips/src/com/android/ex/chips/
H A DDropdownChipLayouter.java20 import android.text.style.ForegroundColorSpan;
459 * destination in the recipient entry. A foreground font color style will be applied to the
464 * @param entry The recipient entry to style results for.
475 * A foreground font color style will be applied to the section that matches the constraint. As
/frameworks/support/compat/java/android/support/v4/text/util/
H A DLinkifyCompat.java28 import android.text.style.URLSpan;

Completed in 807 milliseconds

<<1112131415