Home
last modified time | relevance | path

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

123456

/aosp12/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
159 case PixelFormat.TRANSLUCENT: in formatHasAlpha()
200 case TRANSLUCENT: in formatToString()
/aosp12/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()
/aosp12/frameworks/base/packages/EasterEgg/src/com/android/egg/paint/
H A DBrushPropertyDrawable.kt21 import android.graphics.PixelFormat.TRANSLUCENT
86 return TRANSLUCENT
/aosp12/packages/apps/Car/Hvac/src/com/android/car/hvac/
H A DHvacUiService.java122 PixelFormat.TRANSLUCENT); in onCreate()
163 PixelFormat.TRANSLUCENT); in layoutHvacUi()
325 PixelFormat.TRANSLUCENT); in createTemperatureBarLayoutParams()
/aosp12/frameworks/base/tests/testables/src/android/testing/
H A DViewUtils.java40 0, PixelFormat.TRANSLUCENT); in attachView()
/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/headsup/
H A DCarHeadsUpNotificationAppContainer.java45 PixelFormat.TRANSLUCENT); in getWindowManagerLayoutParams()
/aosp12/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()
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
H A DBasePreviewActivity.java48 getWindow().setFormat(PixelFormat.TRANSLUCENT); in onCreate()
/aosp12/frameworks/base/core/tests/coretests/src/android/view/
H A DViewAttachTest.java81 PixelFormat.TRANSLUCENT); in testRoundScrollbars()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
H A DWindowThumbnail.java43 .setFormat(PixelFormat.TRANSLUCENT) in createAndAttach()
/aosp12/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DColoredShadowsActivity.java67 return PixelFormat.TRANSLUCENT; in getOpacity()
/aosp12/frameworks/base/core/proto/android/graphics/
H A Dpixelformat.proto24 TRANSLUCENT = -3; enumerator
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/graphics/
H A DShiftedBitmapDrawable.java76 return PixelFormat.TRANSLUCENT; in getOpacity()
H A DFastScrollThumbDrawable.java87 return PixelFormat.TRANSLUCENT; in getOpacity()
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/notification/
H A DCarHeadsUpNotificationSystemContainer.java63 PixelFormat.TRANSLUCENT); in getWindowManagerLayoutParams()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
H A DPipMenuController.java106 PixelFormat.TRANSLUCENT); in getPipMenuLayoutParams()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
H A DScreenshotUtils.java70 .setFormat(PixelFormat.TRANSLUCENT) in accept()
/aosp12/packages/apps/ThemePicker/src/com/android/customization/widget/
H A DGridTileDrawable.java79 return PixelFormat.TRANSLUCENT; in getOpacity()
/aosp12/packages/apps/EmergencyInfo/EmergencyGestureAction/src/com/android/emergency/widgets/countdown/
H A DCountDownAnimationView.java56 getHolder().setFormat(PixelFormat.TRANSLUCENT); in CountDownAnimationView()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyguardUserSwitcherScrim.java81 return PixelFormat.TRANSLUCENT; in getOpacity()
/aosp12/packages/apps/Settings/src/com/android/settings/gestures/
H A DBackGestureIndicatorView.java100 PixelFormat.TRANSLUCENT); in getLayoutParams()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
H A DInattentiveSleepWarningView.java126 PixelFormat.TRANSLUCENT); in getLayoutParams()
/aosp12/packages/apps/Camera2/src/com/android/camera/ui/
H A DAnimatedCircleDrawable.java61 return PixelFormat.TRANSLUCENT; in getOpacity()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/legacysplitscreen/
H A DDividerWindowManager.java60 PixelFormat.TRANSLUCENT); in add()

123456