Searched defs:Shape (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/graphics/java/android/graphics/drawable/shapes/
H A DShape.java27 * Any Shape can be drawn to a Canvas with its own draw() method, but more
31 * Custom Shape classes must implement {@link #clone()} and return an instance
32 * of the custom Shape class.
34 public abstract class Shape implements Cloneable { class in inherits:Cloneable
39 * Returns the width of the Shape.
46 * Returns the height of the Shape.
85 * Checks whether the Shape is opaque.
99 * @param width the new width of the Shape
100 * @param height the new height of the Shape
115 public Shape clon
[all...]
/frameworks/base/libs/hwui/
H A DTessellationCache.h67 union Shape { union in struct:android::uirenderer::TessellationCache::Description
H A DPathCache.h137 union Shape { union in struct:android::uirenderer::PathDescription
/frameworks/base/graphics/java/android/graphics/drawable/
H A DGradientDrawable.java96 * Shape is a rectangle, possibly with rounded corners
101 * Shape is an ellipse
106 * Shape is a line
111 * Shape is a ring.
118 public @interface Shape {} interface in class:GradientDrawable
427 public void setShape(@Shape int shape) {
441 @Shape
1777 public @Shape int mShape = RECTANGLE;
2011 public void setShape(@Shape int shape) {

Completed in 3114 milliseconds