Home
last modified time | relevance | path

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

1234

/aosp14/frameworks/base/libs/androidfw/tests/data/app/
H A DR.h33 struct style { struct
34 enum : uint32_t {
/aosp14/frameworks/base/core/java/android/content/res/
H A DStringBlock.java129 int[] style = nativeGetStyle(mNative, idx); in getSequence() local
230 private CharSequence applyStyles(String str, int[] style, StyleIDs ids) { in applyStyles()
315 style[i+1], style[i+2]+1, in applyStyles() local
322 style[i+1], style[i+2]+1, in applyStyles() local
329 style[i+1], style[i+2]+1, in applyStyles() local
/aosp14/frameworks/base/graphics/java/android/graphics/
H A DBlurMaskFilter.java61 public BlurMaskFilter(float radius, Blur style) { in BlurMaskFilter()
65 private static native long nativeConstructor(float radius, int style); in nativeConstructor()
H A DPathDashPathEffect.java43 Style style) { in PathDashPathEffect()
/aosp14/frameworks/base/core/java/android/text/style/
H A 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()
H A DTextAppearanceSpan.java209 public TextAppearanceSpan(String family, int style, int size, in TextAppearanceSpan()
473 int style = 0; in updateMeasureState() local
/aosp14/frameworks/base/libs/androidfw/tests/data/lib_one/
H A DR.h34 struct style { struct
35 enum : uint32_t {
/aosp14/frameworks/base/libs/androidfw/tests/data/libclient/
H A DR.h34 struct style { struct
35 enum : uint32_t {
/aosp14/frameworks/base/core/java/android/widget/inline/
H A DInlinePresentationSpec.java64 private boolean styleEquals(@NonNull Bundle style) { in styleEquals()
100 @NonNull Bundle style) { in InlinePresentationSpec()
215 Bundle style = in.readBundle(); in InlinePresentationSpec() local
/aosp14/frameworks/base/libs/androidfw/tests/data/lib_two/
H A DR.h46 struct style { struct
47 enum : uint32_t {
/aosp14/frameworks/base/libs/androidfw/tests/data/system/
H A DR.h32 struct style { struct
33 enum : uint32_t {
/aosp14/frameworks/base/tools/aapt2/
H A DValueVisitor_test.cpp58 std::unique_ptr<Style> style = in TEST() local
78 std::unique_ptr<Style> style = in TEST() local
H A 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
/aosp14/frameworks/base/libs/androidfw/tests/data/styles/
H A DR.h46 struct style { struct
47 enum : uint32_t {
/aosp14/frameworks/base/tools/aapt2/link/
H A 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
H A DAutoVersioner_test.cpp87 …Style* style = test::GetValueForConfig<Style>(table.get(), "app:style/Foo", test::ParseConfigOrDie… in TEST() local
/aosp14/frameworks/base/libs/androidfw/tests/data/basic/
H A DR.h66 struct style { struct
67 enum : uint32_t {
/aosp14/frameworks/base/core/java/android/text/format/
H A 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()
/aosp14/frameworks/base/core/jni/
H A Dandroid_view_PointerIcon.cpp48 PointerIconStyle style) { in android_view_PointerIcon_getSystemIcon()
112 PointerIconStyle style, in android_view_PointerIcon_loadSystemIcon()
H A Dandroid_view_PointerIcon.h36 PointerIconStyle style; member
/aosp14/frameworks/base/core/tests/coretests/src/android/app/
H A DNotificationTest.java517 Notification.CallStyle style = Notification.CallStyle.forIncomingCall( in testCallStyle_getSystemActions_forIncomingCall() local
534 Notification.CallStyle style = Notification.CallStyle.forOngoingCall( in testCallStyle_getSystemActions_forOngoingCall() local
550 Notification.CallStyle style = Notification.CallStyle.forIncomingCall( in testCallStyle_getSystemActions_forIncomingCallWithOtherActions() local
574 Notification.CallStyle style = Notification.CallStyle.forOngoingCall( in testCallStyle_getSystemActions_forOngoingCallWithOtherActions() local
596 Notification.CallStyle style = Notification.CallStyle.forOngoingCall( in testCallStyle_getSystemActions_dropsOldSystemActions() local
640 Notification.MessagingStyle style = new Notification.MessagingStyle( in testBuild_ensureMessagingUserIsNotTooBig_resizesIcon() local
673 Notification.MessagingStyle style = new Notification.MessagingStyle( in testBuild_ensureMessagingShortcutIconIsNotTooBig_resizesIcon() local
847 Notification.Style style = new Notification.BigTextStyle(); in testRestoreFromExtras_BigText_invalidExtra_noCrash() local
857 Notification.Style style = new Notification.MessagingStyle("test"); in testRestoreFromExtras_Messaging_invalidExtra_noCrash() local
873 Notification.Style style = new Notification.MediaStyle(); in testRestoreFromExtras_Media_invalidExtra_noCrash() local
[all …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DNumPadAnimator.java69 @StyleRes int style, Drawable buttonImage) { in NumPadAnimator()
73 NumPadAnimator(Context context, final Drawable drawable, @StyleRes int style, in NumPadAnimator()
/aosp14/frameworks/base/core/java/android/graphics/fonts/
H A DFontFamilyUpdateRequest.java178 public Builder(@NonNull String postScriptName, @NonNull FontStyle style) { in Builder()
241 private Font(@NonNull String postScriptName, @NonNull FontStyle style, in Font()
/aosp14/frameworks/base/libs/hwui/hwui/
H A DTypeface.cpp70 Typeface* Typeface::createRelative(Typeface* src, Typeface::Style style) { in createRelative()
148 const SkFontStyle& style = skTypeface->fontStyle(); in createFromFamilies() local
/aosp14/frameworks/base/libs/input/
H A DSpriteIcon.h36 PointerIconStyle style; member

1234