Searched defs:SRC (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
H A DPorterDuff.java26 SRC (1), enum constant in enum:PorterDuff.Mode
/frameworks/base/awt/java/awt/
H A DAlphaComposite.java48 * The Constant SRC indicates that the source is copied to the destination
51 public static final int SRC = 2; field in class:AlphaComposite
127 * AlphaComposite object with the opaque SRC rule and an alpha of 1.0f.
129 public static final AlphaComposite Src = new AlphaComposite(SRC);
324 case SRC:

Completed in 203 milliseconds