HomeSort by relevance Sort by last modified time
    Searched full:corners (Results 26 - 50 of 97) sorted by null

12 3 4

  /packages/apps/DeskClock/res/drawable/
incall_round_button.xml 18 corners of the in-call onscreen touch UI. -->
  /packages/apps/Phone/res/drawable/
incall_round_button.xml 18 corners of the in-call onscreen touch UI. -->
  /frameworks/base/graphics/java/android/graphics/drawable/shapes/
RoundRectShape.java 46 * For no rounded corners on the outer rectangle,
54 * For no rounded corners on the inner rectangle,
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
PaintDrawableTest.java 140 // Test name is not 'corners', and default executing path will load super's method.
150 //If the Tagname is not 'corners',inflateTag will invoke its super's version. and the super
202 gotoTag(parser, "corners");
203 assertTrue(paintDrawable.inflateTag("corners", getContext().getResources(), parser, attr));
  /frameworks/base/awt/java/awt/geom/
RectangularShape.java 186 * Sets the framing rectangle given two opposite corners. Any two corners
219 * Sets the framing rectangle given two opposite corners. Any two corners
  /frameworks/base/awt/java/awt/image/
AffineTransformOp.java 198 float[] corners = { local
202 at.transform(corners, 0, corners, 0, 4);
204 Rectangle2D.Float bounds = new Rectangle2D.Float(corners[0], corners[1], 0, 0);
205 bounds.add(corners[2], corners[3]);
206 bounds.add(corners[4], corners[5]);
207 bounds.add(corners[6], corners[7])
    [all...]
  /frameworks/base/awt/org/apache/harmony/awt/gl/render/
JavaBlitter.java 483 float[] corners = { local
490 at.transform(corners, 0, corners, 0, 4);
492 Rectangle2D.Float bounds = new Rectangle2D.Float(corners[0], corners[1], 0 , 0);
493 bounds.add(corners[2], corners[3]);
494 bounds.add(corners[4], corners[5]);
495 bounds.add(corners[6], corners[7])
    [all...]
  /packages/apps/Browser/src/com/android/browser/
MeshTracker.java 117 // corners
130 // corners
  /external/quake/quake/src/QW/client/
mathlib.c 248 vec3_t corners[2];
254 corners[0][i] = emins[i];
255 corners[1][i] = emaxs[i];
259 corners[1][i] = emins[i];
260 corners[0][i] = emaxs[i];
263 dist = DotProduct (plane->normal, corners[0]) - plane->dist;
264 dist2 = DotProduct (plane->normal, corners[1]) - plane->dist;
  /external/quake/quake/src/WinQuake/
mathlib.cpp 250 vec3_t corners[2];
256 corners[0][i] = emins[i];
257 corners[1][i] = emaxs[i];
261 corners[1][i] = emins[i];
262 corners[0][i] = emaxs[i];
265 dist = DotProduct (plane->normal, corners[0]) - plane->dist;
266 dist2 = DotProduct (plane->normal, corners[1]) - plane->dist;
sv_move.cpp 47 // if all of the points under the corners are solid world, don't bother
49 // the corners must be within 16 of the midpoint
80 // the corners must be within 16 of the midpoint
191 // check point traces down for dangling corners
quake-hipnotic.spec.sh 63 corners.
  /frameworks/base/docs/html/guide/topics/resources/
drawable-resource.jd 33 optionally rounded corners. A {@link android.graphics.drawable.PaintDrawable}.</dd>
329 with optionally rounded corners. This kind of drawable behaves like a color fill.</p>
483 &lt;<a href="#corners-element">corners</a>
633 <dt id="corners-element"><code>&lt;corners&gt;</code></dt>
634 <dd>Creates rounded corners for the shape. Applies only when the shape is a rectangle.
638 <dd><em>Dimension</em>. The radius for all corners, as a dimension value or <a
655 radius greater than zero, or else no corners will be rounded. If you want specific corners
    [all...]
  /packages/apps/Phone/res/values/
styles.xml 198 <!-- Small round ImageButtons at the upper corners of the in-call onscreen touch UI. -->
207 corners of the in-call onscreen touch UI. -->
218 TextView for the small round buttons at the upper corners of the
  /external/proguard/src/proguard/gui/splash/
RectangleSprite.java 63 * Creates a new RectangleSprite with rounded corners.
  /external/quake/quake/src/QW/server/
sv_move.c 47 // if all of the points under the corners are solid world, don't bother
49 // the corners must be within 16 of the midpoint
80 // the corners must be within 16 of the midpoint
191 // check point traces down for dangling corners
  /external/skia/tests/
ClipperTest.cpp 24 // corners
  /frameworks/base/include/ui/
Rect.h 90 // the following 4 functions return the 4 corners of the rect as Point
  /external/webkit/WebKitTools/pywebsocket/example/
echo_client.py 39 This code is far from robust, e.g., we cut corners in handshake.
136 # We cut corners and skip other headers.
  /frameworks/base/awt/java/awt/
Graphics.java 528 * area defined by its corners coordinates and draws the sub-image with the
576 * area defined by its corners coordinates and draws the sub-image. The
680 * Draws the outline of a rectangle with round corners.
691 * the arc width for the corners.
693 * the arc height for the corners.
806 * the arc width at the corners.
808 * the arc height at the corners.
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
Utils.java 49 private static final float[] CORNERS = new float[] {0, 0, 5, 5, 5, 5, 0, 0};
200 d.setCornerRadii(CORNERS);
  /external/webkit/WebCore/platform/graphics/
FloatQuad.h 86 // Tests whether the four corners of other are inside, or coincident with the sides of this quad.
  /external/webkit/WebCore/platform/graphics/android/
android_graphics.cpp 60 #define CURSOR_RING_ROUNDEDNESS SkIntToScalar(5) // used to draw corners
  /frameworks/base/graphics/java/android/graphics/
NinePatch.java 22 * The four corners are unscaled; the four edges are scaled in one axis,
  /frameworks/base/graphics/java/android/graphics/drawable/
GradientDrawable.java 77 * Shape is a rectangle, possibly with rounded corners
174 * Specify radii for each of the 4 corners. For each corner, the array
175 * contains 2 values, [X_radius, Y_radius]. The corners are ordered
183 * Specify radius for the corners of the gradient. If this is > 0, then the
767 } else if (name.equals("corners")) {
    [all...]

Completed in 611 milliseconds

12 3 4