Home
last modified time | relevance | path

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

/platform_testing/libraries/uiautomator-helpers/src/android/platform/uiautomator_helpers/
DBetterSwipe.kt147 internal fun moveBy(delta: PointF, currentTime: Long, sync: Boolean) { in <lambda>() method
230 fun moveBy(delta: PointF, duration: Duration = DEFAULT_DURATION): Swipes { in <lambda>() method
247 swipe.moveBy(stepDelta, currentTime, sync = false) in <lambda>()