Searched refs:kBucketMinThreshold (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/
H A DJankTracker.cpp69 static const uint32_t kBucketMinThreshold = 5; member in namespace:android::uirenderer
89 // If index > kBucketMinThreshold mask will be 0xFFFFFFFF as a result
91 uint32_t mask = -(index > kBucketMinThreshold);
104 index = (index - kBucketMinThreshold) & mask;
110 index = index + kBucketMinThreshold;

Completed in 52 milliseconds