Home
last modified time | relevance | path

Searched refs:SQUARE (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/graphics/
DPathOffsetTest.java33 private static final int SQUARE = 10; field in PathOffsetTest
45 actualPath.addRect(START_X, START_Y, START_X + SQUARE, START_Y + SQUARE, Direction.CW); in testPathOffset()
51 expectedPath.addRect(START_X + OFFSET_X, START_Y + OFFSET_Y, START_X + OFFSET_X + SQUARE, in testPathOffset()
52 START_Y + OFFSET_Y + SQUARE, Direction.CW); in testPathOffset()
61 initialPath.addRect(START_X, START_Y, START_X + SQUARE, START_Y + SQUARE, Direction.CW); in testPathOffsetWithDestination()
69 expectedPath.addRect(START_X + OFFSET_X, START_Y + OFFSET_Y, START_X + OFFSET_X + SQUARE, in testPathOffsetWithDestination()
70 START_Y + OFFSET_Y + SQUARE, Direction.CW); in testPathOffsetWithDestination()
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DPointsActivity.java107 p.setStrokeCap(Paint.Cap.SQUARE); in onDraw()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DRenderAction.java383 case SQUARE: in getConfiguration()
/frameworks/layoutlib/bridge/src/android/graphics/drawable/
DVectorDrawable_Delegate.java58 import static android.graphics.Paint.Cap.SQUARE;
669 case SQUARE: in getStrokeLineCap()
687 mStrokeLineCap = SQUARE; in setStrokeLineCap()
/frameworks/base/core/java/com/android/internal/app/
DPlatLogoActivity.java61 sPaint.setStrokeCap(Paint.Cap.SQUARE);
/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
DDisplayModifier.java179 paint.setStrokeCap(Paint.Cap.SQUARE);
/frameworks/base/graphics/java/android/graphics/
DPaint.java109 Cap.BUTT, Cap.ROUND, Cap.SQUARE
488 SQUARE (2); enumConstant
/frameworks/layoutlib/bridge/src/android/graphics/
DPaint_Delegate.java204 case SQUARE: in getJavaCap()
/frameworks/base/api/
Dcurrent.txt14612 enum_constant public static final android.graphics.Paint.Cap SQUARE;
17900 field public static final int SQUARE = 13; // 0xd
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt11083 enum_constant public static final android.graphics.Paint.Cap SQUARE;