Home
last modified time | relevance | path

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

/cts/tests/input/src/android/input/cts/
DMotionPredictorTest.kt166 val yDelta = 2f in testNoMotion() constant
168 assertEquals(20f, predicted.getY(), yDelta) in testNoMotion()
202 val yDelta = 15f in testLinearMotion() constant
204 assertEquals(expectedY, predicted.getY(), yDelta) in testLinearMotion()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/audiolib/
DWaveScopeView.java271 float yDelta = height / (float) mNumChannels; in onDraw() local
274 yOffset += yDelta; in onDraw()
/cts/tests/video/src/android/video/cts/
DVideoEncoderDecoderTest.java1107 double yDelta = (mY & 0xFF) - (other.mY & 0xFF); in calcErrorSquared() local
1110 return yDelta * yDelta + uDelta * uDelta + vDelta * vDelta; in calcErrorSquared()