Searched refs:yDelta (Results 1 – 3 of 3) sorted by relevance
166 val yDelta = 2f in testNoMotion() constant168 assertEquals(20f, predicted.getY(), yDelta) in testNoMotion()202 val yDelta = 15f in testLinearMotion() constant204 assertEquals(expectedY, predicted.getY(), yDelta) in testLinearMotion()
271 float yDelta = height / (float) mNumChannels; in onDraw() local274 yOffset += yDelta; in onDraw()
1107 double yDelta = (mY & 0xFF) - (other.mY & 0xFF); in calcErrorSquared() local1110 return yDelta * yDelta + uDelta * uDelta + vDelta * vDelta; in calcErrorSquared()