/frameworks/libs/binary_translation/base/include/berberis/base/ |
D | format_buffer.h | 60 bool PutString(Out* out, const Style& style, const char* s) { in PutString() 86 bool PutChar(Out* out, const Style& style, char c) { in PutChar() 97 const Style& style, in PutUInt() 158 bool PutInt(Out* out, const Style& style, intmax_t v, size_t base) { in PutInt() 188 Style style = ParseStyle(); in PutSpec() local 213 bool PutLongSpec(Out* out, const Style& style) { in PutLongSpec() 228 bool PutLongLongSpec(Out* out, const Style& style) { in PutLongLongSpec() 241 bool PutSizeTSpec(Out* out, const Style& style) { in PutSizeTSpec() 253 Style style; in ParseStyle() local
|
/frameworks/base/core/java/android/content/res/ |
D | StringBlock.java | 131 int[] style = nativeGetStyle(mNative, idx); in getSequence() local 238 private CharSequence applyStyles(String str, int[] style, StyleIDs ids) { in applyStyles() 298 style[i + 1], style[i + 2] + 1, in applyStyles() local 302 style[i + 1], style[i + 2] + 1, in applyStyles() local 330 style[i+1], style[i+2]+1, in applyStyles() local 337 style[i+1], style[i+2]+1, in applyStyles() local 344 style[i+1], style[i+2]+1, in applyStyles() local
|
/frameworks/layoutlib/bridge/src/android/graphics/ |
D | Typeface_Delegate.java | 102 /*package*/ static Typeface create(String familyName, int style) { in create() 113 /*package*/ static Typeface create(Typeface family, int style) { in create() 118 /*package*/ static Typeface create(Typeface family, int style, boolean isItalic) { in create()
|
/frameworks/base/libs/androidfw/tests/data/app/ |
D | R.h | 33 struct style { struct 34 enum : uint32_t {
|
/frameworks/base/core/java/android/text/style/ |
D | StyleSpan.java | 59 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/graphics/java/android/graphics/ |
D | BlurMaskFilter.java | 61 public BlurMaskFilter(float radius, Blur style) { in BlurMaskFilter() 65 private static native long nativeConstructor(float radius, int style); in nativeConstructor()
|
/frameworks/base/libs/androidfw/tests/data/lib_one/ |
D | R.h | 34 struct style { struct 35 enum : uint32_t {
|
/frameworks/base/libs/androidfw/tests/data/libclient/ |
D | R.h | 34 struct style { struct 35 enum : uint32_t {
|
/frameworks/base/core/java/android/widget/inline/ |
D | InlinePresentationSpec.java | 64 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/lib_two/ |
D | R.h | 46 struct style { struct 47 enum : uint32_t {
|
/frameworks/base/libs/androidfw/tests/data/system/ |
D | R.h | 32 struct style { struct 33 enum : uint32_t {
|
/frameworks/base/tools/aapt2/ |
D | ValueVisitor_test.cpp | 58 std::unique_ptr<Style> style = in TEST() local 78 std::unique_ptr<Style> style = in TEST() local
|
D | ResourceParser_test.cpp | 402 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/ |
D | R.h | 46 struct style { struct 47 enum : uint32_t {
|
/frameworks/proto_logging/stats/atoms/wearservices/ |
D | wearservices_atoms.proto | 85 optional android.app.wearservices.NotificationStyle style = 10; field 142 optional android.app.wearservices.NotificationStyle style = 5; field 172 optional android.app.wearservices.NotificationStyle style = 5; field
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
D | SingleLineViewBinderTest.kt | 57 val style = Notification.BigTextStyle().bigText(CONTENT_TEXT) in bindNonConversationSingleLineView() constant
|
D | SingleLineConversationViewBinderTest.kt | 64 val style = in bindGroupConversationSingleLineView() constant
|
/frameworks/base/tools/aapt2/link/ |
D | ReferenceLinker_test.cpp | 89 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/ |
D | R.h | 66 struct style { struct 67 enum : uint32_t {
|
/frameworks/base/core/java/android/text/format/ |
D | RelativeDateTimeFormatter.java | 126 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/minikin/include/minikin/ |
D | Font.h | 113 Builder& setStyle(FontStyle style) { in setStyle() 162 inline FontStyle style() const { return mStyle; } in style() function 199 Font(std::shared_ptr<MinikinFont>&& typeface, FontStyle style, HbFontUniquePtr&& baseFont, in Font()
|
/frameworks/libs/systemui/monet/src/com/android/systemui/monet/ |
D | ColorScheme.java | 65 public ColorScheme(@ColorInt int seed, boolean isDark, Style style, double contrastLevel) { in ColorScheme() 105 public ColorScheme(@ColorInt int seed, boolean darkTheme, Style style) { in ColorScheme() 109 public ColorScheme(WallpaperColors wallpaperColors, boolean darkTheme, Style style) { in ColorScheme()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/ |
D | NotificationMemory.kt | 42 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/packages/SystemUI/src/com/android/keyguard/ |
D | NumPadAnimator.java | 69 @StyleRes int style, Drawable buttonImage) { in NumPadAnimator() 73 NumPadAnimator(Context context, final Drawable drawable, @StyleRes int style, in NumPadAnimator()
|
/frameworks/base/core/tests/coretests/src/android/app/ |
D | NotificationTest.java | 600 Notification.CallStyle style = Notification.CallStyle.forIncomingCall( in testCallStyle_getSystemActions_forIncomingCall() local 617 Notification.CallStyle style = Notification.CallStyle.forOngoingCall( in testCallStyle_getSystemActions_forOngoingCall() local 633 Notification.CallStyle style = Notification.CallStyle.forIncomingCall( in testCallStyle_getSystemActions_forIncomingCallWithOtherActions() local 657 Notification.CallStyle style = Notification.CallStyle.forOngoingCall( in testCallStyle_getSystemActions_forOngoingCallWithOtherActions() local 679 Notification.CallStyle style = Notification.CallStyle.forOngoingCall( in testCallStyle_getSystemActions_dropsOldSystemActions() local 723 Notification.MessagingStyle style = new Notification.MessagingStyle( in testBuild_ensureMessagingUserIsNotTooBig_resizesIcon() local 756 Notification.MessagingStyle style = new Notification.MessagingStyle( in testBuild_ensureMessagingShortcutIconIsNotTooBig_resizesIcon() local 937 Notification.Style style = new Notification.BigTextStyle(); in testRestoreFromExtras_BigText_invalidExtra_noCrash() local 947 Notification.Style style = new Notification.MessagingStyle("test"); in testRestoreFromExtras_Messaging_invalidExtra_noCrash() local 963 Notification.Style style = new Notification.MediaStyle(); in testRestoreFromExtras_Media_invalidExtra_noCrash() local [all …]
|