Searched refs:getActiveLayerThreshold (Results 1 – 3 of 3) sorted by relevance
86 if (it->queueTime >= getActiveLayerThreshold(now)) { in isFrequent()103 return mLastAnimationTime >= getActiveLayerThreshold(now); in isAnimating()
42 constexpr nsecs_t getActiveLayerThreshold(nsecs_t now) { in getActiveLayerThreshold() function
180 const nsecs_t threshold = getActiveLayerThreshold(now); in partitionLayers()