Home
last modified time | relevance | path

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

/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityGestureDetectorTest.java695 PointF tapLocation, float fingerOffsetSum, float strokeDeltaX, float strokeDeltaY) { in adjustTapLocation() argument
703 if (strokeDeltaY > 0.0f) { in adjustTapLocation()
704 offsetY = (strokeDeltaY + fingerOffsetSum) / -2.0f; in adjustTapLocation()
705 } else if (strokeDeltaY < 0.0f) { in adjustTapLocation()
706 offsetY = (strokeDeltaY - fingerOffsetSum) / -2.0f; in adjustTapLocation()