/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/common/ |
D | ThemeUtils.kt | 40 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/ |
D | MaximizeMenu.kt | 67 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()
|
D | MaximizeButtonView.kt | 118 .withAlpha(OPACITY_15) in setAnimationTints()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/ |
D | KeyguardSurfaceBehindParamsApplier.kt | 219 .withAlpha(alpha) in <lambda>()
|
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/ |
D | ActivityTransitionAnimator.kt | 1188 .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/ |
D | SyncRtSurfaceTransactionApplier.java | 188 public Builder withAlpha(float alpha) { in withAlpha() method in SyncRtSurfaceTransactionApplier.SurfaceParams.Builder
|
D | InsetsAnimationControlImpl.java | 494 .withAlpha(alpha) in updateLeashesForSide()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ |
D | KeyguardUnlockAnimationController.kt | 918 .withAlpha(animationAlpha) in <lambda>() 947 .withAlpha(animationAlpha) in <lambda>()
|
D | WindowManagerOcclusionManager.kt | 216 .withAlpha(animatedValue) in <lambda>()
|
D | KeyguardViewMediator.java | 1186 .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/ |
D | AppHeaderViewHolder.kt | 193 val colorStateList = ColorStateList.valueOf(foregroundColor).withAlpha(foregroundAlpha) in bindDataWithThemedHeaders()
|
/frameworks/base/core/java/android/content/res/ |
D | ColorStateList.java | 308 public ColorStateList withAlpha(int alpha) { in withAlpha() method in ColorStateList
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/boot/ |
D | boot-image-profile.txt | 16833 HSPLandroid/view/SyncRtSurfaceTransactionApplier$SurfaceParams$Builder;->withAlpha(F)Landroid/view/…
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 9083 method public android.content.res.ColorStateList withAlpha(int);
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 16897 HSPLandroid/view/SyncRtSurfaceTransactionApplier$SurfaceParams$Builder;->withAlpha(F)Landroid/view/…
|
/frameworks/base/core/api/ |
D | current.txt | 13758 method @NonNull public android.content.res.ColorStateList withAlpha(int);
|