/aosp14/frameworks/base/graphics/java/android/graphics/drawable/ |
H A D | ClipDrawable.java | 161 public int getOpacity() { in getOpacity() method in ClipDrawable 163 final int opacity = dr.getOpacity(); in getOpacity() 170 return dr.getOpacity(); in getOpacity()
|
H A D | PictureDrawable.java | 85 public int getOpacity() { in getOpacity() method in PictureDrawable
|
H A D | ColorStateListDrawable.java | 141 public @PixelFormat.Opacity int getOpacity() { in getOpacity() method in ColorStateListDrawable 142 return mColorDrawable.getOpacity(); in getOpacity()
|
H A D | ScaleDrawable.java | 201 public int getOpacity() { in getOpacity() method in ScaleDrawable 207 final int opacity = d.getOpacity(); in getOpacity()
|
H A D | DrawableContainer.java | 431 public int getOpacity() { in getOpacity() method in DrawableContainer 433 mDrawableContainerState.getOpacity(); in getOpacity() 1157 public final int getOpacity() { in getOpacity() method in DrawableContainer.DrawableContainerState 1166 int op = (N > 0) ? drawables[0].getOpacity() : PixelFormat.TRANSPARENT; in getOpacity() 1168 op = Drawable.resolveOpacity(op, drawables[i].getOpacity()); in getOpacity()
|
/aosp14/frameworks/base/core/java/com/android/internal/widget/ |
H A D | ActionBarContainer.java | 407 public int getOpacity() { in getOpacity() method in ActionBarContainer.ActionBarBackgroundDrawable 410 && mSplitBackground.getOpacity() == PixelFormat.OPAQUE) { in getOpacity() 415 || mStackedBackground.getOpacity() != PixelFormat.OPAQUE)) { in getOpacity() 419 && mBackground.getOpacity() == PixelFormat.OPAQUE) { in getOpacity()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/graphics/drawable/ |
H A D | DrawableWrapperTest.java | 75 public int getOpacity() { in getOpacity() method in DrawableWrapperTest.CacheXfermodeDrawable
|
H A D | StateListDrawableTest.java | 93 public int getOpacity() { in getOpacity() method in StateListDrawableTest.MockDrawable
|
/aosp14/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
H A D | ColoredShadowsActivity.java | 66 public int getOpacity() { in getOpacity() method in ColoredShadowsActivity.MyHackyBackground
|
H A D | ScrollingStretchSurfaceViewActivity.java | 105 public int getOpacity() { in getOpacity() method in ScrollingStretchSurfaceViewActivity.LineDrawable
|
H A D | PixelCopyWindow.java | 75 public int getOpacity() { in onCreate()
|
/aosp14/frameworks/base/tests/UiBench/src/com/android/test/uibench/ |
H A D | FullscreenOverdrawActivity.java | 65 public int getOpacity() { in getOpacity() method in FullscreenOverdrawActivity.OverdrawDrawable
|
H A D | SaveLayerInterleaveActivity.java | 47 public int getOpacity() { in onCreate()
|
/aosp14/frameworks/base/packages/EasterEgg/src/com/android/egg/paint/ |
H A D | BrushPropertyDrawable.kt | 85 override fun getOpacity(): Int {
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
H A D | UdfpsDrawable.kt | 91 override fun getOpacity(): Int = 0
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
H A D | TiledImageDrawable.java | 115 public int getOpacity() { in getOpacity() method in TiledImageDrawable
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ |
H A D | KeyguardIndicationTest.java | 106 public int getOpacity() {
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/ |
H A D | SplashscreenIconDrawableFactory.java | 154 public int getOpacity() { in getOpacity() method in SplashscreenIconDrawableFactory.ImmobileIconDrawable 222 public int getOpacity() { in getOpacity() method in SplashscreenIconDrawableFactory.MaskBackgroundDrawable
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
H A D | KeyguardUserSwitcherScrim.java | 80 public int getOpacity() { in getOpacity() method in KeyguardUserSwitcherScrim
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
H A D | HardwareBgDrawable.java | 111 public int getOpacity() { in getOpacity() method in HardwareBgDrawable
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/ |
H A D | DreamOverlayDotImageView.java | 115 public int getOpacity() { in getOpacity() method in DreamOverlayDotImageView.DotDrawable
|
/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/shadow/ |
H A D | DoubleShadowIconDrawable.kt | 118 override fun getOpacity(): Int {
|
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/drawable/ |
H A D | CircleFramedDrawable.java | 113 public int getOpacity() { in getOpacity() method in CircleFramedDrawable
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
H A D | DebugDrawable.java | 149 public int getOpacity() { in getOpacity() method in DebugDrawable
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/decor/ |
H A D | DebugRoundedCornerDelegate.kt | 205 override fun getOpacity(): Int = PixelFormat.OPAQUE
|