Home
last modified time | relevance | path

Searched defs:style (Results 1 – 25 of 51) sorted by relevance

123

/frameworks/base/graphics/java/android/graphics/
DTypeface.java87 public static Typeface create(String familyName, int style) { in create()
102 public static Typeface create(Typeface family, int style) { in create()
138 public static Typeface defaultFromStyle(int style) { in defaultFromStyle()
222 private static native int nativeCreate(String familyName, int style); in nativeCreate()
223 private static native int nativeCreateFromTypeface(int native_instance, int style); in nativeCreateFromTypeface()
DBlurMaskFilter.java46 public BlurMaskFilter(float radius, Blur style) { in BlurMaskFilter()
50 private static native int nativeConstructor(float radius, int style); in nativeConstructor()
DPathDashPathEffect.java43 Style style) { in PathDashPathEffect()
/frameworks/base/core/java/android/content/res/
DStringBlock.java84 int[] style = nativeGetStyle(mNative, idx); in get() local
166 private CharSequence applyStyles(String str, int[] style, StyleIDs ids) { in applyStyles()
245 style[i+1], style[i+2]+1, in applyStyles() local
252 style[i+1], style[i+2]+1, in applyStyles() local
259 style[i+1], style[i+2]+1, in applyStyles() local
/frameworks/support/v4/jellybean/android/support/v4/app/
DNotificationCompatJellybean.java67 Notification.BigTextStyle style = new Notification.BigTextStyle(b) in addBigTextStyle() local
78 Notification.BigPictureStyle style = new Notification.BigPictureStyle(b) in addBigPictureStyle() local
91 Notification.InboxStyle style = new Notification.InboxStyle(b) in addInboxStyle() local
/frameworks/base/core/java/android/text/style/
DStyleSpan.java44 public StyleSpan(int style) { in StyleSpan()
81 private static void apply(Paint paint, int style) { in apply()
DTextAppearanceSpan.java113 public TextAppearanceSpan(String family, int style, int size, in TextAppearanceSpan()
221 int style = 0; in updateMeasureState() local
DQuoteSpan.java70 Paint.Style style = p.getStyle(); in drawLeadingMargin() local
DBulletSpan.java85 Paint.Style style = p.getStyle(); in drawLeadingMargin() local
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DTypeface_Delegate.java102 /*package*/ static synchronized int nativeCreate(String familyName, int style) { in nativeCreate()
124 /*package*/ static synchronized int nativeCreateFromTypeface(int native_instance, int style) { in nativeCreateFromTypeface()
196 private Typeface_Delegate(String family, int style) { in Typeface_Delegate()
DBlurMaskFilter_Delegate.java58 /*package*/ static int nativeConstructor(float radius, int style) { in nativeConstructor()
/frameworks/base/core/java/android/view/
DPointerIcon.java77 private PointerIcon(int style) { in PointerIcon()
114 public static PointerIcon getSystemIcon(Context context, int style) { in getSystemIcon()
421 private static int getSystemIconStyleIndex(int style) { in getSystemIconStyleIndex()
/frameworks/base/core/jni/android/graphics/
DTypeface.cpp32 SkTypeface::Style style) { in Typeface_create()
54 static SkTypeface* Typeface_createFromTypeface(JNIEnv* env, jobject, SkTypeface* family, int style)… in Typeface_createFromTypeface()
DPathEffect.cpp43 const SkPath* shape, float advance, float phase, int style) { in OneD_constructor()
/frameworks/base/core/jni/
Dandroid_view_PointerIcon.cpp43 jobject android_view_PointerIcon_getSystemIcon(JNIEnv* env, jobject contextObj, int32_t style) { in android_view_PointerIcon_getSystemIcon()
93 int32_t style, PointerIcon* outPointerIcon) { in android_view_PointerIcon_loadSystemIcon()
Dandroid_view_PointerIcon.h47 int32_t style; member
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
DCompatTextView.java48 TypedArray style = context in CompatTextView() local
/frameworks/base/core/java/android/gesture/
DGestureLibrary.java43 public void setOrientationStyle(int style) { in setOrientationStyle()
DGestureStore.java99 public void setOrientationStyle(int style) { in setOrientationStyle()
/frameworks/support/v4/java/android/support/v4/app/
DNotificationCompat.java127 BigTextStyle style = (BigTextStyle) b.mStyle; in build() local
133 InboxStyle style = (InboxStyle) b.mStyle; in build() local
139 BigPictureStyle style = (BigPictureStyle) b.mStyle; in build() local
572 public Builder setStyle(Style style) { in setStyle()
DDialogFragment.java101 public void setStyle(int style, int theme) { in setStyle()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DFontLoader.java146 public synchronized List<Font> getFont(String family, int style) { in getFont()
171 public synchronized List<Font> getFallbackFonts(int style) { in getFallbackFonts()
/frameworks/base/tools/aapt/
DStringPool.cpp211 entry_style& style = mEntryStyleArray.editItemAt(idx); in addStyleSpan() local
315 const entry_style& style = newEntryStyleArray[i]; in sortByConfig() local
384 entry_style& style = mEntryStyleArray.editItemAt(i); in writeStringBlock() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DClock.java189 CharacterStyle style = new RelativeSizeSpan(0.7f); in getSmallTime() local
/frameworks/base/core/tests/coretests/src/android/text/
DSpannedTest.java81 StyleSpan[] style; in testWrapParcel() local

123