Home
last modified time | relevance | path

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

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DCanvas_Delegate.java595 style == Paint.Style.FILL_AND_STROKE.nativeInt) { in native_drawRect()
601 style == Paint.Style.FILL_AND_STROKE.nativeInt) { in native_drawRect()
621 style == Paint.Style.FILL_AND_STROKE.nativeInt) { in native_drawOval()
627 style == Paint.Style.FILL_AND_STROKE.nativeInt) { in native_drawOval()
663 style == Paint.Style.FILL_AND_STROKE.nativeInt) { in native_drawArc()
668 style == Paint.Style.FILL_AND_STROKE.nativeInt) { in native_drawArc()
688 style == Paint.Style.FILL_AND_STROKE.nativeInt) { in native_drawRoundRect()
696 style == Paint.Style.FILL_AND_STROKE.nativeInt) { in native_drawRoundRect()
746 style == Paint.Style.FILL_AND_STROKE.nativeInt) { in native_drawPath()
751 style == Paint.Style.FILL_AND_STROKE.nativeInt) { in native_drawPath()
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DPathDestructionActivity.java55 fillAndStrokePaint.setStyle(Paint.Style.FILL_AND_STROKE); in MyView()
DTextActivity.java89 mMediumPaint.setStyle(Paint.Style.FILL_AND_STROKE); in onDraw()
DShapesActivity.java55 mNormalPaint.setStyle(Paint.Style.FILL_AND_STROKE); in ShapesView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DBatteryMeterDrawable.java134 mFramePaint.setStyle(Paint.Style.FILL_AND_STROKE); in BatteryMeterDrawable()
139 mBatteryPaint.setStyle(Paint.Style.FILL_AND_STROKE); in BatteryMeterDrawable()
/frameworks/base/core/java/com/android/internal/widget/
DSubtitleView.java329 textPaint.setStyle(Style.FILL_AND_STROKE); in onDraw()
/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
DDisplayModifier.java116 paint.setStyle(Paint.Style.FILL_AND_STROKE);
/frameworks/base/graphics/java/android/graphics/
DPaint.java89 Style.FILL, Style.STROKE, Style.FILL_AND_STROKE
361 FILL_AND_STROKE (2); enumConstant
/frameworks/base/media/java/android/media/
DClosedCaptionRenderer.java1353 textPaint.setStyle(Paint.Style.FILL_AND_STROKE); in drawEdgeOutline()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt11116 enum_constant public static final android.graphics.Paint.Style FILL_AND_STROKE;
/frameworks/base/api/
Dcurrent.txt12159 enum_constant public static final android.graphics.Paint.Style FILL_AND_STROKE;
Dtest-current.txt12172 enum_constant public static final android.graphics.Paint.Style FILL_AND_STROKE;
Dsystem-current.txt12598 enum_constant public static final android.graphics.Paint.Style FILL_AND_STROKE;