Searched refs:mTimeToShowNextSnapshot (Results 1 – 2 of 2) sorted by relevance
31 mTimeToShowNextSnapshot = ms2ns(mSkAnimatedImage->currentFrameDuration()); in AnimatedImageDrawable()80 *outDelay = mTimeToShowNextSnapshot - mCurrentTime; in isDirty()84 if (mTimeToShowNextSnapshot > mCurrentTime) { in isDirty()85 *outDelay = mTimeToShowNextSnapshot - mCurrentTime; in isDirty()170 if (mCurrentTime >= mTimeToShowNextSnapshot) { in onDraw()172 const nsecs_t timeToShowCurrentSnap = mTimeToShowNextSnapshot; in onDraw()177 mTimeToShowNextSnapshot += ms2ns(mSnapshot.mDurationMS); in onDraw()178 if (mCurrentTime >= mTimeToShowNextSnapshot) { in onDraw()241 mTimeToShowNextSnapshot = ms2ns(durationMS); in drawStaging()255 mTimeToShowNextSnapshot += currentTime; in drawStaging()[all …]
129 nsecs_t mTimeToShowNextSnapshot = 0; variable