Searched refs:endR (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/animation/
H A DArgbEvaluator.java63 int endR = (endInt >> 16) & 0xff;
68 (int)((startR + (int)(fraction * (endR - startR))) << 16) |
/frameworks/base/libs/hwui/tests/common/
H A DTestUtils.cpp33 int endR = (end >> 16) & 0xff; local
38 | (int)((startR + (int)(fraction * (endR - startR))) << 16)
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DMultiProducerActivity.java299 int endR = (endInt >> 16) & 0xff;
304 (int)((startR + (int)(fraction * (endR - startR))) << 16) |
/frameworks/support/v4/java/android/support/v4/widget/
H A DMaterialProgressDrawable.java318 int endR = (endInt >> 16) & 0xff;
323 (int)((startR + (int)(fraction * (endR - startR))) << 16) |

Completed in 187 milliseconds