Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/Scheduler/
H A DLayerInfo.cpp55 mLastAnimationTime = std::max(lastPresentTime, now); in setLastPresentTime()
103 return mLastAnimationTime >= getActiveLayerThreshold(now); in isAnimating()
H A DLayerInfo.h282 nsecs_t mLastAnimationTime = 0; variable