Home
last modified time | relevance | path

Searched refs:startR (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/animation/
DArgbEvaluator.java60 float startR = ((startInt >> 16) & 0xff) / 255.0f; in evaluate() local
71 startR = (float) Math.pow(startR, 2.2); in evaluate()
81 float r = startR + fraction * (endR - startR); in evaluate()
/frameworks/base/libs/hwui/tests/common/
DTestUtils.cpp39 int startR = (start >> 16) & 0xff; in interpolateColor() local
49 (int)((startR + (int)(fraction * (endR - startR))) << 16) | in interpolateColor()
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DMultiProducerActivity.java293 int startR = (startInt >> 16) & 0xff; in evaluate() local
303 (int)((startR + (int)(fraction * (endR - startR))) << 16) | in evaluate()