Home
last modified time | relevance | path

Searched refs:TRANSLUCENT (Results 1 – 25 of 113) sorted by relevance

12345

/aosp14/frameworks/base/graphics/java/android/graphics/
H A DPixelFormat.java26 @IntDef({UNKNOWN, TRANSLUCENT, TRANSPARENT, OPAQUE})
40 public static final int TRANSLUCENT = -3; field in PixelFormat
166 case PixelFormat.TRANSLUCENT: in formatHasAlpha()
207 case TRANSLUCENT: in formatToString()
/aosp14/frameworks/base/tests/SurfaceComposition/src/android/surfacecomposition/
H A DSurfaceCompositionTest.java44 PixelFormat.TRANSLUCENT,
84 if (pixelFormat == PixelFormat.TRANSLUCENT) { in testSurfaceCompositionPerformance()
108 if (pixelFormat == PixelFormat.TRANSLUCENT) { in testSurfaceAllocationPerformance()
/aosp14/frameworks/base/packages/EasterEgg/src/com/android/egg/paint/
H A DBrushPropertyDrawable.kt21 import android.graphics.PixelFormat.TRANSLUCENT
86 return TRANSLUCENT
/aosp14/frameworks/base/tests/testables/src/android/testing/
H A DViewUtils.java40 0, PixelFormat.TRANSLUCENT); in attachView()
/aosp14/frameworks/base/graphics/java/android/graphics/drawable/
H A DPictureDrawable.java87 return PixelFormat.TRANSLUCENT; in getOpacity()
H A DColorDrawable.java269 return PixelFormat.TRANSLUCENT; in getOpacity()
278 return PixelFormat.TRANSLUCENT; in getOpacity()
H A DDrawable.java1023 if (op1 == PixelFormat.TRANSLUCENT || op2 == PixelFormat.TRANSLUCENT) { in resolveOpacity()
1024 return PixelFormat.TRANSLUCENT; in resolveOpacity()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DSurfaceSyncGroupTests.java80 params.format = PixelFormat.TRANSLUCENT; in testOverlappingSyncsEnsureOrder_WhenTimeout()
120 params.format = PixelFormat.TRANSLUCENT; in testOverlappingSyncsEnsureOrder_WhileHoldingTransaction()
/aosp14/frameworks/base/core/tests/coretests/src/android/view/
H A DViewAttachTest.java81 PixelFormat.TRANSLUCENT); in testRoundScrollbars()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
H A DWindowThumbnail.java43 .setFormat(PixelFormat.TRANSLUCENT) in createAndAttach()
/aosp14/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DColoredShadowsActivity.java67 return PixelFormat.TRANSLUCENT; in getOpacity()
H A DPixelCopyWindow.java76 return PixelFormat.TRANSLUCENT; in onCreate()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DFloatingWindowUtil.java54 PixelFormat.TRANSLUCENT); in getFloatingWindowParams()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/
H A DMenuViewLayerController.java76 PixelFormat.TRANSLUCENT); in createDefaultLayerLayoutParams()
/aosp14/frameworks/base/core/proto/android/graphics/
H A Dpixelformat.proto24 TRANSLUCENT = -3; enumerator
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
H A DPipMenuController.java119 PixelFormat.TRANSLUCENT); in getPipMenuLayoutParams()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
H A DScreenshotUtils.java71 .setFormat(PixelFormat.TRANSLUCENT) in accept()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyguardUserSwitcherScrim.java81 return PixelFormat.TRANSLUCENT; in getOpacity()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
H A DInattentiveSleepWarningView.java126 PixelFormat.TRANSLUCENT); in getLayoutParams()
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/drawable/
H A DCircleFramedDrawable.java114 return PixelFormat.TRANSLUCENT; in getOpacity()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DEmulatorDisplayOverlay.java65 .setFormat(PixelFormat.TRANSLUCENT) in EmulatorDisplayOverlay()
H A DStrictModeFlash.java51 .setFormat(PixelFormat.TRANSLUCENT) in StrictModeFlash()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DWindowlessSplashWindowCreator.java85 PixelFormat.TRANSLUCENT, new Binder()); in addSplashScreenStartingWindow()
/aosp14/frameworks/base/core/java/com/android/internal/view/
H A DTooltipPopup.java57 mLayoutParams.format = PixelFormat.TRANSLUCENT; in TooltipPopup()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/tv/
H A DTvSplitMenuController.java92 PixelFormat.TRANSLUCENT); in addSplitMenuViewToSystemWindows()

12345