Searched defs:OPAQUE (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
H A DPixelFormat.java27 @IntDef({UNKNOWN, TRANSLUCENT, TRANSPARENT, OPAQUE})
45 public static final int OPAQUE = -1; field in class:PixelFormat
/frameworks/base/core/java/android/view/
H A DSurfaceControl.java149 * <li>OPAQUE + alpha(1.0) == opaque composition
150 * <li>OPAQUE + alpha(0.x) == blended composition
151 * <li>!OPAQUE + alpha(1.0) == blended composition
152 * <li>!OPAQUE + alpha(0.x) == blended composition
154 * If the underlying buffer lacks an alpha channel, the OPAQUE flag is effectively
157 public static final int OPAQUE = 0x00000400; field in class:SurfaceControl
207 * Updates the value set during Surface creation (see {@link #OPAQUE}).
500 * Surface with the {@link #OPAQUE} flag.
H A DView.java13763 if (mBackground != null && mBackground.getOpacity() == PixelFormat.OPAQUE) {
23087 private static final float[] OPAQUE = { 255 }; field in class:View.ScrollabilityCache
23161 interpolator.setKeyFrame(framesCount++, nextFrame, OPAQUE);

Completed in 1784 milliseconds