/frameworks/base/graphics/java/android/graphics/drawable/shapes/ |
D | Shape.java | 34 public abstract class Shape implements Cloneable { class 115 public Shape clone() throws CloneNotSupportedException { in clone() 116 return (Shape) super.clone(); in clone()
|
D | PathShape.java | 31 public class PathShape extends Shape {
|
D | RectShape.java | 31 public class RectShape extends Shape {
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
D | GcSnapshot.java | 41 import java.awt.Shape; 185 void setClip(Shape clipShape) { in setClip() 198 public void clip(Shape shape) { in clip() 322 Shape currentClip = baseLayer.getGraphics().getClip(); in GcSnapshot() 486 public boolean clip(Shape shape, int regionOp) { in clip() 495 Shape currentClip = getClip(); in clip() 516 Shape currentClip = getClip(); in clip() 536 public Shape getClip() { in getClip() 720 Shape clip = getClip(); in doRestore()
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | ShapeDrawable.java | 38 import android.graphics.drawable.shapes.Shape; 93 public ShapeDrawable(Shape s) { in ShapeDrawable() 102 public Shape getShape() { in getShape() 109 public void setShape(Shape s) { in setShape() 225 protected void onDraw(Shape shape, Canvas canvas, Paint paint) { in onDraw() 541 Shape mShape;
|
D | GradientDrawable.java | 118 public @interface Shape {} annotation in GradientDrawable 427 public void setShape(@Shape int shape) { in setShape() 441 @Shape 1777 public @Shape int mShape = RECTANGLE; 2011 public void setShape(@Shape int shape) {
|
/frameworks/base/libs/hwui/ |
D | PathCache.cpp | 46 static bool compareRoundRects(const PathDescription::Shape::RoundRect& lhs, in compareRoundRects() 47 const PathDescription::Shape::RoundRect& rhs) { in compareRoundRects() 51 static bool compareArcs(const PathDescription::Shape::Arc& lhs, const PathDescription::Shape::Arc& … in compareArcs() 69 memset(&shape, 0, sizeof(Shape)); in PathDescription() 81 memset(&shape, 0, sizeof(Shape)); in PathDescription() 92 hash = JenkinsHashMixBytes(hash, (uint8_t*) &shape, sizeof(Shape)); in hash()
|
D | TessellationCache.cpp | 45 memset(&shape, 0, sizeof(Shape)); in Description() 56 memset(&shape, 0, sizeof(Shape)); in Description() 68 const Shape::RoundRect& lRect = shape.roundRect; in operator ==() 69 const Shape::RoundRect& rRect = rhs.shape.roundRect; in operator ==() 85 hash = JenkinsHashMixBytes(hash, (uint8_t*) &shape, sizeof(Shape)); in hash()
|
D | TessellationCache.h | 67 union Shape { union
|
D | PathCache.h | 137 union Shape { union
|
/frameworks/base/core/java/android/widget/ |
D | RatingBar.java | 22 import android.graphics.drawable.shapes.Shape; 251 Shape getDrawableShape() { in getDrawableShape()
|
D | ProgressBar.java | 38 import android.graphics.drawable.shapes.Shape; 489 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; 792 Shape strokeShape = stroke.createStrokedShape(srcPath.getJavaShape()); in nGetFillPath()
|
D | BaseCanvas_Delegate.java | 326 Shape shape = pathDelegate.getJavaShape(); in nDrawPath()
|
/frameworks/base/ |
D | preloaded-classes | 1127 android.graphics.drawable.shapes.Shape
|
D | compiled-classes-phone | 1468 android.graphics.drawable.shapes.Shape
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 11954 ctor public ShapeDrawable(android.graphics.drawable.shapes.Shape); 11959 method public android.graphics.drawable.shapes.Shape getShape(); 11961 …method protected void onDraw(android.graphics.drawable.shapes.Shape, android.graphics.Canvas, andr… 11969 method public void setShape(android.graphics.drawable.shapes.Shape); 12011 public class PathShape extends android.graphics.drawable.shapes.Shape { 12016 public class RectShape extends android.graphics.drawable.shapes.Shape { 12026 public abstract class Shape implements java.lang.Cloneable { 12027 ctor public Shape(); 12028 …method public android.graphics.drawable.shapes.Shape clone() throws java.lang.CloneNotSupportedExc…
|
/frameworks/base/api/ |
D | current.txt | 14281 ctor public ShapeDrawable(android.graphics.drawable.shapes.Shape); 14286 method public android.graphics.drawable.shapes.Shape getShape(); 14288 …method protected void onDraw(android.graphics.drawable.shapes.Shape, android.graphics.Canvas, andr… 14296 method public void setShape(android.graphics.drawable.shapes.Shape); 14340 public class PathShape extends android.graphics.drawable.shapes.Shape { 14345 public class RectShape extends android.graphics.drawable.shapes.Shape { 14355 public abstract class Shape implements java.lang.Cloneable { 14356 ctor public Shape(); 14357 …method public android.graphics.drawable.shapes.Shape clone() throws java.lang.CloneNotSupportedExc…
|
D | system-current.txt | 15061 ctor public ShapeDrawable(android.graphics.drawable.shapes.Shape); 15066 method public android.graphics.drawable.shapes.Shape getShape(); 15068 …method protected void onDraw(android.graphics.drawable.shapes.Shape, android.graphics.Canvas, andr… 15076 method public void setShape(android.graphics.drawable.shapes.Shape); 15120 public class PathShape extends android.graphics.drawable.shapes.Shape { 15125 public class RectShape extends android.graphics.drawable.shapes.Shape { 15135 public abstract class Shape implements java.lang.Cloneable { 15136 ctor public Shape(); 15137 …method public android.graphics.drawable.shapes.Shape clone() throws java.lang.CloneNotSupportedExc…
|