Home
last modified time | relevance | path

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

12

/cts/tests/tests/graphics/src/android/graphics/cts/
DPaint_StyleTest.java53 p.setStyle(actual[0]); in testValues()
55 p.setStyle(actual[1]); in testValues()
57 p.setStyle(actual[2]); in testValues()
DCornerPathEffectTest.java60 pathPaint.setStyle(Style.STROKE); in testCornerPathEffect()
81 expectedPaint.setStyle(Style.STROKE); in testCornerPathEffect()
DDiscretePathEffectTest.java56 paint.setStyle(Style.STROKE); in testDiscretePathEffect()
73 paint.setStyle(Style.STROKE); in testDiscretePathEffect()
DComposePathEffectTest.java83 paint.setStyle(Paint.Style.STROKE); in makePaint()
DSumPathEffectTest.java61 paint.setStyle(Paint.Style.STROKE); in testSumPathEffect()
DDashPathEffectTest.java61 paint.setStyle(Style.STROKE); in testDashPathEffect()
DEmbossMaskFilterTest.java54 paint.setStyle(Paint.Style.STROKE); in testEmbossMaskFilter()
DPictureTest.java143 paint.setStyle(Style.FILL); in drawPicture()
/cts/tests/tests/systemui/src/android/systemui/cts/
DWindowInsetsPresenterDrawable.java61 mMandatorySystemGesturePaint.setStyle(Paint.Style.STROKE); in WindowInsetsPresenterDrawable()
68 mSystemGesturePaint.setStyle(Paint.Style.STROKE); in WindowInsetsPresenterDrawable()
75 mTappableElementPaint.setStyle(Paint.Style.STROKE); in WindowInsetsPresenterDrawable()
81 mSystemWindowPaint.setStyle(Paint.Style.STROKE); in WindowInsetsPresenterDrawable()
88 mTouchPaint.setStyle(Paint.Style.FILL_AND_STROKE); in WindowInsetsPresenterDrawable()
94 mTouchTrackPaint.setStyle(Paint.Style.STROKE); in WindowInsetsPresenterDrawable()
/cts/tests/tests/media/src/android/media/cts/
DFaceView.java49 mPInnerBullsEye.setStyle(Paint.Style.FILL); in FaceView()
52 mPOuterBullsEye.setStyle(Paint.Style.STROKE); in FaceView()
55 mTmpPaint.setStyle(Paint.Style.STROKE); in FaceView()
/cts/tests/tests/graphics/jni/
Dandroid_graphics_fonts_cts_SystemFonts.cpp110 FontMatcher& setStyle(uint16_t weight, bool italic) { in setStyle() function in __anon6417662e0111::FontMatcher
196 .setStyle(weight, italic) in nMatchFamilyStyleCharacter()
210 .setStyle(weight, italic) in nMatchFamilyStyleCharacter_runLength()
/cts/tests/app/src/android/app/cts/
DNotificationTest.java283 builder.setStyle(ms);
341 .setStyle(messagingStyle)
366 .setStyle(messagingStyle)
387 .setStyle(messagingStyle)
402 .setStyle(messagingStyle)
418 .setStyle(messagingStyle)
434 .setStyle(messagingStyle)
457 .setStyle(messagingStyle)
600 .setStyle(new Notification.BigTextStyle().setBigContentTitle("Big content")) in testBuildStrictMode()
DNotificationManagerTest.java1526 .setStyle(new Notification.MediaStyle() in testMediaStyle()
1551 .setStyle(new Notification.InboxStyle().addLine("line") in testInboxStyle()
1575 .setStyle(new Notification.BigTextStyle() in testBigTextStyle()
1601 .setStyle(new Notification.BigPictureStyle() in testBigPictureStyle()
2458 .setStyle(new Notification.MessagingStyle(person) in testNotificationManagerBubblePolicy_flagForMessage_failsNoRemoteInput()
2497 .setStyle(new Notification.MessagingStyle(person) in testNotificationManagerBubblePolicy_flagForMessage_succeeds()
2761 .setStyle(new Notification.MessagingStyle(person) in testNotificationManagerBubblePolicy_noFlag_notEmbeddable()
2801 .setStyle(new Notification.MessagingStyle(person) in testNotificationManagerBubblePolicy_noFlag_notDocumentLaunchModeAlways()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/
DCameraPreviewView.java45 mPaint.setStyle(Paint.Style.STROKE); in onDraw()
/cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/
DDisplayModifier.java107 paint.setStyle(Paint.Style.FILL);
113 paint.setStyle(Paint.Style.STROKE);
119 paint.setStyle(Paint.Style.FILL_AND_STROKE);
/cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/touch/
DTouchPointView.java58 mPaint.setStyle(Paint.Style.FILL); in TouchPointView()
/cts/tests/tests/view/src/android/view/cts/util/
DDrawingUtils.java59 goldenPaint.setStyle(Paint.Style.FILL_AND_STROKE); in assertAllPixelsOfColor()
/cts/tests/tests/graphics/src/android/graphics/drawable/shapes/cts/
DArcShapeTest.java76 paint.setStyle(Style.FILL); in testDraw()
DPathShapeTest.java70 paint.setStyle(Style.FILL); in testDraw()
DOvalShapeTest.java61 paint.setStyle(Style.FILL); in testDraw()
DShapeTest.java114 paint.setStyle(Style.FILL); in testDraw()
DRectShapeTest.java68 paint.setStyle(Style.FILL); in testDraw()
DRoundRectShapeTest.java82 paint.setStyle(Style.FILL); in testDraw()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DUtils.java96 .setStyle(new Notification.BigTextStyle().bigText(msg)) in showBugreportNotification()
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DPathClippingTests.java57 paint.setStyle(Paint.Style.STROKE);

12