HomeSort by relevance Sort by last modified time
    Searched refs:mThresholds (Results 1 - 3 of 3) sorted by null

  /frameworks/base/libs/hwui/
JankTracker.cpp 232 mThresholds[kMissedVsync] = 1;
242 mThresholds[kHighInputLatency] = static_cast<int64_t>(1.5 * frameInterval);
247 mThresholds[kSlowUI] = static_cast<int64_t>(.5 * frameInterval);
248 mThresholds[kSlowSync] = static_cast<int64_t>(.2 * frameInterval);
249 mThresholds[kSlowRT] = static_cast<int64_t>(.75 * frameInterval);
302 if (delta >= mThresholds[i] && delta < IGNORE_EXCEEDING) {
JankTracker.h 102 std::array<int64_t, NUM_BUCKETS> mThresholds;
  /tools/tradefederation/core/prod-tests/src/com/android/framework/tests/
PreloadedClassesTest.java 74 private List<String> mThresholds = new ArrayList<>();
125 for (String thresholdStr : mThresholds) {

Completed in 182 milliseconds