/aosp14/frameworks/base/graphics/java/android/graphics/ |
H A D | PixelFormat.java | 26 @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 D | SurfaceCompositionTest.java | 44 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 D | BrushPropertyDrawable.kt | 21 import android.graphics.PixelFormat.TRANSLUCENT 86 return TRANSLUCENT
|
/aosp14/frameworks/base/tests/testables/src/android/testing/ |
H A D | ViewUtils.java | 40 0, PixelFormat.TRANSLUCENT); in attachView()
|
/aosp14/frameworks/base/graphics/java/android/graphics/drawable/ |
H A D | PictureDrawable.java | 87 return PixelFormat.TRANSLUCENT; in getOpacity()
|
H A D | ColorDrawable.java | 269 return PixelFormat.TRANSLUCENT; in getOpacity() 278 return PixelFormat.TRANSLUCENT; in getOpacity()
|
H A D | Drawable.java | 1023 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 D | SurfaceSyncGroupTests.java | 80 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 D | ViewAttachTest.java | 81 PixelFormat.TRANSLUCENT); in testRoundScrollbars()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/ |
H A D | WindowThumbnail.java | 43 .setFormat(PixelFormat.TRANSLUCENT) in createAndAttach()
|
/aosp14/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
H A D | ColoredShadowsActivity.java | 67 return PixelFormat.TRANSLUCENT; in getOpacity()
|
H A D | PixelCopyWindow.java | 76 return PixelFormat.TRANSLUCENT; in onCreate()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
H A D | FloatingWindowUtil.java | 54 PixelFormat.TRANSLUCENT); in getFloatingWindowParams()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/ |
H A D | MenuViewLayerController.java | 76 PixelFormat.TRANSLUCENT); in createDefaultLayerLayoutParams()
|
/aosp14/frameworks/base/core/proto/android/graphics/ |
H A D | pixelformat.proto | 24 TRANSLUCENT = -3; enumerator
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/ |
H A D | PipMenuController.java | 119 PixelFormat.TRANSLUCENT); in getPipMenuLayoutParams()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/ |
H A D | ScreenshotUtils.java | 71 .setFormat(PixelFormat.TRANSLUCENT) in accept()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
H A D | KeyguardUserSwitcherScrim.java | 81 return PixelFormat.TRANSLUCENT; in getOpacity()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/power/ |
H A D | InattentiveSleepWarningView.java | 126 PixelFormat.TRANSLUCENT); in getLayoutParams()
|
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/drawable/ |
H A D | CircleFramedDrawable.java | 114 return PixelFormat.TRANSLUCENT; in getOpacity()
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | EmulatorDisplayOverlay.java | 65 .setFormat(PixelFormat.TRANSLUCENT) in EmulatorDisplayOverlay()
|
H A D | StrictModeFlash.java | 51 .setFormat(PixelFormat.TRANSLUCENT) in StrictModeFlash()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/ |
H A D | WindowlessSplashWindowCreator.java | 85 PixelFormat.TRANSLUCENT, new Binder()); in addSplashScreenStartingWindow()
|
/aosp14/frameworks/base/core/java/com/android/internal/view/ |
H A D | TooltipPopup.java | 57 mLayoutParams.format = PixelFormat.TRANSLUCENT; in TooltipPopup()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/tv/ |
H A D | TvSplitMenuController.java | 92 PixelFormat.TRANSLUCENT); in addSplitMenuViewToSystemWindows()
|