Home
last modified time | relevance | path

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

123456789

/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.java125 .setStyle(new Notification.MediaStyle() in setUp()
134 .setStyle(new Notification.MessagingStyle("sender!")).build(); in setUp()
182 .setStyle(new Notification.InboxStyle().setSummaryText("message!")).build(); in setUp()
200 .setStyle(new Notification.MediaStyle()) in setUp()
/frameworks/support/wear/src/androidTest/java/androidx/wear/widget/drawer/
DWearableDrawerLayoutEspressoTest.java89 new DrawerTestActivity.Builder().setStyle(DrawerStyle.BOTH_DRAWER_NAV_SINGLE_PAGE)
189 .setStyle(DrawerStyle.BOTH_DRAWER_NAV_SINGLE_PAGE) in programmaticallySelectingNavItemChangesTextInSinglePage()
209 .setStyle(DrawerStyle.BOTH_DRAWER_NAV_MULTI_PAGE) in programmaticallySelectingNavItemChangesTextInMultiPage()
231 .setStyle(DrawerStyle.BOTH_DRAWER_NAV_SINGLE_PAGE) in navDrawerShouldOpenWhenCalledInOnCreate()
245 .setStyle(DrawerStyle.ONLY_ACTION_DRAWER_WITH_TITLE) in actionDrawerShouldOpenWhenCalledInOnCreate()
259 .setStyle(DrawerStyle.BOTH_DRAWER_NAV_SINGLE_PAGE) in navDrawerShouldOpenWhenCalledInOnCreateAndThenCloseWhenRequested()
278 .setStyle(DrawerStyle.BOTH_DRAWER_NAV_SINGLE_PAGE) in openedNavDrawerShouldPreventSwipeToClose()
348 .setStyle(DrawerStyle.ONLY_ACTION_DRAWER_WITH_TITLE) in tappingActionDrawerPeekIconShouldTriggerFirstAction()
372 .setStyle(DrawerStyle.ONLY_ACTION_DRAWER_WITH_TITLE) in tappingActionDrawerPeekIconShouldTriggerFirstActionAfterItWasOpened()
397 .setStyle(DrawerStyle.ONLY_ACTION_DRAWER_WITH_TITLE) in changingActionDrawerItemShouldUpdateView()
[all …]
/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/TouchLatency/app/src/main/java/com/prefabulated/touchlatency/
DTouchLatencyActivity.java49 mBluePaint.setStyle(Paint.Style.FILL); in TouchLatencyView()
52 mGreenPaint.setStyle(Paint.Style.FILL); in TouchLatencyView()
55 mYellowPaint.setStyle(Paint.Style.FILL); in TouchLatencyView()
58 mRedPaint.setStyle(Paint.Style.FILL); in TouchLatencyView()
/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/base/libs/hwui/tests/unit/
DBakedOpStateTests.cpp151 strokedPaint.setStyle(SkPaint::kStroke_Style); in TEST()
221 paint.setStyle(SkPaint::kStrokeAndFill_Style); in TEST()
236 paint.setStyle(SkPaint::kStrokeAndFill_Style); in TEST()
251 paint.setStyle(SkPaint::kFill_Style); in TEST()
/frameworks/support/compat/src/androidTest/java/androidx/core/app/
DNotificationCompatTest.java540 .setStyle(messagingStyle) in testMessagingStyle_nullPerson()
567 .setStyle(messagingStyle) in testMessagingStyle_message()
606 .setStyle(messagingStyle) in testMessagingStyle_isGroupConversation()
626 .setStyle(messagingStyle) in testMessagingStyle_isGroupConversation_noConversationTitle()
646 .setStyle(messagingStyle) in testMessagingStyle_isGroupConversation_withConversationTitle_legacy()
666 .setStyle(messagingStyle) in testMessagingStyle_isGroupConversation_withoutConversationTitle_legacy()
688 .setStyle(messagingStyle) in testMessagingStyle_isGroupConversation_withConversationTitle_legacyWithOverride()
710 .setStyle(messagingStyle) in testMessagingStyle_isGroupConversation_withoutTitle_legacyWithOverride()
734 .setStyle(messagingStyle) in testMessagingStyle_applyNoTitleAndNotGroup()
759 .setStyle(messagingStyle) in testMessagingStyle_applyNoTitleAndNotGroup_legacy()
[all …]
/frameworks/support/slices/view/src/main/java/androidx/slice/widget/
DLargeTemplateView.java162 public void setStyle(AttributeSet attrs, int defStyleAttrs, int defStyleRes) { in setStyle() method in LargeTemplateView
163 super.setStyle(attrs, defStyleAttrs, defStyleRes); in setStyle()
164 mAdapter.setStyle(attrs, defStyleAttrs, defStyleRes); in setStyle()
/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.java214 paint.setStyle(Paint.Style.FILL); in drawLeadingMargin()
245 paint.setStyle(style); in drawLeadingMargin()
/frameworks/base/core/tests/coretests/src/android/app/
DNotificationTest.java231 .setStyle(messagingStyle) in messagingStyle_isGroupConversation()
247 .setStyle(messagingStyle) in messagingStyle_isGroupConversation_noConversationTitle()
264 .setStyle(messagingStyle) in messagingStyle_isGroupConversation_withConversationTitle_legacy()
281 .setStyle(messagingStyle) in messagingStyle_isGroupConversation_withoutConversationTitle_legacy()
328 .setStyle(new Notification.MediaStyle().setMediaSession(session.getSessionToken())); in getMediaNotification()
/frameworks/base/core/java/android/view/
DRoundScrollbarRenderer.java47 mThumbPaint.setStyle(Paint.Style.STROKE); in RoundScrollbarRenderer()
52 mTrackPaint.setStyle(Paint.Style.STROKE); in RoundScrollbarRenderer()
/frameworks/support/media/src/main/java/androidx/media/subtitle/
DClosedCaptionRenderer.java243 textPaint.setStyle(Paint.Style.FILL_AND_STROKE); in drawEdgeOutline()
252 textPaint.setStyle(previousStyle); in drawEdgeOutline()
269 textPaint.setStyle(Paint.Style.FILL); in drawEdgeRaisedOrDepressed()
288 textPaint.setStyle(previousStyle); in drawEdgeRaisedOrDepressed()
/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/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
DTitleBar.java39 setStyle("windowTitleBackgroundStyle"); in TitleBar()

123456789