Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/transition/
DChangeText.java183 final int endColor; in createAnimator() local
192 startColor = endColor = 0; in createAnimator()
208 endColor = (Integer) endVals.get(PROPNAME_TEXT_COLOR); in createAnimator()
234 view.setTextColor(endColor); in createAnimator()
245 view.setTextColor(currAlpha << 24 | Color.red(endColor) << 16 | in createAnimator()
246 Color.green(endColor) << 8 | Color.red(endColor)); in createAnimator()
253 view.setTextColor(endColor); in createAnimator()
280 view.setTextColor(endColor); in createAnimator()
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()
/frameworks/native/opengl/tests/hwc/
DhwcTestLib.h128 ColorFract startColor, ColorFract endColor);
DhwcTestLib.cpp693 ColorFract startColor, ColorFract endColor) in hwcTestFillColorHBlend() argument
710 ColorFract color(startColor.c1() + (endColor.c1() - startColor.c1()) in hwcTestFillColorHBlend()
712 startColor.c2() + (endColor.c2() - startColor.c2()) in hwcTestFillColorHBlend()
714 startColor.c3() + (endColor.c3() - startColor.c3()) in hwcTestFillColorHBlend()
/frameworks/base/graphics/java/android/graphics/drawable/
DGradientDrawable.java1329 final int endColor = a.getColor(
1336 st.mColors[2] = endColor;
1346 st.mColors[1] = endColor;
/frameworks/base/docs/html/guide/topics/resources/
Ddrawable-resource.jd1473 android:endColor="<em>color</em>"
1592 <dt><code>android:endColor</code></dt>
1696 android:endColor="#80FF00FF"
/frameworks/base/api/
Dsystem-current.txt599 field public static final int endColor = 16843166; // 0x101019e
Dcurrent.txt529 field public static final int endColor = 16843166; // 0x101019e