Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DAudioBandSpecs.java26 double mRippleStopBottom; field in AudioBandSpecs
41 mRippleStopBottom = stopBottom; in initRipple()
73 double vBottom = (e / d) * (mRippleStopBottom - mRippleStartBottom) + mRippleStartBottom in isInBounds()
86 sb.append(String.format("stop [%.1f : %.1f] |", mRippleStopTop, mRippleStopBottom)); in toString()