/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 | Recolor.java | 84 ColorDrawable startColor = (ColorDrawable) startBackground; in createAnimator() local 86 if (startColor.getColor() != endColor.getColor()) { in createAnimator() 87 endColor.setColor(startColor.getColor()); in createAnimator() 89 return ObjectAnimator.ofArgb(endBackground, "color", startColor.getColor(), in createAnimator()
|
D | ChangeText.java | 186 final int startColor; in createAnimator() local 196 startColor = endColor = 0; in createAnimator() 211 startColor = (Integer) startVals.get(PROPNAME_TEXT_COLOR); in createAnimator() 217 outAnim = ValueAnimator.ofInt(Color.alpha(startColor), 0); in createAnimator() 222 view.setTextColor(currAlpha << 24 | startColor & 0xffffff); in createAnimator()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/ |
D | ScreenRotationAnimation.java | 349 final int startColor = Color.rgb(mStartLuma, mStartLuma, mStartLuma); 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 399 final int color = (Integer) ArgbEvaluator.getInstance().evaluate(fraction, startColor, in applyColor()
|
/frameworks/native/opengl/tests/hwc/ |
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()
|
D | hwcTestLib.h | 128 ColorFract startColor, ColorFract endColor);
|
/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 220 startColor, in animateBackground()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | ScreenRotationAnimation.java | 717 final int startColor = Color.rgb(mStartLuma, mStartLuma, mStartLuma); in startColorAnimation() local 732 final int color = (Integer) va.evaluate(fraction, startColor, endColor); in startColorAnimation()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationContentView.java | 777 int startColor = getBackgroundColor(mTransformationStartVisibleType); in updateBackgroundTransformation() local 778 if (endColor != startColor) { in updateBackgroundTransformation() 779 if (startColor == 0) { in updateBackgroundTransformation() 780 startColor = mContainingNotification.getBackgroundColorWithoutTint(); in updateBackgroundTransformation() 785 endColor = NotificationUtils.interpolateColors(startColor, endColor, in updateBackgroundTransformation()
|
/frameworks/base/cmds/bootanimation/ |
D | BootAnimation.cpp | 1547 float *startColor = mAnimation->startColors[i]; in initDynamicColors() local 1551 startColor[0], startColor[1], startColor[2]); in initDynamicColors()
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | GradientDrawable.java | 1764 int startColor = startCSL != null ? startCSL.getDefaultColor() : 0; 1769 startColor = st.mGradientColors[0].getDefaultColor(); 1789 startCSL != null ? startCSL : ColorStateList.valueOf(startColor); 1803 startCSL != null ? startCSL : ColorStateList.valueOf(startColor);
|
/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 | 1126 field public static final int startColor = 16843165; // 0x101019d
|
/frameworks/base/core/api/ |
D | current.txt | 1550 field public static final int startColor = 16843165; // 0x101019d
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 75817 Lcom/android/internal/R$attr;->startColor:I
|