Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/hwui/
DAnimatedImageDrawable.cpp68 const nsecs_t lastWallTime = mLastWallTime; in isDirty()
70 mLastWallTime = currentTime; in isDirty()
239 mLastWallTime = 0; in drawStaging()
251 if (mLastWallTime == 0) { in drawStaging()
257 mCurrentTime += currentTime - mLastWallTime; in drawStaging()
260 mLastWallTime = currentTime; in drawStaging()
DAnimatedImageDrawable.h135 nsecs_t mLastWallTime = 0; variable