Home
last modified time | relevance | path

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

123456

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationTest.java140 .setStyle(style) in testStripsRemoteViewsInLowRamMode()
182 .setStyle(new Notification.BigTextStyle()); in testStyleChangeVisiblyDifferent_noStyleToStyle()
191 .setStyle(new Notification.BigTextStyle()); in testStyleChangeVisiblyDifferent_styleToNoStyle()
199 .setStyle(new Notification.InboxStyle()); in testStyleChangeVisiblyDifferent_changeStyle()
201 .setStyle(new Notification.BigTextStyle()); in testStyleChangeVisiblyDifferent_changeStyle()
209 .setStyle(new Notification.InboxStyle().addLine("a").addLine("b")); in testInboxTextChange()
211 .setStyle(new Notification.InboxStyle().addLine("b").addLine("c")); in testInboxTextChange()
219 .setStyle(new Notification.BigTextStyle().bigText("something")); in testBigTextTextChange()
221 .setStyle(new Notification.BigTextStyle().bigText("else")); in testBigTextTextChange()
234 .setStyle(new Notification.BigPictureStyle().bigPicture(bitA)); in testBigPictureChange()
[all …]
DNotificationComparatorTest.java127 .setStyle(new Notification.MediaStyle() in setUp()
136 .setStyle(new Notification.MessagingStyle("sender!")).build(); in setUp()
184 .setStyle(new Notification.InboxStyle().setSummaryText("message!")).build(); in setUp()
202 .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/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/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/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/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/services/core/java/com/android/server/notification/
DNotificationShellCmd.java377 builder.setStyle(bigTextStyle); in doNotify()
381 builder.setStyle(bigPictureStyle); in doNotify()
385 builder.setStyle(inboxStyle); in doNotify()
395 builder.setStyle(messagingStyle); in doNotify()
399 builder.setStyle(mediaStyle); in doNotify()
/frameworks/base/core/java/android/view/
DRoundScrollbarRenderer.java48 mThumbPaint.setStyle(Paint.Style.STROKE); in RoundScrollbarRenderer()
53 mTrackPaint.setStyle(Paint.Style.STROKE); in RoundScrollbarRenderer()
/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/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
DTitleBar.java38 setStyle("windowTitleBackgroundStyle"); in TitleBar()
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DKeyguardClockSwitchTest.java251 mKeyguardClockSwitch.setStyle(style); in setStyle_defaultClockSetStyle()
253 verify(paint).setStyle(style); in setStyle_defaultClockSetStyle()
264 mKeyguardClockSwitch.setStyle(style); in setStyle_pluginClockSetStyle()
266 verify(plugin).setStyle(style); in setStyle_pluginClockSetStyle()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardClockSwitch.java255 mClockPlugin.setStyle(getPaint().getStyle()); in setClockPlugin()
280 public void setStyle(Style style) { in setStyle() method in KeyguardClockSwitch
281 mClockView.getPaint().setStyle(style); in setStyle()
282 mClockViewBold.getPaint().setStyle(style); in setStyle()
284 mClockPlugin.setStyle(style); in setStyle()
/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/plugin/src/com/android/systemui/plugins/
DClockPlugin.java94 void setStyle(Style style); in setStyle() method
/frameworks/minikin/tests/util/
DFontTestUtils.cpp97 fonts.push_back(Font::Builder(minikinFont).setStyle(style).build()); in getFontFamilies()
102 fonts.push_back(Font::Builder(minikinFont).setStyle(style).build()); in getFontFamilies()

123456