Searched refs:style (Results 1 - 25 of 213) sorted by relevance

123456789

/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 DSuggestionSpan.aidl17 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 DClickableSpan.java17 package android.text.style;
H A DLineBackgroundSpan.java17 package android.text.style;
/frameworks/base/graphics/java/android/graphics/
H A DBlurMaskFilter.java58 * @param style The Blur to use
61 public BlurMaskFilter(float radius, Blur style) { argument
62 native_instance = nativeConstructor(radius, style.native_int);
65 private static native long nativeConstructor(float radius, int style); argument
H A DPathDashPathEffect.java34 * applies to drawings when the paint's style is STROKE or STROKE_AND_FILL.
35 * If the paint's style is FILL, then this effect is ignored. The paint's
40 * @param style how to transform the shape at each position as it is stamped
43 Style style) {
45 style.native_style);
42 PathDashPathEffect(Path shape, float advance, float phase, Style style) argument
/frameworks/base/docs/html/distribute/monetize/
H A Dmonetize_toc.cs3 <div class="nav-section empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/monetize/premium.html">
8 <div class="nav-section empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/monetize/freemium.html">
14 <div class="nav-section empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/monetize/subscriptions.html">
20 <div class="nav-section empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/monetize/ecommerce.html">
26 <div class="nav-section empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/monetize/ads.html">
32 <div class="nav-section empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/monetize/payments.html">
/frameworks/base/libs/androidfw/tests/data/app/
H A DR.h13 namespace style { namespace in namespace:app::R
/frameworks/base/libs/androidfw/tests/data/lib/
H A DR.h13 namespace style { namespace in namespace:lib::R
/frameworks/base/docs/html/distribute/stories/
H A Dstories_toc.cs3 <div class="nav-section empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/stories/index.html">
8 <div class="nav-section empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/stories/localization.html">
13 <div class="nav-section empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/stories/games.html">
19 <div class="nav-section empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/stories/tablets.html">
/frameworks/base/docs/html/distribute/tools/
H A Ddisttools_toc.cs4 <div class="nav-section empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/tools/launch-checklist.html">
9 <div class="nav-section empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/tools/localization-checklist.html">
14 <div class="nav-section empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/tools/promote/device-art.html">
19 <div class="nav-section empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/tools/promote/badges.html">
24 <div class="nav-section empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/tools/promote/linking.html">
29 <div class="nav-section empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/tools/promote/brand.html">
34 <div class="nav-section empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/tools/open-distribution.html">
/frameworks/base/core/jni/
H A Dandroid_view_PointerIcon.h47 int32_t style; member in struct:android::PointerIcon
53 return style == POINTER_ICON_STYLE_NULL;
57 style = POINTER_ICON_STYLE_NULL;
64 /* Gets a system pointer icon with the specified style. */
66 jobject contextObj, int32_t style);
73 /* Loads the bitmap associated with a pointer icon by style.
76 jobject contextObj, int32_t style, PointerIcon* outPointerIcon);
/frameworks/base/docs/html/distribute/engage/
H A Dengage_toc.cs3 <div class="nav-section empty" style="font-weight:normal"><a href="<?cs
9 <div class="nav-section empty" style="font-weight:normal"><a href="<?cs
15 <div class="nav-section empty" style="font-weight:normal"><a href="<?cs
21 <div class="nav-section empty" style="font-weight:normal"><a href="<?cs
27 <div class="nav-section empty" style="font-weight:normal"><a href="<?cs
33 <div class="nav-section empty" style="font-weight:normal"><a href="<?cs
39 <div class="nav-section empty" style="font-weight:normal"><a href="<?cs
45 <div class="nav-section empty" style="font-weight:normal"><a href="<?cs
52 <div class="nav-section empty" style="font-weight:normal"><a href="<?cs
58 <div class="nav-section empty" style
[all...]
/frameworks/base/core/java/android/content/res/
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/docs/html/distribute/essentials/
H A Dessentials_toc.cs3 <div class="nav-section empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/essentials/quality/core.html">
8 <div class="nav-section empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/essentials/quality/tablets.html">
14 <div class="nav-section empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/essentials/quality/tv.html">
20 <div class="nav-section empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/essentials/optimizing-your-app.html">
26 <div class="nav-section empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/essentials/best-practices/apps.html">
32 <div class="nav-section empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/essentials/best-practices/games.html">
/frameworks/base/docs/html/distribute/users/
H A Dusers_toc.cs3 <div class="nav-section empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/users/know-your-user.html">
8 <div class="nav-section empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/users/your-listing.html">
14 <div class="nav-section empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/users/build-buzz.html">
20 <div class="nav-section empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/users/build-community.html">
26 <div class="nav-section empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/users/expand-to-new-markets.html">
32 <div class="nav-section empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/users/promote-with-ads.html">
/frameworks/base/libs/androidfw/tests/data/system/
H A DR.h14 namespace style { namespace in namespace:android::R
/frameworks/base/docs/html/distribute/googleplay/
H A Dgoogleplay_toc.cs4 <div class="nav-section empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/googleplay/about.html">
9 <div class="nav-section empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/googleplay/start.html">
15 <div class="nav-section empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/googleplay/developer-console.html">
21 <div class="nav-section-header" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/googleplay/edu/about.html">
/frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/build/intermediates/classes/debug/com/android/layoutlib/test/myapplication/
H A DR$style.class ... android.layoutlib.test.myapplication.R$style extends java.lang.Object { public static final int ...
/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperSettingsActivity.java42 theme.applyStyle(com.android.internal.R.style.PreviewWallpaperSettings, true);
44 theme.applyStyle(com.android.internal.R.style.ActiveWallpaperSettings, true);

Completed in 2682 milliseconds

123456789