Home
last modified time | relevance | path

Searched refs:Shape (Results 1 – 25 of 28) 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.java39 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/
DShapeDrawable.java32 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/
DRatingBar.java22 import android.graphics.drawable.shapes.Shape;
248 Shape getDrawableShape() { in getDrawableShape()
DProgressBar.java41 import android.graphics.drawable.shapes.Shape;
455 Shape getDrawableShape() { in getDrawableShape()
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
DTintRatingBar.java30 import android.graphics.drawable.shapes.Shape;
146 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.java27 import java.awt.Shape;
70 public Shape getJavaShape() { in getJavaShape()
74 public void setJavaShape(Shape shape) { in setJavaShape()
DPaint_Delegate.java31 import java.awt.Shape;
802 Shape strokeShape = stroke.createStrokedShape(srcPath.getJavaShape()); in native_getFillPath()
DCanvas_Delegate.java34 import java.awt.Shape;
703 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/libs/hwui/
DTessellationCache.cpp45 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()
DPathCache.cpp52 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()
DTessellationCache.h62 union Shape { union
DPathCache.h119 union Shape { union
/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>
167 <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>
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>
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.jd51 <dt><a href="#Shape">Shape Drawable</a></dt>
1434 <h2 id="Shape">Shape Drawable</h2>
/frameworks/base/
Dpreloaded-classes766 android.graphics.drawable.shapes.Shape
/frameworks/base/docs/html/sdk/api_diff/21/
DmissingSinces.txt508 NO DOC BLOCK: android.graphics.drawable.shapes.Shape Method getOutline(android.graphics.Outline)

12