Home
last modified time | relevance | path

Searched refs:blendARGB (Results 1 – 19 of 19) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/
H A DIlluminationDrawable.kt39 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 DDotIndicatorDecoration.java119 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 DColorUtilsTest.java36 int worstCase = ColorUtils.blendARGB(Color.WHITE, Color.BLACK, alpha/255f); in calculateMinimumBackgroundAlpha_satisfiestContrast()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DLockIconView.java86 mLockIconColor = ColorUtils.blendARGB( in updateColorAndBackgroundVisibility()
96 mLockIconColor = ColorUtils.blendARGB( in updateColorAndBackgroundVisibility()
H A DKeyguardSliceView.java252 return ColorUtils.blendARGB(mTextColor, Color.WHITE, mDarkAmount); in getTextColor()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyguardUserDetailItemView.java148 final int blendedTextColor = ColorUtils.blendARGB(mTextColor, Color.WHITE, mDarkAmount); in updateDark()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
H A DControlViewHolder.kt338 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 DScrimController.java919 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 DLockIcon.java162 int color = ColorUtils.blendARGB(mIconColor, Color.WHITE, mDozeAmount); in updateDarkTint()
/aosp14/frameworks/base/core/java/com/android/internal/graphics/
H A DColorUtils.java130 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 DScrimDrawable.java89 mMainColor = ColorUtils.blendARGB(mainFrom, mainColor, ratio); in setColor()
H A DScrimView.java252 mainTinted = ColorUtils.blendARGB(mColors.getMainColor(), mTintColor, tintAmount); in updateColorWithTint()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleViewInfoTask.java296 info.dotColor = ColorUtils.blendARGB(badgeBitmapInfo.color, in populateCommonInfo()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DFaceScanningOverlay.kt222 rimPaint.color = ColorUtils.blendARGB(
/aosp14/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
H A DTextInterpolator.kt486 out.color = ColorUtils.blendARGB(from.color, to.color, progress)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/
H A DNavigationBarEdgePanel.java314 int newColor = ColorUtils.blendARGB( in NavigationBarEdgePanel()
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternView.java1376 int resultColor = ColorUtils.blendARGB(mDotColor, mDotActivatedColor,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayout.java1022 int color = ColorUtils.blendARGB(mBgColor, Color.WHITE, colorInterpolation); in updateBackgroundDimming()
/aosp14/frameworks/base/core/java/android/app/
H A DNotification.java12852 mProtectionColor = ColorUtils.blendARGB(mPrimaryTextColor, mBackgroundColor, 0.9f); in resolvePalette()