Searched refs:mLatestFraction (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
H A DPropertyValuesAnimatorSet.cpp168 if ((mLatestFraction == mRepeatCount + 1.0) && (totalFraction >= mRepeatCount + 1.0)) {
172 mLatestFraction = totalFraction;
H A DPropertyValuesAnimatorSet.h45 double mLatestFraction = 0; member in class:android::uirenderer::PropertyAnimator

Completed in 53 milliseconds