Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/hwui/
DAnimatedImageDrawable.cpp71 const nsecs_t lastWallTime = mLastWallTime; in isDirty()
73 mLastWallTime = currentTime; in isDirty()
276 mLastWallTime = 0; in drawStaging()
288 if (mLastWallTime == 0) { in drawStaging()
294 mCurrentTime += currentTime - mLastWallTime; in drawStaging()
297 mLastWallTime = currentTime; in drawStaging()
DAnimatedImageDrawable.h138 nsecs_t mLastWallTime = 0; variable