Home
last modified time | relevance | path

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

12345

/frameworks/layoutlib/bridge/src/android/graphics/
DTypeface_Delegate.java98 /*package*/ static Typeface create(String familyName, int style) { in create()
109 /*package*/ static Typeface create(Typeface family, int style) { in create()
114 /*package*/ static Typeface create(Typeface family, int style, boolean isItalic) { in create()
/frameworks/minikin/include/minikin/
DFont.h76 Builder& setStyle(FontStyle style) { in setStyle()
123 FontStyle style = FontStyle(reader); in readFrom() local
140 inline FontStyle style() const { return mStyle; } in style() function
148 Font(std::shared_ptr<MinikinFont>&& typeface, FontStyle style, HbFontUniquePtr&& baseFont, in Font()
156 Font(FontStyle style, BufferReader typefaceMetadataReader, TypefaceLoader* typefaceLoader, in Font()
/frameworks/base/libs/androidfw/tests/data/app/
DR.h33 struct style { struct
34 enum : uint32_t {
/frameworks/base/core/java/android/content/res/
DStringBlock.java129 int[] style = nativeGetStyle(mNative, idx); in getSequence() local
229 private CharSequence applyStyles(String str, int[] style, StyleIDs ids) { in applyStyles()
314 style[i+1], style[i+2]+1, in applyStyles() local
321 style[i+1], style[i+2]+1, in applyStyles() local
328 style[i+1], style[i+2]+1, in applyStyles() local
/frameworks/base/graphics/java/android/graphics/
DBlurMaskFilter.java61 public BlurMaskFilter(float radius, Blur style) { in BlurMaskFilter()
65 private static native long nativeConstructor(float radius, int style); in nativeConstructor()
/frameworks/base/core/java/android/text/style/
DStyleSpan.java59 public StyleSpan(int style) { in StyleSpan()
75 public StyleSpan(@Typeface.Style int style, int fontWeightAdjustment) { in StyleSpan()
145 private static void apply(Paint paint, int style, int fontWeightAdjustment) { in apply()
/frameworks/base/libs/androidfw/tests/data/lib_one/
DR.h34 struct style { struct
35 enum : uint32_t {
/frameworks/base/libs/androidfw/tests/data/libclient/
DR.h34 struct style { struct
35 enum : uint32_t {
/frameworks/base/libs/androidfw/tests/data/lib_two/
DR.h46 struct style { struct
47 enum : uint32_t {
/frameworks/base/core/java/android/widget/inline/
DInlinePresentationSpec.java64 private boolean styleEquals(@NonNull Bundle style) { in styleEquals()
100 @NonNull Bundle style) { in InlinePresentationSpec()
215 Bundle style = in.readBundle(); in InlinePresentationSpec() local
/frameworks/base/libs/androidfw/tests/data/system/
DR.h32 struct style { struct
33 enum : uint32_t {
/frameworks/layoutlib/remote/common/src/com/android/layout/remote/api/
DRemoteRenderResources.java47 … RemoteResourceValue<ResourceValue> findItemInStyle(RemoteResourceValue<StyleResourceValue> style, in findItemInStyle()
53 …RemoteResourceValue<StyleResourceValue> getParent(RemoteResourceValue<StyleResourceValue> style) t… in getParent()
/frameworks/layoutlib/remote/server/src/com/android/layoutlib/bridge/remote/server/adapters/
DRemoteRenderResourcesAdapter.java92 public ResourceValue findItemInStyle(StyleResourceValue style, ResourceReference attr) { in findItemInStyle()
132 public StyleResourceValue getParent(StyleResourceValue style) { in getParent()
/frameworks/base/tools/aapt2/
DValueVisitor_test.cpp58 std::unique_ptr<Style> style = in TEST() local
78 std::unique_ptr<Style> style = in TEST() local
DResourceParser_test.cpp402 Style* style = test::GetValue<Style>(&table_, "style/foo"); in TEST_F() local
567 Style* style = test::GetValue<Style>(&table_, "style/foo"); in TEST_F() local
581 Style* style = test::GetValue<Style>(&table_, "style/foo"); in TEST_F() local
593 Style* style = test::GetValue<Style>(&table_, "style/foo"); in TEST_F() local
607 Style* style = test::GetValue<Style>(&table_, "style/foo"); in TEST_F() local
622 Style* style = test::GetValue<Style>(&table_, "style/foo"); in TEST_F() local
634 Style* style = test::GetValue<Style>(&table_, "style/foo.bar"); in TEST_F() local
644 Style* style = test::GetValue<Style>(&table_, "style/foo.bar"); in TEST_F() local
653 Style* style = test::GetValue<Style>(&table_, "style/foo"); in TEST_F() local
/frameworks/base/libs/androidfw/tests/data/styles/
DR.h46 struct style { struct
47 enum : uint32_t {
/frameworks/layoutlib/remote/client/src/com/android/layoutlib/bridge/remote/client/adapters/
DRemoteRenderResourcesAdapter.java81 RemoteResourceValue<StyleResourceValue> style, ResourceReference attr) { in findItemInStyle()
95 RemoteResourceValue<StyleResourceValue> style) { in getParent()
/frameworks/base/tools/aapt2/link/
DReferenceLinker_test.cpp89 Style* style = test::GetValue<Style>(table.get(), "com.app.test:style/Theme"); in TEST() local
120 Style* style = test::GetValue<Style>(table.get(), "com.app.test:style/Theme"); in TEST() local
166 Style* style = test::GetValue<Style>(table.get(), "com.app.test:style/Theme"); in TEST() local
/frameworks/base/libs/androidfw/tests/data/basic/
DR.h66 struct style { struct
67 enum : uint32_t {
/frameworks/base/core/java/android/text/format/
DRelativeDateTimeFormatter.java126 android.icu.text.RelativeDateTimeFormatter.Style style; in getRelativeTimeSpanString() local
277 android.icu.text.RelativeDateTimeFormatter.Style style; in getRelativeDateTimeString() local
337 ULocale locale, android.icu.text.RelativeDateTimeFormatter.Style style, in getFormatter()
/frameworks/base/core/tests/coretests/src/android/app/
DNotificationTest.java549 Notification.CallStyle style = Notification.CallStyle.forIncomingCall( in testCallStyle_getSystemActions_forIncomingCall() local
566 Notification.CallStyle style = Notification.CallStyle.forOngoingCall( in testCallStyle_getSystemActions_forOngoingCall() local
582 Notification.CallStyle style = Notification.CallStyle.forIncomingCall( in testCallStyle_getSystemActions_forIncomingCallWithOtherActions() local
606 Notification.CallStyle style = Notification.CallStyle.forOngoingCall( in testCallStyle_getSystemActions_forOngoingCallWithOtherActions() local
628 Notification.CallStyle style = Notification.CallStyle.forOngoingCall( in testCallStyle_getSystemActions_dropsOldSystemActions() local
672 Notification.MessagingStyle style = new Notification.MessagingStyle( in testBuild_ensureMessagingUserIsNotTooBig_resizesIcon() local
705 Notification.MessagingStyle style = new Notification.MessagingStyle( in testBuild_ensureMessagingShortcutIconIsNotTooBig_resizesIcon() local
862 Notification.Style style = new Notification.BigTextStyle(); in testRestoreFromExtras_BigText_invalidExtra_noCrash() local
872 Notification.Style style = new Notification.MessagingStyle("test"); in testRestoreFromExtras_Messaging_invalidExtra_noCrash() local
888 Notification.Style style = new Notification.MediaStyle(); in testRestoreFromExtras_Media_invalidExtra_noCrash() local
[all …]
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DNumPadAnimator.java61 @StyleRes int style, Drawable buttonImage) { in NumPadAnimator()
65 NumPadAnimator(Context context, final Drawable drawable, @StyleRes int style, in NumPadAnimator()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
DNotificationMemory.kt42 val style: Int, constant in com.android.systemui.statusbar.notification.logging.NotificationObjectUsage
67 val style: Int, constant in com.android.systemui.statusbar.notification.logging.NotificationViewUsage
/frameworks/base/core/jni/
Dandroid_view_PointerIcon.cpp48 jobject android_view_PointerIcon_getSystemIcon(JNIEnv* env, jobject contextObj, int32_t style) { in android_view_PointerIcon_getSystemIcon()
111 int32_t style, PointerIcon* outPointerIcon) { in android_view_PointerIcon_loadSystemIcon()
/frameworks/layoutlib/bridge/tests/res/testApp/MyApplication/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/android/layoutlib/test/myapplication/
DR$style.class ... android.layoutlib.test.myapplication.R$style extends java.lang.Object { public static final ...

12345