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

/frameworks/base/graphics/java/android/graphics/
H A DPixelFormat.java26 @IntDef({UNKNOWN, TRANSLUCENT, TRANSPARENT, OPAQUE})
49 public static final int OPAQUE = -1; field in class:PixelFormat
/frameworks/base/core/java/android/view/
H A DSurfaceControl.java171 * <li>OPAQUE + alpha(1.0) == opaque composition
172 * <li>OPAQUE + alpha(0.x) == blended composition
173 * <li>!OPAQUE + alpha(1.0) == blended composition
174 * <li>!OPAQUE + alpha(0.x) == blended composition
176 * If the underlying buffer lacks an alpha channel, the OPAQUE flag is effectively
179 public static final int OPAQUE = 0x00000400; field in class:SurfaceControl
229 * Updates the value set during Surface creation (see {@link #OPAQUE}).
580 * Surface with the {@link #OPAQUE} flag.
H A DView.java15698 if (mBackground != null && mBackground.getOpacity() == PixelFormat.OPAQUE) {
25650 private static final float[] OPAQUE = { 255 }; field in class:View.ScrollabilityCache
25726 interpolator.setKeyFrame(framesCount++, nextFrame, OPAQUE);

Completed in 898 milliseconds