/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | NotificationUtils.java | 54 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()
|
/frameworks/base/core/java/android/transition/ |
D | ChangeText.java | 187 final int endColor; in createAnimator() local 196 startColor = endColor = 0; in createAnimator() 212 endColor = (Integer) endVals.get(PROPNAME_TEXT_COLOR); in createAnimator() 237 view.setTextColor(endColor); in createAnimator() 243 inAnim = ValueAnimator.ofInt(0, Color.alpha(endColor)); in createAnimator() 248 view.setTextColor(currAlpha << 24 | endColor & 0xffffff); in createAnimator() 255 view.setTextColor(endColor); in createAnimator() 282 view.setTextColor(endColor); in createAnimator()
|
D | Recolor.java | 85 ColorDrawable endColor = (ColorDrawable) endBackground; in createAnimator() local 86 if (startColor.getColor() != endColor.getColor()) { in createAnimator() 87 endColor.setColor(startColor.getColor()); in createAnimator() 90 endColor.getColor()); in createAnimator()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/ |
D | ScreenRotationAnimation.java | 350 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()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/draganddrop/ |
D | DropZoneView.java | 214 private void animateBackground(int startColor, int endColor) { in animateBackground() argument 221 endColor); in animateBackground()
|
/frameworks/native/opengl/tests/hwc/ |
D | hwcTestLib.h | 128 ColorFract startColor, ColorFract endColor);
|
D | hwcTestLib.cpp | 690 ColorFract startColor, ColorFract endColor) in hwcTestFillColorHBlend() argument 707 ColorFract color(startColor.c1() + (endColor.c1() - startColor.c1()) in hwcTestFillColorHBlend() 709 startColor.c2() + (endColor.c2() - startColor.c2()) in hwcTestFillColorHBlend() 711 startColor.c3() + (endColor.c3() - startColor.c3()) in hwcTestFillColorHBlend()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationContentView.java | 776 int endColor = getBackgroundColor(mVisibleType); in updateBackgroundTransformation() local 778 if (endColor != startColor) { in updateBackgroundTransformation() 782 if (endColor == 0) { in updateBackgroundTransformation() 783 endColor = mContainingNotification.getBackgroundColorWithoutTint(); in updateBackgroundTransformation() 785 endColor = NotificationUtils.interpolateColors(startColor, endColor, in updateBackgroundTransformation() 788 mContainingNotification.setContentBackground(endColor, false, this); in updateBackgroundTransformation()
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | GradientDrawable.java | 1766 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);
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | ScreenRotationAnimation.java | 718 final int endColor = Color.rgb(mEndLuma, mEndLuma, mEndLuma); in startColorAnimation() local 732 final int color = (Integer) va.evaluate(fraction, startColor, endColor); in startColorAnimation()
|
/frameworks/base/cmds/bootanimation/ |
D | BootAnimation.cpp | 1548 float *endColor = mAnimation->endColors[i]; in initDynamicColors() local 1554 endColor[0], endColor[1], endColor[2]); in initDynamicColors()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 529 field public static final int endColor = 16843166; // 0x101019e
|
/frameworks/base/core/api/ |
D | current.txt | 769 field public static final int endColor = 16843166; // 0x101019e
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 75116 Lcom/android/internal/R$attr;->endColor:I
|