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

/frameworks/base/core/java/android/animation/
H A DArgbEvaluator.java64 int endG = (endInt >> 8) & 0xff;
69 (int)((startG + (int)(fraction * (endG - startG))) << 8) |
/frameworks/base/libs/hwui/tests/common/
H A DTestUtils.cpp34 int endG = (end >> 8) & 0xff; local
39 | (int)((startG + (int)(fraction * (endG - startG))) << 8)
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DMultiProducerActivity.java300 int endG = (endInt >> 8) & 0xff;
305 (int)((startG + (int)(fraction * (endG - startG))) << 8) |
/frameworks/support/v4/java/android/support/v4/widget/
H A DMaterialProgressDrawable.java319 int endG = (endInt >> 8) & 0xff;
324 (int)((startG + (int)(fraction * (endG - startG))) << 8) |

Completed in 131 milliseconds