Searched refs:SQUARE (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/graphics/ |
D | PathOffsetTest.java | 33 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/ |
D | PointsActivity.java | 107 p.setStrokeCap(Paint.Cap.SQUARE); in onDraw()
|
/frameworks/layoutlib/bridge/src/android/graphics/drawable/ |
D | VectorDrawable_Delegate.java | 58 import static android.graphics.Paint.Cap.SQUARE; 669 case SQUARE: in getStrokeLineCap() 687 mStrokeLineCap = SQUARE; in setStrokeLineCap()
|
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
D | RenderAction.java | 387 case SQUARE: in getConfiguration()
|
/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/ |
D | DisplayModifier.java | 179 paint.setStrokeCap(Paint.Cap.SQUARE);
|
/frameworks/base/graphics/java/android/graphics/ |
D | Paint.java | 109 Cap.BUTT, Cap.ROUND, Cap.SQUARE 510 SQUARE (2); enumConstant
|
/frameworks/layoutlib/bridge/src/android/graphics/ |
D | Paint_Delegate.java | 204 case SQUARE: in getJavaCap()
|
/frameworks/base/core/api/ |
D | current.txt | 15719 enum_constant public static final android.graphics.Paint.Cap SQUARE;
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 11083 enum_constant public static final android.graphics.Paint.Cap SQUARE;
|