/frameworks/base/graphics/java/android/graphics/drawable/shapes/ |
D | Shape.java | 30 public abstract class Shape implements Cloneable { class 105 public Shape clone() throws CloneNotSupportedException { in clone() 106 return (Shape) super.clone(); in clone()
|
D | PathShape.java | 29 public class PathShape extends Shape {
|
D | RectShape.java | 30 public class RectShape extends Shape {
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
D | GcSnapshot.java | 40 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/ |
D | ShapeDrawable.java | 33 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;
|
D | GradientDrawable.java | 118 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/ |
D | PathCache.cpp | 44 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()
|
D | TessellationCache.cpp | 46 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()
|
D | TessellationCache.h | 68 union Shape { union
|
D | PathCache.h | 131 union Shape { union
|
/frameworks/base/core/java/android/widget/ |
D | RatingBar.java | 22 import android.graphics.drawable.shapes.Shape; 246 Shape getDrawableShape() { in getDrawableShape()
|
D | ProgressBar.java | 40 import android.graphics.drawable.shapes.Shape; 527 Shape getDrawableShape() { in getDrawableShape()
|
/frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
D | AppCompatProgressBarHelper.java | 29 import android.graphics.drawable.shapes.Shape; 138 private Shape getDrawableShape() { in getDrawableShape()
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
D | Region_Delegate.java | 27 import java.awt.Shape; 79 public static Area combineShapes(Shape shape1, Shape shape2, int regionOp) { in combineShapes()
|
D | Path_Delegate.java | 28 import java.awt.Shape; 82 public void setJavaShape(Shape shape) { in setJavaShape()
|
D | Paint_Delegate.java | 33 import java.awt.Shape; 803 Shape strokeShape = stroke.createStrokedShape(srcPath.getJavaShape()); in nGetFillPath()
|
D | Canvas_Delegate.java | 36 import java.awt.Shape; 717 Shape shape = pathDelegate.getJavaShape(); in native_drawPath()
|
/frameworks/base/docs/html/training/graphics/opengl/ |
D | motion.jd | 18 <li><a href="#rotate-gl1">Rotate a Shape</a></li> 46 <h2 id="rotate">Rotate a Shape</h2>
|
D | draw.jd | 19 <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/ |
D | issues.jd | 9 <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/ |
D | layouts.jd | 11 <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/ |
D | 2d-graphics.jd | 22 <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>
|
D | opengl.jd | 21 <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/ |
D | drawable-resource.jd | 52 <dt><a href="#Shape">Shape Drawable</a></dt> 1435 <h2 id="Shape">Shape Drawable</h2>
|
/frameworks/base/ |
D | preloaded-classes | 958 android.graphics.drawable.shapes.Shape
|