Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/hwui/
DAnimatedImageDrawable.cpp34 mTimeToShowNextSnapshot = ms2ns(mSkAnimatedImage->currentFrameDuration()); in AnimatedImageDrawable()
84 *outDelay = mTimeToShowNextSnapshot - mCurrentTime; in isDirty()
88 if (mTimeToShowNextSnapshot > mCurrentTime) { in isDirty()
89 *outDelay = mTimeToShowNextSnapshot - mCurrentTime; in isDirty()
197 if (mCurrentTime >= mTimeToShowNextSnapshot) { in onDraw()
199 const nsecs_t timeToShowCurrentSnap = mTimeToShowNextSnapshot; in onDraw()
204 mTimeToShowNextSnapshot += ms2ns(mSnapshot.mDurationMS); in onDraw()
205 if (mCurrentTime >= mTimeToShowNextSnapshot) { in onDraw()
284 mTimeToShowNextSnapshot = ms2ns(durationMS); in drawStaging()
298 mTimeToShowNextSnapshot += currentTime; in drawStaging()
[all …]
DAnimatedImageDrawable.h130 nsecs_t mTimeToShowNextSnapshot = 0; variable