Searched refs:getActiveLayerThreshold (Results 1 – 3 of 3) sorted by relevance
101 if (mLastUpdatedTime < getActiveLayerThreshold(now)) { in isFrequent()162 if (it->queueTime >= getActiveLayerThreshold(now)) { in getFps()178 return mLastAnimationTime >= getActiveLayerThreshold(now); in isAnimating()
47 constexpr nsecs_t getActiveLayerThreshold(nsecs_t now) { in getActiveLayerThreshold() function
242 const nsecs_t threshold = getActiveLayerThreshold(now); in partitionLayers()