Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/hwui/
DAnimatedImageDrawable.cpp31 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 …]
DAnimatedImageDrawable.h129 nsecs_t mTimeToShowNextSnapshot = 0; variable