Home
last modified time | relevance | path

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

/tools/tradefederation/contrib/src/com/android/media/tests/
DAudioLoopbackImageAnalyzer.java75 public int maxHeight = -1; field in AudioLoopbackImageAnalyzer.Amplitude
261 if (currentAmplitude != null && v > currentAmplitude.maxHeight) { in analyzeDuration()
262 currentAmplitude.maxHeight = v; in analyzeDuration()
273 .append(a.maxHeight) in analyzeDuration()
290 oldColumnHeight = amplitudes.get(i).maxHeight; in analyzeDuration()
294 currentColumnHeight = amplitudes.get(i).maxHeight; in analyzeDuration()