Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/hwui/
H A DAnimatedImageDrawable.cpp35 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 …]
H A DAnimatedImageDrawable.h132 nsecs_t mTimeToShowNextSnapshot = 0; variable