Home
last modified time | relevance | path

Searched refs:withAlpha (Results 1 – 17 of 17) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/common/
DThemeUtils.kt40 internal fun @receiver:ColorInt Int.withAlpha(@IntRange(from = 0, to = 255) alpha: Int): Int = in isLight() method
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
DMaximizeMenu.kt67 import com.android.wm.shell.windowdecor.common.withAlpha in <lambda>()
432 semiActiveSnapSideColor = colorScheme.primary.toArgb().withAlpha(OPACITY_40), in calculateMenuStyle()
437 activeBackgroundColor = colorScheme.primary.toArgb().withAlpha(OPACITY_12) in calculateMenuStyle()
500 val activeBackground = colorScheme.primary.toArgb().withAlpha(OPACITY_12) in createMaximizeDrawable()
DMaximizeButtonView.kt118 .withAlpha(OPACITY_15) in setAnimationTints()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/
DKeyguardSurfaceBehindParamsApplier.kt219 .withAlpha(alpha) in <lambda>()
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DActivityTransitionAnimator.kt1188 .withAlpha(alpha) in applyStateToWindow()
1227 .withAlpha(NAV_FADE_IN_INTERPOLATOR.getInterpolation(fadeInProgress)) in applyStateToNavigationBar()
1239 params.withAlpha(1f - NAV_FADE_OUT_INTERPOLATOR.getInterpolation(fadeOutProgress)) in applyStateToNavigationBar()
/frameworks/base/core/java/android/view/
DSyncRtSurfaceTransactionApplier.java188 public Builder withAlpha(float alpha) { in withAlpha() method in SyncRtSurfaceTransactionApplier.SurfaceParams.Builder
DInsetsAnimationControlImpl.java494 .withAlpha(alpha) in updateLeashesForSide()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardUnlockAnimationController.kt918 .withAlpha(animationAlpha) in <lambda>()
947 .withAlpha(animationAlpha) in <lambda>()
DWindowManagerOcclusionManager.kt216 .withAlpha(animatedValue) in <lambda>()
DKeyguardViewMediator.java1186 .withAlpha(animation.getAnimatedFraction());
1300 .withAlpha(animatedValue);
1358 .withAlpha(alpha).build(); in getRemoteSurfaceAlphaApplier()
3214 .withAlpha(animation.getAnimatedFraction())
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/viewholder/
DAppHeaderViewHolder.kt193 val colorStateList = ColorStateList.valueOf(foregroundColor).withAlpha(foregroundAlpha) in bindDataWithThemedHeaders()
/frameworks/base/core/java/android/content/res/
DColorStateList.java308 public ColorStateList withAlpha(int alpha) { in withAlpha() method in ColorStateList
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/boot/
Dboot-image-profile.txt16833 HSPLandroid/view/SyncRtSurfaceTransactionApplier$SurfaceParams$Builder;->withAlpha(F)Landroid/view/…
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt9083 method public android.content.res.ColorStateList withAlpha(int);
/frameworks/base/config/
Dboot-image-profile.txt16897 HSPLandroid/view/SyncRtSurfaceTransactionApplier$SurfaceParams$Builder;->withAlpha(F)Landroid/view/…
/frameworks/base/core/api/
Dcurrent.txt13758 method @NonNull public android.content.res.ColorStateList withAlpha(int);