HomeSort by relevance Sort by last modified time
    Searched defs:SQUARE (Results 1 - 11 of 11) sorted by null

  /cts/tests/tests/graphics/src/android/graphics/cts/
PathDashPathEffectTest.java 38 private static final int SQUARE = 10;
65 RectF rect = new RectF(0, HEIGHT / 2 - SQUARE, 0, HEIGHT / 2 + SQUARE);
66 for (int i = 0; i <= WIDTH + SQUARE; i += ADVANCE) {
67 rect.left = i - SQUARE;
68 rect.right = i + SQUARE;
92 p.addRect(new RectF(-SQUARE, -SQUARE, SQUARE, SQUARE), Direction.CCW)
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/drawable/shapes/cts/
ArcShapeTest.java 74 final int SQUARE = Math.min(TEST_WIDTH, TEST_HEIGHT);
77 arcShape.resize(SQUARE, SQUARE); // half circle
81 for (int i = 0; i < SQUARE; i++) {
86 assertEquals((double)SQUARE / 2 / Math.sqrt(2), count, TOLERANCE);
OvalShapeTest.java 69 final int SQUARE = Math.min(TEST_WIDTH, TEST_HEIGHT);
71 ovalShape.resize(SQUARE, SQUARE); // circle
75 for (int i = 0; i < SQUARE; i++) {
80 assertEquals((double)SQUARE / Math.sqrt(2), count, TOLERANCE);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/configurations/
ScreenOrientationQualifier.java 39 SQUARE("square", "Square"); //$NON-NLS-1$
  /frameworks/base/graphics/java/android/graphics/
Paint.java 47 Cap.BUTT, Cap.ROUND, Cap.SQUARE
121 * The stroke projects out as a square, with the center at the end
124 SQUARE (2);
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Paint.java 117 * The stroke projects out as a square, with the center at the end
125 SQUARE (2);
140 case SQUARE:
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 303 milliseconds