Searched refs:OPAQUE (Results 1 - 25 of 46) sorted by relevance

12

/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/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardPreviewContainer.java55 return android.graphics.PixelFormat.OPAQUE;
/frameworks/base/tests/UiBench/src/com/android/test/uibench/
H A DFullscreenOverdrawActivity.java66 return PixelFormat.OPAQUE;
/frameworks/base/core/java/com/android/internal/widget/
H A DBackgroundFallback.java67 childBg.getOpacity() != PixelFormat.OPAQUE) {
H A DActionBarContainer.java410 && mSplitBackground.getOpacity() == PixelFormat.OPAQUE) {
411 return PixelFormat.OPAQUE;
415 || mStackedBackground.getOpacity() != PixelFormat.OPAQUE)) {
419 && mBackground.getOpacity() == PixelFormat.OPAQUE) {
420 return PixelFormat.OPAQUE;
/frameworks/base/services/core/java/com/android/server/wm/
H A DBlackFrame.java19 import static android.graphics.PixelFormat.OPAQUE;
57 w, h, OPAQUE, FX_SURFACE_DIM | SurfaceControl.HIDDEN);
60 w, h, OPAQUE, FX_SURFACE_DIM | SurfaceControl.HIDDEN);
H A DDimLayer.java103 16, 16, PixelFormat.OPAQUE,
107 16, 16, PixelFormat.OPAQUE,
H A DScreenRotationAnimation.java269 PixelFormat.OPAQUE, flags);
275 PixelFormat.OPAQUE, flags);
/frameworks/base/tests/SurfaceComposition/src/android/surfacecomposition/
H A DSurfaceCompositionTest.java45 PixelFormat.OPAQUE,
H A DSurfaceCompositionMeasuringActivity.java81 PixelFormat.OPAQUE,
557 case PixelFormat.OPAQUE:
558 return "OPAQUE";
/frameworks/base/core/java/com/android/internal/view/
H A DBaseSurfaceHolder.java45 protected int mRequestedFormat = PixelFormat.OPAQUE;
/frameworks/base/core/java/android/view/
H A DWindowManager.java1503 * {@link android.graphics.PixelFormat}. Default is OPAQUE.
1749 format = PixelFormat.OPAQUE;
1755 format = PixelFormat.OPAQUE;
1762 format = PixelFormat.OPAQUE;
2211 if (format != PixelFormat.OPAQUE) {
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.
/frameworks/base/graphics/java/android/graphics/drawable/
H A DColorDrawable.java218 return PixelFormat.OPAQUE;
H A DScaleDrawable.java205 if (opacity == PixelFormat.OPAQUE && d.getLevel() < MAX_LEVEL) {
H A DRippleDrawable.java808 if (mMask.getOpacity() == PixelFormat.OPAQUE) {
820 if (array[i].mDrawable.getOpacity() != PixelFormat.OPAQUE) {
H A DInsetDrawable.java202 if (opacity == PixelFormat.OPAQUE && (state.mInsetLeft > 0 || state.mInsetTop > 0
H A DShapeDrawable.java317 return PixelFormat.OPAQUE;
/frameworks/support/v4/donut/android/support/v4/graphics/drawable/
H A DRoundedBitmapDrawable.java372 ? PixelFormat.TRANSLUCENT : PixelFormat.OPAQUE;
/frameworks/base/services/core/java/com/android/server/display/
H A DColorFade.java581 flags = SurfaceControl.OPAQUE | SurfaceControl.HIDDEN;
585 PixelFormat.OPAQUE, flags);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DFakeShadowDrawable.java170 return PixelFormat.OPAQUE;
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DMultiProducerActivity.java342 return mRect == null || mRect.isEmpty() ? PixelFormat.OPAQUE : PixelFormat.TRANSLUCENT;
/frameworks/ex/framesequence/src/android/support/rastermill/
H A DFrameSequenceDrawable.java480 return mFrameSequence.isOpaque() ? PixelFormat.OPAQUE : PixelFormat.TRANSPARENT;
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
H A DBasicBitmapDrawable.java441 PixelFormat.TRANSLUCENT : PixelFormat.OPAQUE;
/frameworks/base/core/java/android/app/
H A DLauncherActivity.java300 final Bitmap.Config c = icon.getOpacity() != PixelFormat.OPAQUE ?

Completed in 1114 milliseconds

12