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

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

Completed in 205 milliseconds