Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DMultiProducerActivity.java277 private int mColorEnd; field in MultiProducerActivity.ColorPulse
284 mColorEnd = color2; in ColorPulse()
311 int color = evaluate(frac, mColorStart, mColorEnd); in draw()
325 mColorStart = mColorEnd; in draw()
326 mColorEnd = tmp; in draw()