/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/drawable/ |
D | IlluminationDrawable.kt | 39 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/ |
D | ColorUtilsTest.java | 36 int worstCase = ColorUtils.blendARGB(Color.WHITE, Color.BLACK, alpha/255f); in calculateMinimumBackgroundAlpha_satisfiestContrast()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/ui/ |
D | DotIndicatorDecoration.java | 121 ColorUtils.blendARGB(mSelectedColor, mUnselectedColor, progress / 2))); in drawSelectedDot() 130 ColorUtils.blendARGB( in drawFadingUnselectedDot()
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | LockIconView.java | 87 mLockIconColor = ColorUtils.blendARGB( in updateColorAndBackgroundVisibility() 97 mLockIconColor = ColorUtils.blendARGB( in updateColorAndBackgroundVisibility()
|
D | KeyguardSliceView.java | 252 return ColorUtils.blendARGB(mTextColor, Color.WHITE, mDarkAmount); in getTextColor()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | KeyguardUserDetailItemView.java | 148 final int blendedTextColor = ColorUtils.blendARGB(mTextColor, Color.WHITE, mDarkAmount); in updateDark()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/ |
D | ControlViewHolder.kt | 338 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/ |
D | ScrimController.java | 1029 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()
|
D | LockIcon.java | 162 int color = ColorUtils.blendARGB(mIconColor, Color.WHITE, mDozeAmount); in updateDarkTint()
|
/frameworks/base/core/java/com/android/internal/graphics/ |
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
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/scrim/ |
D | ScrimDrawable.java | 89 mMainColor = ColorUtils.blendARGB(mainFrom, mainColor, ratio); in setColor()
|
D | ScrimView.java | 251 mainTinted = ColorUtils.blendARGB(mColors.getMainColor(), mTintColor, tintAmount); in updateColorWithTint()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | FaceScanningOverlay.kt | 206 rimPaint.color = ColorUtils.blendARGB( in drawFaceScanningRim()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
D | BubbleViewInfoTask.java | 319 info.dotColor = ColorUtils.blendARGB(badgeBitmapInfo.color, in populateCommonInfo()
|
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/ |
D | TextInterpolator.kt | 486 out.color = ColorUtils.blendARGB(from.color, to.color, progress) in <lambda>()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | LockPatternView.java | 1516 int resultColor = ColorUtils.blendARGB(mDotColor, mDotActivatedColor,
|
/frameworks/base/core/java/android/app/ |
D | Notification.java | 13803 mProtectionColor = ColorUtils.blendARGB(mPrimaryTextColor, mBackgroundColor, 0.9f); in resolvePalette()
|