Home
last modified time | relevance | path

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

/aosp12/frameworks/layoutlib/bridge/src/android/graphics/
H A DBaseCanvas_Delegate.java230 style == Paint.Style.FILL_AND_STROKE.nativeInt) { in nDrawRect()
236 style == Paint.Style.FILL_AND_STROKE.nativeInt) { in nDrawRect()
253 style == Paint.Style.FILL_AND_STROKE.nativeInt) { in nDrawOval()
259 style == Paint.Style.FILL_AND_STROKE.nativeInt) { in nDrawOval()
292 style == Paint.Style.FILL_AND_STROKE.nativeInt) { in nDrawArc()
314 style == Paint.Style.FILL_AND_STROKE.nativeInt) { in nDrawRoundRect()
322 style == Paint.Style.FILL_AND_STROKE.nativeInt) { in nDrawRoundRect()
359 style == Paint.Style.FILL_AND_STROKE.nativeInt) { in nDrawDoubleRoundRect()
365 style == Paint.Style.FILL_AND_STROKE.nativeInt) { in nDrawDoubleRoundRect()
412 style == Paint.Style.FILL_AND_STROKE.nativeInt) { in nDrawPath()
[all …]
/aosp12/packages/apps/DevCamera/src/com/android/devcamera/
H A DPreviewOverlay.java170 mPaint2.setStyle(Paint.Style.FILL_AND_STROKE); in onDraw()
174 mPaint2.setStyle(Paint.Style.FILL_AND_STROKE); in onDraw()
184 mPaint2.setStyle(Paint.Style.FILL_AND_STROKE); in onDraw()
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/graph/
H A DThemedBatteryDrawable.kt134 p.style = Paint.Style.FILL_AND_STROKE
142 p.style = Paint.Style.FILL_AND_STROKE
152 p.style = Paint.Style.FILL_AND_STROKE
H A DBatteryMeterDrawableBase.java133 mFramePaint.setStyle(Paint.Style.FILL_AND_STROKE); in BatteryMeterDrawableBase()
138 mBatteryPaint.setStyle(Paint.Style.FILL_AND_STROKE); in BatteryMeterDrawableBase()
/aosp12/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DPathDestructionActivity.java57 fillAndStrokePaint.setStyle(Paint.Style.FILL_AND_STROKE); in MyView()
H A DTextActivity.java89 mMediumPaint.setStyle(Paint.Style.FILL_AND_STROKE); in onDraw()
H A DShapesActivity.java55 mNormalPaint.setStyle(Paint.Style.FILL_AND_STROKE); in ShapesView()
/aosp12/packages/apps/Car/tests/RotaryPlayground/src/com/android/car/rotaryplayground/
H A DDirectManipulationView.java115 mPaint.setStyle(Paint.Style.FILL_AND_STROKE); in init()
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/ui/
H A DFramedTextButton.java121 gPaint.setStyle(Paint.Style.FILL_AND_STROKE); in onDraw()
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/notification/
H A DConversationIconFactory.java158 mPaddingPaint.setStyle(Paint.Style.FILL_AND_STROKE); in ConversationIconDrawable()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
H A DPeopleStoryIconFactory.java123 mPriorityRingPaint.setStyle(Paint.Style.FILL_AND_STROKE); in PeopleStoryIconDrawable()
/aosp12/packages/apps/Calendar/src/com/android/calendar/month/
H A DMonthWeekEventsView.java463 mDNATimePaint.setStyle(Style.FILL_AND_STROKE); in initView()
467 mDNAAllDayPaint.setStyle(Style.FILL_AND_STROKE); in initView()
901 boxStyle = Style.FILL_AND_STROKE; in drawEvent()
/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer/text/
H A DSubtitleView.java300 textPaint.setStyle(Style.FILL_AND_STROKE); in onDraw()
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DSubtitleView.java332 textPaint.setStyle(Style.FILL_AND_STROKE); in onDraw()
H A DPointerLocationView.java205 mSystemGestureExclusionPaint.setStyle(Paint.Style.FILL_AND_STROKE); in PointerLocationView()
209 mSystemGestureExclusionRejectedPaint.setStyle(Paint.Style.FILL_AND_STROKE); in PointerLocationView()
/aosp12/packages/apps/Settings/src/com/android/settings/network/telephony/
H A DRenameMobileNetworkDialogFragment.java259 mDrawable.getPaint().setStyle(Paint.Style.FILL_AND_STROKE); in Color()
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
H A DImageStraighten.java267 mPaint.setStyle(Paint.Style.FILL_AND_STROKE); in onDraw()
/aosp12/packages/apps/LegacyCamera/src/com/android/camera/ui/
H A DIndicatorControlWheel.java475 mBackgroundPaint.setStyle(Paint.Style.FILL_AND_STROKE); in onDraw()
/aosp12/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
H A DDisplayModifier.java116 paint.setStyle(Paint.Style.FILL_AND_STROKE);
/aosp12/frameworks/base/graphics/java/android/graphics/
H A DPaint.java106 Style.FILL, Style.STROKE, Style.FILL_AND_STROKE
484 FILL_AND_STROKE (2); enumConstant
/aosp12/frameworks/base/media/java/android/media/
H A DClosedCaptionRenderer.java1353 textPaint.setStyle(Paint.Style.FILL_AND_STROKE); in drawEdgeOutline()
/aosp12/packages/apps/Calendar/src/com/android/calendar/
H A DDayView.java2799 p.setStyle(Style.FILL_AND_STROKE); in drawEventRect()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt15755 enum_constant public static final android.graphics.Paint.Style FILL_AND_STROKE;
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt11116 enum_constant public static final android.graphics.Paint.Style FILL_AND_STROKE;