Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/hwui/
DAnimatedImageDrawable.cpp33 mTimeToShowNextSnapshot = ms2ns(currentFrameDuration()); in AnimatedImageDrawable()
83 *outDelay = mTimeToShowNextSnapshot - mCurrentTime; in isDirty()
87 if (mTimeToShowNextSnapshot > mCurrentTime) { in isDirty()
88 *outDelay = mTimeToShowNextSnapshot - mCurrentTime; in isDirty()
193 if (mCurrentTime >= mTimeToShowNextSnapshot) { in onDraw()
195 const nsecs_t timeToShowCurrentSnap = mTimeToShowNextSnapshot; in onDraw()
200 mTimeToShowNextSnapshot += ms2ns(mSnapshot.mDurationMS); in onDraw()
201 if (mCurrentTime >= mTimeToShowNextSnapshot) { in onDraw()
278 mTimeToShowNextSnapshot = ms2ns(durationMS); in drawStaging()
292 mTimeToShowNextSnapshot += currentTime; in drawStaging()
[all …]
DAnimatedImageDrawable.h132 nsecs_t mTimeToShowNextSnapshot = 0; variable