Home
last modified time | relevance | path

Searched refs:getOpacity (Results 1 – 25 of 82) sorted by relevance

1234

/aosp14/frameworks/base/graphics/java/android/graphics/drawable/
H A DClipDrawable.java161 public int getOpacity() { in getOpacity() method in ClipDrawable
163 final int opacity = dr.getOpacity(); in getOpacity()
170 return dr.getOpacity(); in getOpacity()
H A DPictureDrawable.java85 public int getOpacity() { in getOpacity() method in PictureDrawable
H A DColorStateListDrawable.java141 public @PixelFormat.Opacity int getOpacity() { in getOpacity() method in ColorStateListDrawable
142 return mColorDrawable.getOpacity(); in getOpacity()
H A DScaleDrawable.java201 public int getOpacity() { in getOpacity() method in ScaleDrawable
207 final int opacity = d.getOpacity(); in getOpacity()
H A DDrawableContainer.java431 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 DActionBarContainer.java407 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 DDrawableWrapperTest.java75 public int getOpacity() { in getOpacity() method in DrawableWrapperTest.CacheXfermodeDrawable
H A DStateListDrawableTest.java93 public int getOpacity() { in getOpacity() method in StateListDrawableTest.MockDrawable
/aosp14/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DColoredShadowsActivity.java66 public int getOpacity() { in getOpacity() method in ColoredShadowsActivity.MyHackyBackground
H A DScrollingStretchSurfaceViewActivity.java105 public int getOpacity() { in getOpacity() method in ScrollingStretchSurfaceViewActivity.LineDrawable
H A DPixelCopyWindow.java75 public int getOpacity() { in onCreate()
/aosp14/frameworks/base/tests/UiBench/src/com/android/test/uibench/
H A DFullscreenOverdrawActivity.java65 public int getOpacity() { in getOpacity() method in FullscreenOverdrawActivity.OverdrawDrawable
H A DSaveLayerInterleaveActivity.java47 public int getOpacity() { in onCreate()
/aosp14/frameworks/base/packages/EasterEgg/src/com/android/egg/paint/
H A DBrushPropertyDrawable.kt85 override fun getOpacity(): Int {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DUdfpsDrawable.kt91 override fun getOpacity(): Int = 0
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DTiledImageDrawable.java115 public int getOpacity() { in getOpacity() method in TiledImageDrawable
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
H A DKeyguardIndicationTest.java106 public int getOpacity() {
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DSplashscreenIconDrawableFactory.java154 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 DKeyguardUserSwitcherScrim.java80 public int getOpacity() { in getOpacity() method in KeyguardUserSwitcherScrim
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DHardwareBgDrawable.java111 public int getOpacity() { in getOpacity() method in HardwareBgDrawable
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/
H A DDreamOverlayDotImageView.java115 public int getOpacity() { in getOpacity() method in DreamOverlayDotImageView.DotDrawable
/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/shadow/
H A DDoubleShadowIconDrawable.kt118 override fun getOpacity(): Int {
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/drawable/
H A DCircleFramedDrawable.java113 public int getOpacity() { in getOpacity() method in CircleFramedDrawable
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DDebugDrawable.java149 public int getOpacity() { in getOpacity() method in DebugDrawable
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/decor/
H A DDebugRoundedCornerDelegate.kt205 override fun getOpacity(): Int = PixelFormat.OPAQUE

1234