Home
last modified time | relevance | path

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

1234567

/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()
DPathOffsetActivity.java46 mPaint.setStyle(Paint.Style.STROKE); in PathsView()
/frameworks/support/wear/tests/src/android/support/wear/widget/drawer/
DWearableDrawerLayoutEspressoTest.java87 new DrawerTestActivity.Builder().setStyle(DrawerStyle.BOTH_DRAWER_NAV_SINGLE_PAGE)
187 .setStyle(DrawerStyle.BOTH_DRAWER_NAV_SINGLE_PAGE) in programmaticallySelectingNavItemChangesTextInSinglePage()
207 .setStyle(DrawerStyle.BOTH_DRAWER_NAV_MULTI_PAGE) in programmaticallySelectingNavItemChangesTextInMultiPage()
229 .setStyle(DrawerStyle.BOTH_DRAWER_NAV_SINGLE_PAGE) in navDrawerShouldOpenWhenCalledInOnCreate()
243 .setStyle(DrawerStyle.ONLY_ACTION_DRAWER_WITH_TITLE) in actionDrawerShouldOpenWhenCalledInOnCreate()
257 .setStyle(DrawerStyle.BOTH_DRAWER_NAV_SINGLE_PAGE) in navDrawerShouldOpenWhenCalledInOnCreateAndThenCloseWhenRequested()
276 .setStyle(DrawerStyle.BOTH_DRAWER_NAV_SINGLE_PAGE) in openedNavDrawerShouldPreventSwipeToClose()
346 .setStyle(DrawerStyle.ONLY_ACTION_DRAWER_WITH_TITLE) in tappingActionDrawerPeekIconShouldTriggerFirstAction()
370 .setStyle(DrawerStyle.ONLY_ACTION_DRAWER_WITH_TITLE) in tappingActionDrawerPeekIconShouldTriggerFirstActionAfterItWasOpened()
395 .setStyle(DrawerStyle.ONLY_ACTION_DRAWER_WITH_TITLE) in changingActionDrawerItemShouldUpdateView()
[all …]
/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/core/java/android/text/style/
DQuoteSpan.java85 p.setStyle(Paint.Style.FILL); in drawLeadingMargin()
90 p.setStyle(style); in drawLeadingMargin()
DBulletSpan.java103 p.setStyle(Paint.Style.FILL); in drawLeadingMargin()
124 p.setStyle(style); in drawLeadingMargin()
/frameworks/base/core/java/com/android/internal/widget/
DSubtitleView.java265 public void setStyle(int styleId) { in setStyle() method in SubtitleView
311 paint.setStyle(Style.FILL); in onDraw()
329 textPaint.setStyle(Style.FILL_AND_STROKE); in onDraw()
344 textPaint.setStyle(Style.FILL); in onDraw()
355 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.cpp162 strokedPaint.setStyle(SkPaint::kStroke_Style); in TEST()
231 paint.setStyle(SkPaint::kStrokeAndFill_Style); in TEST()
245 paint.setStyle(SkPaint::kStrokeAndFill_Style); in TEST()
260 paint.setStyle(SkPaint::kFill_Style); in TEST()
/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/view/
DRoundScrollbarRenderer.java47 mThumbPaint.setStyle(Paint.Style.STROKE); in RoundScrollbarRenderer()
52 mTrackPaint.setStyle(Paint.Style.STROKE); in RoundScrollbarRenderer()
/frameworks/base/services/tests/notification/src/com/android/server/notification/
DNotificationComparatorTest.java122 .setStyle(new Notification.MediaStyle() in setUp()
131 .setStyle(new Notification.MessagingStyle("sender!")).build(); in setUp()
177 .setStyle(new Notification.InboxStyle().setSummaryText("message!")).build(); in setUp()
195 .setStyle(new Notification.MediaStyle()) in setUp()
/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()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DNotificationInflaterTest.java71 .setStyle(new Notification.BigTextStyle().bigText("big text")); in setUp()
206 mBuilder.setStyle(new Notification.MediaStyle()); in doesntReapplyDisallowedRemoteView()
208 mBuilder.setStyle(new Notification.DecoratedCustomViewStyle()); in doesntReapplyDisallowedRemoteView()
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
DMonthView.java288 mMonthTitlePaint.setStyle(Style.FILL); in initView()
295 mMonthTitleBGPaint.setStyle(Style.FILL); in initView()
302 mSelectedCirclePaint.setStyle(Style.FILL); in initView()
310 mMonthDayLabelPaint.setStyle(Style.FILL); in initView()
317 mMonthNumPaint.setStyle(Style.FILL); in initView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/tv/
DPipNotification.java192 mNotificationBuilder.setStyle(new Notification.BigPictureStyle() in notifyPipNotification()
195 mNotificationBuilder.setStyle(null); in notifyPipNotification()
/frameworks/support/wear/src/android/support/wear/widget/drawer/
DPageIndicatorView.java127 mDotPaint.setStyle(Style.FILL); in PageIndicatorView()
131 mDotPaintSelected.setStyle(Style.FILL); in PageIndicatorView()
187 dotPaint.setStyle(Style.FILL); in updateDotPaint()
/frameworks/support/emoji/core/src/android/support/text/emoji/
DTypefaceEmojiSpan.java65 sDebugPaint.setStyle(Paint.Style.FILL); in getDebugPaint()

1234567