Home
last modified time | relevance | path

Searched refs:setStyle (Results 1 – 25 of 173) sorted by relevance

1234567

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationTest.java99 .setStyle(new Notification.BigTextStyle()); in testStyleChangeVisiblyDifferent_noStyleToStyle()
108 .setStyle(new Notification.BigTextStyle()); in testStyleChangeVisiblyDifferent_styleToNoStyle()
116 .setStyle(new Notification.InboxStyle()); in testStyleChangeVisiblyDifferent_changeStyle()
118 .setStyle(new Notification.BigTextStyle()); in testStyleChangeVisiblyDifferent_changeStyle()
126 .setStyle(new Notification.InboxStyle().addLine("a").addLine("b")); in testInboxTextChange()
128 .setStyle(new Notification.InboxStyle().addLine("b").addLine("c")); in testInboxTextChange()
136 .setStyle(new Notification.BigTextStyle().bigText("something")); in testBigTextTextChange()
138 .setStyle(new Notification.BigTextStyle().bigText("else")); in testBigTextTextChange()
151 .setStyle(new Notification.BigPictureStyle().bigPicture(bitA)); in testBigPictureChange()
153 .setStyle(new Notification.BigPictureStyle().bigPicture(bitB)); in testBigPictureChange()
[all …]
DNotificationChannelExtractorTest.java87 .setStyle(new Notification.MessagingStyle("name")) in testInvalidShortcutFlagEnabled_looksUpCorrectChannel()
115 .setStyle(new Notification.MessagingStyle("name")) in testInvalidShortcutFlagDisabled_looksUpCorrectChannel()
DNotificationComparatorTest.java143 .setStyle(new Notification.MediaStyle() in setUp()
152 .setStyle(new Notification.MessagingStyle("sender!")).build(); in setUp()
200 .setStyle(new Notification.InboxStyle().setSummaryText("message!")).build(); in setUp()
218 .setStyle(new Notification.MediaStyle()) in setUp()
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DScaledPathsActivity.java49 mPathPaint.setStyle(Paint.Style.FILL); in PathsView()
66 mPathPaint.setStyle(Paint.Style.FILL); in onDraw()
75 mPathPaint.setStyle(Paint.Style.STROKE); in onDraw()
DTextActivity.java89 mMediumPaint.setStyle(Paint.Style.FILL_AND_STROKE); in onDraw()
93 mMediumPaint.setStyle(Paint.Style.FILL); in onDraw()
97 mMediumPaint.setStyle(Paint.Style.STROKE); in onDraw()
102 mMediumPaint.setStyle(Paint.Style.FILL); in onDraw()
DPathsActivity.java62 mSmallPaint.setStyle(Paint.Style.STROKE); in PathsView()
68 mLinePaint.setStyle(Paint.Style.STROKE); in PathsView()
74 mMediumPaint.setStyle(Paint.Style.STROKE); in PathsView()
80 mLargePaint.setStyle(Paint.Style.FILL); in PathsView()
DPathDestructionActivity.java55 strokePaint.setStyle(Paint.Style.STROKE); in MyView()
56 fillPaint.setStyle(Paint.Style.FILL); in MyView()
57 fillAndStrokePaint.setStyle(Paint.Style.FILL_AND_STROKE); in MyView()
DShapesActivity.java55 mNormalPaint.setStyle(Paint.Style.FILL_AND_STROKE); in ShapesView()
61 mStrokePaint.setStyle(Paint.Style.STROKE); in ShapesView()
66 mFillPaint.setStyle(Paint.Style.FILL); in ShapesView()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DNotificationRankingManagerTest.kt126 .setStyle(Notification.MessagingStyle("")) in <lambda>()
141 .setStyle(Notification.MessagingStyle("")) in <lambda>()
164 .setStyle(Notification.MessagingStyle("")) in <lambda>()
181 .setStyle(Notification.MessagingStyle("")) in <lambda>()
207 .setStyle(Notification.MessagingStyle("")) in <lambda>()
223 .setStyle(Notification.MessagingStyle("")) in <lambda>()
252 .setStyle(Notification.MessagingStyle("")) in <lambda>()
268 .setStyle(Notification.MessagingStyle("")) in <lambda>()
391 .setStyle(Notification.MessagingStyle("")) in <lambda>()
/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/app/
DPerfTimeline.java89 mPaintBaseLow.setStyle(Paint.Style.FILL); in init()
93 mPaintBaseHigh.setStyle(Paint.Style.FILL); in init()
97 mPaintValue.setStyle(Paint.Style.FILL); in init()
/frameworks/base/core/java/com/android/internal/widget/
DSubtitleView.java268 public void setStyle(int styleId) { in setStyle() method in SubtitleView
314 paint.setStyle(Style.FILL); in onDraw()
332 textPaint.setStyle(Style.FILL_AND_STROKE); in onDraw()
347 textPaint.setStyle(Style.FILL); in onDraw()
358 textPaint.setStyle(Style.FILL); in onDraw()
/frameworks/rs/tests/java_api/SSHealingBrush/src/rs/example/android/com/healingbrush/
DRegion.java72 paint1.setStyle(Paint.Style.STROKE); in getSourceLocation()
73 paint2.setStyle(Paint.Style.STROKE); in getSourceLocation()
123 paint.setStyle(Paint.Style.STROKE); in findMatch()
DDrawView.java50 mPaint1.setStyle(Paint.Style.STROKE); in setup()
53 mPaint2.setStyle(Paint.Style.STROKE); in setup()
/frameworks/rs/tests/java_api/HealingBrush/src/rs/example/android/com/healingbrush/
DRegion.java81 paint1.setStyle(Paint.Style.STROKE); in getSourceLocation()
82 paint2.setStyle(Paint.Style.STROKE); in getSourceLocation()
132 paint.setStyle(Paint.Style.STROKE); in findMatch()
DDrawView.java52 mPaint1.setStyle(Paint.Style.STROKE); in setup()
55 mPaint2.setStyle(Paint.Style.STROKE); in setup()
/frameworks/base/core/java/android/text/style/
DQuoteSpan.java198 p.setStyle(Paint.Style.FILL); in drawLeadingMargin()
203 p.setStyle(style); in drawLeadingMargin()
DBulletSpan.java216 paint.setStyle(Paint.Style.FILL); in drawLeadingMargin()
235 paint.setStyle(style); in drawLeadingMargin()
/frameworks/base/tests/TouchLatency/app/src/main/java/com/prefabulated/touchlatency/
DTouchLatencyActivity.java55 mBluePaint.setStyle(Paint.Style.FILL); in TouchLatencyView()
58 mGreenPaint.setStyle(Paint.Style.FILL); in TouchLatencyView()
61 mYellowPaint.setStyle(Paint.Style.FILL); in TouchLatencyView()
64 mRedPaint.setStyle(Paint.Style.FILL); in TouchLatencyView()
/frameworks/base/core/tests/coretests/src/android/app/
DNotificationTest.java234 .setStyle(messagingStyle) in messagingStyle_isGroupConversation()
250 .setStyle(messagingStyle) in messagingStyle_isGroupConversation_noConversationTitle()
267 .setStyle(messagingStyle) in messagingStyle_isGroupConversation_withConversationTitle_legacy()
284 .setStyle(messagingStyle) in messagingStyle_isGroupConversation_withoutConversationTitle_legacy()
352 .setStyle(new Notification.MediaStyle().setMediaSession(session.getSessionToken())); in getMediaNotification()
/frameworks/base/core/java/android/view/
DRoundScrollbarRenderer.java48 mThumbPaint.setStyle(Paint.Style.STROKE); in RoundScrollbarRenderer()
53 mTrackPaint.setStyle(Paint.Style.STROKE); in RoundScrollbarRenderer()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
DTitleBar.java38 setStyle("windowTitleBackgroundStyle"); in TitleBar()
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DKeyguardClockSwitchTest.java276 mKeyguardClockSwitch.setStyle(style); in setStyle_defaultClockSetStyle()
278 verify(paint).setStyle(style); in setStyle_defaultClockSetStyle()
289 mKeyguardClockSwitch.setStyle(style); in setStyle_pluginClockSetStyle()
291 verify(plugin).setStyle(style); in setStyle_pluginClockSetStyle()
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
DAssistVisualizer.java76 mFramePaint.setStyle(Paint.Style.STROKE); in AssistVisualizer()
79 mFrameBaselinePaint.setStyle(Paint.Style.STROKE); in AssistVisualizer()
84 mFrameNoTransformPaint.setStyle(Paint.Style.STROKE); in AssistVisualizer()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardClockSwitch.java267 mClockPlugin.setStyle(getPaint().getStyle()); in setClockPlugin()
292 public void setStyle(Style style) { in setStyle() method in KeyguardClockSwitch
293 mClockView.getPaint().setStyle(style); in setStyle()
294 mClockViewBold.getPaint().setStyle(style); in setStyle()
296 mClockPlugin.setStyle(style); in setStyle()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationShellCmd.java567 builder.setStyle(bigTextStyle); in doNotify()
571 builder.setStyle(bigPictureStyle); in doNotify()
575 builder.setStyle(inboxStyle); in doNotify()
585 builder.setStyle(messagingStyle); in doNotify()
589 builder.setStyle(mediaStyle); in doNotify()

1234567