Home
last modified time | relevance | path

Searched refs:endColor (Results 1 – 12 of 12) sorted by relevance

/aosp14/frameworks/base/core/java/android/transition/
H A DChangeText.java183 final int endColor; in createAnimator() local
192 startColor = endColor = 0; in createAnimator()
208 endColor = (Integer) endVals.get(PROPNAME_TEXT_COLOR); in createAnimator()
233 view.setTextColor(endColor); in createAnimator()
239 inAnim = ValueAnimator.ofInt(0, Color.alpha(endColor)); in createAnimator()
244 view.setTextColor(currAlpha << 24 | endColor & 0xffffff); in createAnimator()
251 view.setTextColor(endColor); in createAnimator()
278 view.setTextColor(endColor); in createAnimator()
H A DRecolor.java81 ColorDrawable endColor = (ColorDrawable) endBackground; in createAnimator() local
82 if (startColor.getColor() != endColor.getColor()) { in createAnimator()
83 endColor.setColor(startColor.getColor()); in createAnimator()
86 endColor.getColor()); in createAnimator()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationUtils.java54 public static int interpolateColors(int startColor, int endColor, float amount) { in interpolateColors() argument
56 (int) interpolate(Color.alpha(startColor), Color.alpha(endColor), amount), in interpolateColors()
57 (int) interpolate(Color.red(startColor), Color.red(endColor), amount), in interpolateColors()
58 (int) interpolate(Color.green(startColor), Color.green(endColor), amount), in interpolateColors()
59 (int) interpolate(Color.blue(startColor), Color.blue(endColor), amount)); in interpolateColors()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
H A DScreenRotationAnimation.java350 final int endColor = Color.rgb(mEndLuma, mEndLuma, mEndLuma); in startColorAnimation() local
361 applyColor(startColor, endColor, rgbTmpFloat, fraction, mBackColorSurface, t); in startColorAnimation()
366 applyColor(startColor, endColor, rgbTmpFloat, 1f /* fraction */, mBackColorSurface, in startColorAnimation()
373 applyColor(startColor, endColor, rgbTmpFloat, 1f /* fraction */, mBackColorSurface, in startColorAnimation()
397 private static void applyColor(int startColor, int endColor, float[] rgbFloat, in applyColor() argument
400 endColor); in applyColor()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/draganddrop/
H A DDropZoneView.java214 private void animateBackground(int startColor, int endColor) { in animateBackground() argument
221 endColor); in animateBackground()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentView.java733 int endColor = getBackgroundColor(mVisibleType); in updateBackgroundTransformation() local
735 if (endColor != startColor) { in updateBackgroundTransformation()
739 if (endColor == 0) { in updateBackgroundTransformation()
740 endColor = mContainingNotification.getBackgroundColorWithoutTint(); in updateBackgroundTransformation()
742 endColor = NotificationUtils.interpolateColors(startColor, endColor, in updateBackgroundTransformation()
745 mContainingNotification.setContentBackground(endColor, false, this); in updateBackgroundTransformation()
/aosp14/frameworks/base/graphics/java/android/graphics/drawable/
H A DGradientDrawable.java1766 int endColor = endCSL != null ? endCSL.getDefaultColor() : 0;
1776 endColor = st.mGradientColors[2].getDefaultColor();
1780 endColor = st.mGradientColors[1].getDefaultColor();
1793 endCSL != null ? endCSL : ColorStateList.valueOf(endColor);
1805 endCSL != null ? endCSL : ColorStateList.valueOf(endColor);
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DScreenRotationAnimation.java704 final int endColor = Color.rgb(mEndLuma, mEndLuma, mEndLuma); in startColorAnimation() local
718 final int color = (Integer) va.evaluate(fraction, startColor, endColor); in startColorAnimation()
/aosp14/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp1501 float *endColor = mAnimation->endColors[i]; in initDynamicColors() local
1507 endColor[0], endColor[1], endColor[2]); in initDynamicColors()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt748 field public static final int endColor = 16843166; // 0x101019e
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt75759 Lcom/android/internal/R$attr;->endColor:I