Home
last modified time | relevance | path

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

/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/metric/
DHistogram.java40 @Nullable private Long mMinCutoff; field in Histogram
58 mMinCutoff = minCutoff; in Histogram()
71 mCounts.putIfAbsent(mMinCutoff, 0); in Histogram()
114 if (mMinCutoff != null && Long.MIN_VALUE == key) { in plotAscii()
116 key = mMinCutoff; in plotAscii()
142 if (mMinCutoff != null && value < mMinCutoff) { in findBucket()