/aosp12/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 159 case PixelFormat.TRANSLUCENT: in formatHasAlpha() 200 case TRANSLUCENT: in formatToString()
|
/aosp12/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()
|
/aosp12/frameworks/base/packages/EasterEgg/src/com/android/egg/paint/ |
H A D | BrushPropertyDrawable.kt | 21 import android.graphics.PixelFormat.TRANSLUCENT 86 return TRANSLUCENT
|
/aosp12/packages/apps/Car/Hvac/src/com/android/car/hvac/ |
H A D | HvacUiService.java | 122 PixelFormat.TRANSLUCENT); in onCreate() 163 PixelFormat.TRANSLUCENT); in layoutHvacUi() 325 PixelFormat.TRANSLUCENT); in createTemperatureBarLayoutParams()
|
/aosp12/frameworks/base/tests/testables/src/android/testing/ |
H A D | ViewUtils.java | 40 0, PixelFormat.TRANSLUCENT); in attachView()
|
/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/headsup/ |
H A D | CarHeadsUpNotificationAppContainer.java | 45 PixelFormat.TRANSLUCENT); in getWindowManagerLayoutParams()
|
/aosp12/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()
|
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/ |
H A D | BasePreviewActivity.java | 48 getWindow().setFormat(PixelFormat.TRANSLUCENT); in onCreate()
|
/aosp12/frameworks/base/core/tests/coretests/src/android/view/ |
H A D | ViewAttachTest.java | 81 PixelFormat.TRANSLUCENT); in testRoundScrollbars()
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/ |
H A D | WindowThumbnail.java | 43 .setFormat(PixelFormat.TRANSLUCENT) in createAndAttach()
|
/aosp12/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
H A D | ColoredShadowsActivity.java | 67 return PixelFormat.TRANSLUCENT; in getOpacity()
|
/aosp12/frameworks/base/core/proto/android/graphics/ |
H A D | pixelformat.proto | 24 TRANSLUCENT = -3; enumerator
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/graphics/ |
H A D | ShiftedBitmapDrawable.java | 76 return PixelFormat.TRANSLUCENT; in getOpacity()
|
H A D | FastScrollThumbDrawable.java | 87 return PixelFormat.TRANSLUCENT; in getOpacity()
|
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/notification/ |
H A D | CarHeadsUpNotificationSystemContainer.java | 63 PixelFormat.TRANSLUCENT); in getWindowManagerLayoutParams()
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/ |
H A D | PipMenuController.java | 106 PixelFormat.TRANSLUCENT); in getPipMenuLayoutParams()
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/ |
H A D | ScreenshotUtils.java | 70 .setFormat(PixelFormat.TRANSLUCENT) in accept()
|
/aosp12/packages/apps/ThemePicker/src/com/android/customization/widget/ |
H A D | GridTileDrawable.java | 79 return PixelFormat.TRANSLUCENT; in getOpacity()
|
/aosp12/packages/apps/EmergencyInfo/EmergencyGestureAction/src/com/android/emergency/widgets/countdown/ |
H A D | CountDownAnimationView.java | 56 getHolder().setFormat(PixelFormat.TRANSLUCENT); in CountDownAnimationView()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
H A D | KeyguardUserSwitcherScrim.java | 81 return PixelFormat.TRANSLUCENT; in getOpacity()
|
/aosp12/packages/apps/Settings/src/com/android/settings/gestures/ |
H A D | BackGestureIndicatorView.java | 100 PixelFormat.TRANSLUCENT); in getLayoutParams()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/power/ |
H A D | InattentiveSleepWarningView.java | 126 PixelFormat.TRANSLUCENT); in getLayoutParams()
|
/aosp12/packages/apps/Camera2/src/com/android/camera/ui/ |
H A D | AnimatedCircleDrawable.java | 61 return PixelFormat.TRANSLUCENT; in getOpacity()
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/legacysplitscreen/ |
H A D | DividerWindowManager.java | 60 PixelFormat.TRANSLUCENT); in add()
|