Home
last modified time | relevance | path

Searched refs:newColor (Results 1 – 11 of 11) sorted by relevance

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
H A DStashedHandleView.java87 int newColor = isRegionDark ? mStashedHandleLightColor : mStashedHandleDarkColor; in updateHandleColor() local
93 LauncherAnimUtils.VIEW_BACKGROUND_COLOR, newColor); in updateHandleColor()
103 setBackgroundColor(newColor); in updateHandleColor()
/aosp12/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/
H A DPlaceHolderIconDrawable.java66 int newColor = ColorUtils.setAlphaComponent(placeholderColor, newAlpha); in animateIconUpdate()
68 newIcon.setColorFilter(new PorterDuffColorFilter(newColor, PorterDuff.Mode.SRC_ATOP)); in animateIconUpdate()
/aosp12/frameworks/base/libs/hwui/
H A DCanvasTransform.cpp81 SkColor newColor = transformColor(transform, paint.getColor()); in applyColorTransform() local
82 paint.setColor(newColor); in applyColorTransform()
/aosp12/packages/modules/Permission/PermissionController/src/android/support/wearable/view/
H A DCircledImageView.java281 int newColor = mCircleColor.getColorForState(getDrawableState(), in setColorForCurrentState() local
290 mCurrentColor, newColor }); in setColorForCurrentState()
296 if (newColor != mCurrentColor) { in setColorForCurrentState()
297 mCurrentColor = newColor; in setColorForCurrentState()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DActivatableNotificationView.java333 int newColor = calculateBgColor(); in setOverrideTintColor() local
334 setBackgroundTintColor(newColor); in setOverrideTintColor()
355 int newColor = NotificationUtils.interpolateColors(mStartTint, mTargetTint, in updateBackgroundTint()
357 setBackgroundTintColor(newColor); in updateBackgroundTint()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/notification/
H A DNotificationMainView.java179 int newColor = (int) valueAnimator.getAnimatedValue(); in updateBackgroundColor()
180 updateBackgroundColor(newColor); in updateBackgroundColor()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/popup/
H A DArrowPopup.java375 int newColor = getExtractedColor(extractedColors); in initColorExtractionLocations()
376 setChildColor(view, newColor, colors); in initColorExtractionLocations()
381 setChildColor(childView, newColor, colors); in initColorExtractionLocations()
384 mArrowColor = newColor; in initColorExtractionLocations()
/aosp12/frameworks/base/graphics/java/android/graphics/drawable/
H A DGradientDrawable.java1127 final int newColor = solidColors.getColorForState(stateSet, 0);
1129 if (oldColor != newColor) {
1130 mFillPaint.setColor(newColor);
1139 final int newColor = strokeColors.getColorForState(stateSet, 0);
1141 if (oldColor != newColor) {
1142 strokePaint.setColor(newColor);
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/
H A DNavigationBarEdgePanel.java303 int newColor = ColorUtils.blendARGB( in NavigationBarEdgePanel()
305 setCurrentArrowColor(newColor); in NavigationBarEdgePanel()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DStatusBarIconView.java159 int newColor = NotificationUtils.interpolateColors(mAnimationStartColor, mIconColor,
161 setColorInternal(newColor);
/aosp12/frameworks/compile/slang/
H A DREADME.rst154 void addParticles(int rate, float x, float y, int index, bool newColor) {
161 int index, bool newColor) {