Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DJankTracker.cpp66 static const int64_t IGNORE_EXCEEDING = seconds_to_nanoseconds(10); variable
166 if (delta >= mThresholds[comparison.type] && delta < IGNORE_EXCEEDING) { in finishFrame()