Searched defs:style (Results 1 - 25 of 57) sorted by relevance

123

/frameworks/base/core/java/android/text/style/
H A DParagraphStyle.java17 package android.text.style;
H A DUpdateAppearance.java17 package android.text.style;
H A DUpdateLayout.java17 package android.text.style;
H A DWrapTogetherSpan.java17 package android.text.style;
H A DClickableSpan.java17 package android.text.style;
H A DMaskFilterSpan.java17 package android.text.style;
H A DRasterizerSpan.java17 package android.text.style;
H A DTabStopSpan.java17 package android.text.style;
H A DStyleSpan.java17 package android.text.style;
28 * Describes a style in a span.
30 * separate spans, or if the base style is bold and a span calls for italic,
31 * you get bold italic. You can't turn off a style from the base style.
40 * @param style An integer constant describing the style for this span. Examples
44 public StyleSpan(int style) { argument
45 mStyle = style;
65 * Returns the style constan
81 apply(Paint paint, int style) argument
[all...]
H A DAlignmentSpan.java17 package android.text.style;
H A DBackgroundColorSpan.java17 package android.text.style;
H A DCharacterStyle.java17 package android.text.style;
H A DForegroundColorSpan.java17 package android.text.style;
H A DLineBackgroundSpan.java17 package android.text.style;
H A DLineHeightSpan.java17 package android.text.style;
H A DMetricAffectingSpan.java17 package android.text.style;
H A DRelativeSizeSpan.java17 package android.text.style;
H A DScaleXSpan.java17 package android.text.style;
H A DStrikethroughSpan.java17 package android.text.style;
H A DSubscriptSpan.java17 package android.text.style;
H A DSuperscriptSpan.java17 package android.text.style;
H A DURLSpan.java17 package android.text.style;
H A DUnderlineSpan.java17 package android.text.style;
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DBlurMaskFilter_Delegate.java58 /*package*/ static int nativeConstructor(float radius, int style) { argument
/frameworks/base/graphics/java/android/graphics/
H A DBlurMaskFilter.java43 * @param style The Blur to use
46 public BlurMaskFilter(float radius, Blur style) { argument
47 native_instance = nativeConstructor(radius, style.native_int);
50 private static native int nativeConstructor(float radius, int style); argument

Completed in 158 milliseconds

123