Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/drawable/
DIlluminationDrawable.kt39 import com.android.internal.graphics.ColorUtils.blendARGB
191 paint.color = blendARGB(initialBackground, backgroundColor, progress) in animateBackground()
192 highlightColor = blendARGB(initialHighlight, finalHighlight, progress) in animateBackground()
/frameworks/base/tests/Internal/src/com/android/internal/graphics/
DColorUtilsTest.java36 int worstCase = ColorUtils.blendARGB(Color.WHITE, Color.BLACK, alpha/255f); in calculateMinimumBackgroundAlpha_satisfiestContrast()
/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/ui/
DDotIndicatorDecoration.java121 ColorUtils.blendARGB(mSelectedColor, mUnselectedColor, progress / 2))); in drawSelectedDot()
130 ColorUtils.blendARGB( in drawFadingUnselectedDot()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DLockIconView.java87 mLockIconColor = ColorUtils.blendARGB( in updateColorAndBackgroundVisibility()
97 mLockIconColor = ColorUtils.blendARGB( in updateColorAndBackgroundVisibility()
DKeyguardSliceView.java252 return ColorUtils.blendARGB(mTextColor, Color.WHITE, mDarkAmount); in getTextColor()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyguardUserDetailItemView.java148 final int blendedTextColor = ColorUtils.blendARGB(mTextColor, Color.WHITE, mDarkAmount); in updateDark()
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
DControlViewHolder.kt338 ColorUtils.blendARGB(bg, newClipColor, toggleBackgroundIntensity) in animateBackgroundChange()
373 val updatedClipColor = ColorUtils.blendARGB(oldClipColor, newClipColor, in startBackgroundAnimation()
375 val updatedBaseColor = ColorUtils.blendARGB(oldBaseColor, newBaseColor, in startBackgroundAnimation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DScrimController.java1029 mBehindTint = ColorUtils.blendARGB(ScrimState.BOUNCER.getBehindTint(), in applyState()
1045 behindTint = ColorUtils.blendARGB(behindTint, shadeResult.first, in applyState()
1124 behindTint = ColorUtils.blendARGB(ScrimState.BOUNCER.getNotifTint(), in calculateBackStateForState()
1127 behindTint = ColorUtils.blendARGB(ScrimState.BOUNCER.getBehindTint(), in calculateBackStateForState()
1145 behindTint = ColorUtils.blendARGB(behindTint, stateTint, tintProgress); in calculateBackStateForState()
1389 int tint = ColorUtils.blendARGB(initialScrimTint, finalScrimTint, animAmount); in startScrimAnimation()
DLockIcon.java162 int color = ColorUtils.blendARGB(mIconColor, Color.WHITE, mDozeAmount); in updateDarkTint()
/frameworks/base/core/java/com/android/internal/graphics/
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
/frameworks/base/packages/SystemUI/src/com/android/systemui/scrim/
DScrimDrawable.java89 mMainColor = ColorUtils.blendARGB(mainFrom, mainColor, ratio); in setColor()
DScrimView.java251 mainTinted = ColorUtils.blendARGB(mColors.getMainColor(), mTintColor, tintAmount); in updateColorWithTint()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DFaceScanningOverlay.kt206 rimPaint.color = ColorUtils.blendARGB( in drawFaceScanningRim()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleViewInfoTask.java319 info.dotColor = ColorUtils.blendARGB(badgeBitmapInfo.color, in populateCommonInfo()
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DTextInterpolator.kt486 out.color = ColorUtils.blendARGB(from.color, to.color, progress) in <lambda>()
/frameworks/base/core/java/com/android/internal/widget/
DLockPatternView.java1516 int resultColor = ColorUtils.blendARGB(mDotColor, mDotActivatedColor,
/frameworks/base/core/java/android/app/
DNotification.java13803 mProtectionColor = ColorUtils.blendARGB(mPrimaryTextColor, mBackgroundColor, 0.9f); in resolvePalette()