/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/ |
H A D | IlluminationDrawable.kt | 39 import com.android.internal.graphics.ColorUtils.blendARGB 191 paint.color = blendARGB(initialBackground, backgroundColor, progress) 192 highlightColor = blendARGB(initialHighlight, finalHighlight, progress)
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/ui/ |
H A D | DotIndicatorDecoration.java | 119 ColorUtils.blendARGB(mSelectedColor, mUnselectedColor, progress / 2))); in drawSelectedDot() 128 ColorUtils.blendARGB( in drawFadingUnselectedDot()
|
/aosp14/frameworks/base/tests/Internal/src/com/android/internal/graphics/ |
H A D | ColorUtilsTest.java | 36 int worstCase = ColorUtils.blendARGB(Color.WHITE, Color.BLACK, alpha/255f); in calculateMinimumBackgroundAlpha_satisfiestContrast()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
H A D | LockIconView.java | 86 mLockIconColor = ColorUtils.blendARGB( in updateColorAndBackgroundVisibility() 96 mLockIconColor = ColorUtils.blendARGB( in updateColorAndBackgroundVisibility()
|
H A D | KeyguardSliceView.java | 252 return ColorUtils.blendARGB(mTextColor, Color.WHITE, mDarkAmount); in getTextColor()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
H A D | KeyguardUserDetailItemView.java | 148 final int blendedTextColor = ColorUtils.blendARGB(mTextColor, Color.WHITE, mDarkAmount); in updateDark()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/ |
H A D | ControlViewHolder.kt | 338 ColorUtils.blendARGB(bg, newClipColor, toggleBackgroundIntensity) 373 val updatedClipColor = ColorUtils.blendARGB(oldClipColor, newClipColor, 375 val updatedBaseColor = ColorUtils.blendARGB(oldBaseColor, newBaseColor,
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | ScrimController.java | 919 mBehindTint = ColorUtils.blendARGB(ScrimState.BOUNCER.getBehindTint(), in applyState() 935 behindTint = ColorUtils.blendARGB(behindTint, shadeResult.first, in applyState() 1002 behindTint = ColorUtils.blendARGB(ScrimState.BOUNCER.getNotifTint(), in calculateBackStateForState() 1005 behindTint = ColorUtils.blendARGB(ScrimState.BOUNCER.getBehindTint(), in calculateBackStateForState() 1023 behindTint = ColorUtils.blendARGB(behindTint, stateTint, tintProgress); in calculateBackStateForState() 1267 int tint = ColorUtils.blendARGB(initialScrimTint, finalScrimTint, animAmount); in startScrimAnimation()
|
H A D | LockIcon.java | 162 int color = ColorUtils.blendARGB(mIconColor, Color.WHITE, mDozeAmount); in updateDarkTint()
|
/aosp14/frameworks/base/core/java/com/android/internal/graphics/ |
H A D | ColorUtils.java | 130 int testBackground = blendARGB(leastContrastyColor, bg, alpha/255f); in calculateMinimumBackgroundAlpha() 619 public static int blendARGB(@ColorInt int color1, @ColorInt int color2, in blendARGB() method
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/scrim/ |
H A D | ScrimDrawable.java | 89 mMainColor = ColorUtils.blendARGB(mainFrom, mainColor, ratio); in setColor()
|
H A D | ScrimView.java | 252 mainTinted = ColorUtils.blendARGB(mColors.getMainColor(), mTintColor, tintAmount); in updateColorWithTint()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
H A D | BubbleViewInfoTask.java | 296 info.dotColor = ColorUtils.blendARGB(badgeBitmapInfo.color, in populateCommonInfo()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
H A D | FaceScanningOverlay.kt | 222 rimPaint.color = ColorUtils.blendARGB(
|
/aosp14/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/ |
H A D | TextInterpolator.kt | 486 out.color = ColorUtils.blendARGB(from.color, to.color, progress)
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/ |
H A D | NavigationBarEdgePanel.java | 314 int newColor = ColorUtils.blendARGB( in NavigationBarEdgePanel()
|
/aosp14/frameworks/base/core/java/com/android/internal/widget/ |
H A D | LockPatternView.java | 1376 int resultColor = ColorUtils.blendARGB(mDotColor, mDotActivatedColor,
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
H A D | NotificationStackScrollLayout.java | 1022 int color = ColorUtils.blendARGB(mBgColor, Color.WHITE, colorInterpolation); in updateBackgroundDimming()
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | Notification.java | 12852 mProtectionColor = ColorUtils.blendARGB(mPrimaryTextColor, mBackgroundColor, 0.9f); in resolvePalette()
|