Home
last modified time | relevance | path

Searched refs:strokeDeltaX (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
698 if (strokeDeltaX > 0.0f) { in adjustTapLocation()
699 offsetX = (strokeDeltaX + fingerOffsetSum) / -2.0f; in adjustTapLocation()
700 } else if (strokeDeltaX < 0.0f) { in adjustTapLocation()
701 offsetX = (strokeDeltaX - fingerOffsetSum) / -2.0f; in adjustTapLocation()