Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DCanvasTransform.cpp71 SkColor newColor = transformColor(transform, paint.getColor()); in applyColorTransform() local
72 paint.setColor(newColor); in applyColorTransform()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DActivatableNotificationView.java530 int newColor = calculateBgColor(); in setOverrideTintColor() local
531 setBackgroundTintColor(newColor); in setOverrideTintColor()
562 int newColor = NotificationUtils.interpolateColors(mStartTint, mTargetTint, in updateBackgroundTint()
564 setBackgroundTintColor(newColor); in updateBackgroundTint()
/frameworks/base/graphics/java/android/graphics/drawable/
DGradientDrawable.java1112 final int newColor = solidColors.getColorForState(stateSet, 0);
1114 if (oldColor != newColor) {
1115 mFillPaint.setColor(newColor);
1124 final int newColor = strokeColors.getColorForState(stateSet, 0);
1126 if (oldColor != newColor) {
1127 strokePaint.setColor(newColor);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavigationBarEdgePanel.java269 int newColor = ColorUtils.blendARGB(mArrowStartColor, mArrowColor, in NavigationBarEdgePanel()
271 setCurrentArrowColor(newColor); in NavigationBarEdgePanel()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DStatusBarIconView.java148 int newColor = NotificationUtils.interpolateColors(mAnimationStartColor, mIconColor,
150 setColorInternal(newColor);
/frameworks/compile/slang/
DREADME.rst154 void addParticles(int rate, float x, float y, int index, bool newColor) {
161 int index, bool newColor) {