Searched refs:mTimeToShowNextSnapshot (Results 1 – 2 of 2) sorted by relevance
35 mTimeToShowNextSnapshot = ms2ns(currentFrameDuration()); in AnimatedImageDrawable()85 *outDelay = mTimeToShowNextSnapshot - mCurrentTime; in isDirty()89 if (mTimeToShowNextSnapshot > mCurrentTime) { in isDirty()90 *outDelay = mTimeToShowNextSnapshot - mCurrentTime; in isDirty()197 if (mCurrentTime >= mTimeToShowNextSnapshot) { in onDraw()284 mTimeToShowNextSnapshot = ms2ns(durationMS); in drawStaging()298 mTimeToShowNextSnapshot += currentTime; in drawStaging()301 update = mCurrentTime >= mTimeToShowNextSnapshot; in drawStaging()324 mTimeToShowNextSnapshot += ms2ns(durationMS); in drawStaging()325 if (mCurrentTime >= mTimeToShowNextSnapshot) { in drawStaging()[all …]
132 nsecs_t mTimeToShowNextSnapshot = 0; variable