Searched refs:startR (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/animation/
H A DArgbEvaluator.java44 int startR = (startInt >> 16) & 0xff;
55 (int)((startR + (int)(fraction * (endR - startR))) << 16) |
/frameworks/base/libs/hwui/
H A DGradientCache.cpp186 float startR = (colors[0] >> 16) & 0xff; local
203 startR = endR;
222 *p++ = uint8_t(a * (startR * oppAmount + endR * amount));

Completed in 49 milliseconds