Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/Scheduler/
DLayerInfo.cpp62 mLastAnimationTime = std::max(lastPresentTime, now); in setLastPresentTime()
178 return mLastAnimationTime >= getActiveLayerThreshold(now); in isAnimating()
DLayerInfo.h345 nsecs_t mLastAnimationTime = 0; variable