Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DJankTracker.h76 std::array<int64_t, NUM_BUCKETS> mThresholds; variable
DJankTracker.cpp105 mThresholds[comparison.type] = comparison.computeThreadshold(frameInterval); in setFrameInterval()
166 if (delta >= mThresholds[comparison.type] && delta < IGNORE_EXCEEDING) { in finishFrame()