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

/frameworks/base/awt/java/awt/
H A DTransparency.java45 * The Constant TRANSLUCENT represents data which alpha value can vary
48 public static final int TRANSLUCENT = 3; field in interface:Transparency
53 * @return the transparency mode: OPAQUE, BITMASK or TRANSLUCENT.
/frameworks/base/graphics/java/android/graphics/
H A DPixelFormat.java27 public static final int TRANSLUCENT = -3; field in class:PixelFormat
90 case PixelFormat.TRANSLUCENT:

Completed in 708 milliseconds