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

/frameworks/base/graphics/java/android/graphics/drawable/shapes/
H A DShape.java26 * Any Shape can be drawn to a Canvas with its own draw() method,
30 public abstract class Shape implements Cloneable { class in inherits:Cloneable
35 * Returns the width of the Shape.
42 * Returns the height of the Shape.
79 * Checks whether the Shape is opaque.
91 * @param width the new width of the Shape
92 * @param height the new height of the Shape
105 public Shape clone() throws CloneNotSupportedException {
106 return (Shape) super.clone();
/frameworks/base/libs/hwui/
H A DTessellationCache.h68 union Shape { union in struct:android::uirenderer::TessellationCache::Description
H A DPathCache.h131 union Shape { union in struct:android::uirenderer::PathDescription
262 ALOGW("Shape too large to be rendered into a texture (%dx%d, max=%dx%d)",
/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
426 public void setShape(@Shape int shape) {
440 @Shape
1739 public @Shape int mShape = RECTANGLE;
1973 public void setShape(@Shape int shape) {

Completed in 2444 milliseconds