/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 | 39 import java.awt.Shape; 182 void setClip(Shape clipShape) { in setClip() 195 public void clip(Shape shape) { in clip() 319 Shape currentClip = baseLayer.getGraphics().getClip(); in GcSnapshot() 483 public boolean clip(Shape shape, int regionOp) { in clip() 492 Shape currentClip = getClip(); in clip() 513 Shape currentClip = getClip(); in clip() 533 public Shape getClip() { in getClip() 691 Shape clip = getClip(); in doRestore()
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | ShapeDrawable.java | 32 import android.graphics.drawable.shapes.Shape; 87 public ShapeDrawable(Shape s) { in ShapeDrawable() 96 public Shape getShape() { in getShape() 103 public void setShape(Shape s) { in setShape() 219 protected void onDraw(Shape shape, Canvas canvas, Paint paint) { in onDraw() 525 Shape mShape;
|
/frameworks/base/core/java/android/widget/ |
D | RatingBar.java | 22 import android.graphics.drawable.shapes.Shape; 248 Shape getDrawableShape() { in getDrawableShape()
|
D | ProgressBar.java | 41 import android.graphics.drawable.shapes.Shape; 455 Shape getDrawableShape() { in getDrawableShape()
|
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/ |
D | TintRatingBar.java | 30 import android.graphics.drawable.shapes.Shape; 146 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 | 27 import java.awt.Shape; 70 public Shape getJavaShape() { in getJavaShape() 74 public void setJavaShape(Shape shape) { in setJavaShape()
|
D | Paint_Delegate.java | 31 import java.awt.Shape; 802 Shape strokeShape = stroke.createStrokedShape(srcPath.getJavaShape()); in native_getFillPath()
|
D | Canvas_Delegate.java | 34 import java.awt.Shape; 703 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/libs/hwui/ |
D | TessellationCache.cpp | 45 memset(&shape, 0, sizeof(Shape)); in Description() 55 memset(&shape, 0, sizeof(Shape)); in Description() 66 hash = JenkinsHashMixBytes(hash, (uint8_t*) &shape, sizeof(Shape)); in hash()
|
D | PathCache.cpp | 52 memset(&shape, 0, sizeof(Shape)); in PathDescription() 63 memset(&shape, 0, sizeof(Shape)); in PathDescription() 74 hash = JenkinsHashMixBytes(hash, (uint8_t*) &shape, sizeof(Shape)); in hash()
|
D | TessellationCache.h | 62 union Shape { union
|
D | PathCache.h | 119 union Shape { union
|
/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> 167 <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> 332 <h2 id="shape-drawable">Shape Drawable</h2> 412 section about Shape Drawables in the <a 414 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 | 51 <dt><a href="#Shape">Shape Drawable</a></dt> 1434 <h2 id="Shape">Shape Drawable</h2>
|
/frameworks/base/ |
D | preloaded-classes | 766 android.graphics.drawable.shapes.Shape
|
/frameworks/base/docs/html/sdk/api_diff/21/ |
D | missingSinces.txt | 508 NO DOC BLOCK: android.graphics.drawable.shapes.Shape Method getOutline(android.graphics.Outline)
|