Home
last modified time | relevance | path

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

12

/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/support/v4/jellybean/android/support/v4/app/
DNotificationCompatJellybean.java67 Notification.BigTextStyle style = new Notification.BigTextStyle(b) in addBigTextStyle() local
77 Notification.BigPictureStyle style = new Notification.BigPictureStyle(b) in addBigPictureStyle() local
87 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()
121 /*package*/ static synchronized int nativeCreateFromTypeface(int native_instance, int style) { in nativeCreateFromTypeface()
198 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/
Dandroid_view_PointerIcon.cpp42 jobject android_view_PointerIcon_getSystemIcon(JNIEnv* env, jobject contextObj, int32_t style) { in android_view_PointerIcon_getSystemIcon()
92 int32_t style, PointerIcon* outPointerIcon) { in android_view_PointerIcon_loadSystemIcon()
Dandroid_view_PointerIcon.h47 int32_t style; member
/frameworks/base/core/jni/android/graphics/
DTypeface.cpp31 SkTypeface::Style style) { in Typeface_create()
44 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/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
570 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.java142 public synchronized List<Font> getFont(String family, int style) { in getFont()
167 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.java201 CharacterStyle style = new RelativeSizeSpan(0.7f); in getSmallTime() local
/frameworks/base/core/java/android/content/res/
DStringBlock.java83 int[] style = nativeGetStyle(mNative, idx); in get() local
161 private CharSequence applyStyles(String str, int[] style, StyleIDs ids) { in applyStyles()
/frameworks/base/core/tests/coretests/src/android/text/
DSpannedTest.java81 StyleSpan[] style; in testWrapParcel() local
/frameworks/base/core/java/android/app/
DDialogFragment.java204 public void setStyle(int style, int theme) { in setStyle()

12