Home
last modified time | relevance | path

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

/frameworks/libs/modules-utils/java/com/android/modules/expresslog/
DHistogram.java96 private final float mExclusiveMaxValue; field in Histogram.UniformOptions
121 mExclusiveMaxValue = exclusiveMaxValue; in UniformOptions()
122 mBinSize = (mExclusiveMaxValue - minValue) / binCount; in UniformOptions()
138 } else if (sample >= mExclusiveMaxValue) { in getBinForSample()