HomeSort by relevance Sort by last modified time
    Searched defs:GradientPaint (Results 1 - 2 of 2) sorted by null

  /frameworks/base/awt/java/awt/
GradientPaint.java 28 * The GradientPaint class defines a way to fill a Shape with a linear color
31 * The GradientPaint's fill pattern is determined by two points and two colors,
50 public class GradientPaint implements Paint {
79 * Instantiates a new GradientPaint with cyclic or acyclic mode.
93 public GradientPaint(Point2D point1, Color color1, Point2D point2, Color color2, boolean cyclic) {
111 * Instantiates a new GradientPaint with cyclic or acyclic mode; points are
130 public GradientPaint(float x1, float y1, Color color1, float x2, float y2, Color color2,
136 * Instantiates a new acyclic GradientPaint; points are specified by
152 public GradientPaint(float x1, float y1, Color color1, float x2, float y2, Color color2) {
157 * Instantiates a new acyclic GradientPaint
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
GradientShader.java 71 protected abstract static class GradientPaint implements java.awt.Paint {
79 protected GradientPaint(int[] colors, float[] positions, TileMode tileMode) {

Completed in 42 milliseconds