Home
last modified time | relevance | path

Searched refs:Shape (Results 1 – 25 of 31) sorted by relevance

12

/frameworks/base/graphics/java/android/graphics/drawable/shapes/
DShape.java30 public abstract class Shape implements Cloneable { class
105 public Shape clone() throws CloneNotSupportedException { in clone()
106 return (Shape) super.clone(); in clone()
DPathShape.java29 public class PathShape extends Shape {
DRectShape.java30 public class RectShape extends Shape {
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DGcSnapshot.java40 import java.awt.Shape;
183 void setClip(Shape clipShape) { in setClip()
196 public void clip(Shape shape) { in clip()
320 Shape currentClip = baseLayer.getGraphics().getClip(); in GcSnapshot()
484 public boolean clip(Shape shape, int regionOp) { in clip()
493 Shape currentClip = getClip(); in clip()
514 Shape currentClip = getClip(); in clip()
534 public Shape getClip() { in getClip()
717 Shape clip = getClip(); in doRestore()
/frameworks/base/graphics/java/android/graphics/drawable/
DShapeDrawable.java33 import android.graphics.drawable.shapes.Shape;
88 public ShapeDrawable(Shape s) { in ShapeDrawable()
97 public Shape getShape() { in getShape()
104 public void setShape(Shape s) { in setShape()
220 protected void onDraw(Shape shape, Canvas canvas, Paint paint) { in onDraw()
532 Shape mShape;
DGradientDrawable.java118 public @interface Shape {} annotation in GradientDrawable
426 public void setShape(@Shape int shape) { in setShape()
440 @Shape
1767 public @Shape int mShape = RECTANGLE;
2001 public void setShape(@Shape int shape) {
/frameworks/base/libs/hwui/
DPathCache.cpp44 static bool compareRoundRects(const PathDescription::Shape::RoundRect& lhs, in compareRoundRects()
45 const PathDescription::Shape::RoundRect& rhs) { in compareRoundRects()
49 static bool compareArcs(const PathDescription::Shape::Arc& lhs, const PathDescription::Shape::Arc& … in compareArcs()
67 memset(&shape, 0, sizeof(Shape)); in PathDescription()
79 memset(&shape, 0, sizeof(Shape)); in PathDescription()
90 hash = JenkinsHashMixBytes(hash, (uint8_t*) &shape, sizeof(Shape)); in hash()
DTessellationCache.cpp46 memset(&shape, 0, sizeof(Shape)); in Description()
57 memset(&shape, 0, sizeof(Shape)); in Description()
69 const Shape::RoundRect& lRect = shape.roundRect; in operator ==()
70 const Shape::RoundRect& rRect = rhs.shape.roundRect; in operator ==()
86 hash = JenkinsHashMixBytes(hash, (uint8_t*) &shape, sizeof(Shape)); in hash()
DTessellationCache.h68 union Shape { union
DPathCache.h131 union Shape { union
/frameworks/base/core/java/android/widget/
DRatingBar.java22 import android.graphics.drawable.shapes.Shape;
246 Shape getDrawableShape() { in getDrawableShape()
DProgressBar.java40 import android.graphics.drawable.shapes.Shape;
527 Shape getDrawableShape() { in getDrawableShape()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DAppCompatProgressBarHelper.java29 import android.graphics.drawable.shapes.Shape;
138 private Shape getDrawableShape() { in getDrawableShape()
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DRegion_Delegate.java27 import java.awt.Shape;
79 public static Area combineShapes(Shape shape1, Shape shape2, int regionOp) { in combineShapes()
DPath_Delegate.java28 import java.awt.Shape;
82 public void setJavaShape(Shape shape) { in setJavaShape()
DPaint_Delegate.java33 import java.awt.Shape;
803 Shape strokeShape = stroke.createStrokedShape(srcPath.getJavaShape()); in nGetFillPath()
DCanvas_Delegate.java36 import java.awt.Shape;
717 Shape shape = pathDelegate.getJavaShape(); in native_drawPath()
/frameworks/base/docs/html/training/graphics/opengl/
Dmotion.jd18 <li><a href="#rotate-gl1">Rotate a Shape</a></li>
46 <h2 id="rotate">Rotate a Shape</h2>
Ddraw.jd19 <li><a href="#draw">Draw a Shape</a></li>
72 <h2 id="draw">Draw a Shape</h2>
/frameworks/base/docs/html/training/wearables/watch-faces/
Dissues.jd9 <li><a href="#ScreenShape">Detect the Shape of the Screen</a></li>
26 <h2 id="ScreenShape">Detect the Shape of the Screen</h2>
/frameworks/base/docs/html/training/wearables/ui/
Dlayouts.jd11 <li><a href="#same-layout">Use a Shape-Aware Layout</a></li>
172 <h2 id="same-layout">Use a Shape-Aware Layout</h2>
/frameworks/base/docs/html/guide/topics/graphics/
D2d-graphics.jd22 <li><a href="#shape-drawable">Shape Drawable</a></li>
333 <h2 id="shape-drawable">Shape Drawable</h2>
413 section about Shape Drawables in the <a
415 href="{@docRoot}guide/topics/resources/drawable-resource.html#Shape">Drawable Resources</a>
Dopengl.jd21 <li><a href="#faces-winding">Shape Faces and Winding</a></li>
436 <h2 id="faces-winding">Shape Faces and Winding</h2>
/frameworks/base/docs/html/guide/topics/resources/
Ddrawable-resource.jd52 <dt><a href="#Shape">Shape Drawable</a></dt>
1435 <h2 id="Shape">Shape Drawable</h2>
/frameworks/base/
Dpreloaded-classes958 android.graphics.drawable.shapes.Shape

12