Home
last modified time | relevance | path

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

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DCanvas_Delegate.java677 style == Paint.Style.FILL_AND_STROKE.nativeInt) { in native_drawRect()
683 style == Paint.Style.FILL_AND_STROKE.nativeInt) { in native_drawRect()
701 style == Paint.Style.FILL_AND_STROKE.nativeInt) { in native_drawOval()
707 style == Paint.Style.FILL_AND_STROKE.nativeInt) { in native_drawOval()
741 style == Paint.Style.FILL_AND_STROKE.nativeInt) { in native_drawArc()
746 style == Paint.Style.FILL_AND_STROKE.nativeInt) { in native_drawArc()
765 style == Paint.Style.FILL_AND_STROKE.nativeInt) { in native_drawRoundRect()
773 style == Paint.Style.FILL_AND_STROKE.nativeInt) { in native_drawRoundRect()
797 style == Paint.Style.FILL_AND_STROKE.nativeInt) { in native_drawPath()
802 style == Paint.Style.FILL_AND_STROKE.nativeInt) { in native_drawPath()
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DShapesActivity.java53 mNormalPaint.setStyle(Paint.Style.FILL_AND_STROKE); in ShapesView()
DTextActivity.java80 mMediumPaint.setStyle(Paint.Style.FILL_AND_STROKE); in onDraw()
/frameworks/base/graphics/java/android/graphics/
DPaint.java74 Style.FILL, Style.STROKE, Style.FILL_AND_STROKE
248 FILL_AND_STROKE (2); enumConstant
/frameworks/base/core/java/android/widget/
DFastScroller.java283 mPaint.setStyle(Paint.Style.FILL_AND_STROKE); in init()
/frameworks/base/api/
Dcurrent.txt8409 enum_constant public static final android.graphics.Paint.Style FILL_AND_STROKE;
D14.txt8409 enum_constant public static final android.graphics.Paint.Style FILL_AND_STROKE;