Searched refs:endX (Results 1 – 4 of 4) sorted by relevance
/platform_testing/libraries/systemui-helper/src/android/platform/helpers/media/ |
D | MediaController.java | 191 final int endX; in swipe() local 195 endX = bound.left; in swipe() 199 endX = bound.right; in swipe() 205 return mDevice.swipe(startX, bound.centerY(), endX, bound.centerY(), 10); in swipe()
|
/platform_testing/libraries/uiautomator-helpers/src/android/platform/uiautomator_helpers/ |
D | DeviceHelpers.kt | 320 endX: Int, in UiDevice() 324 DeviceHelpers.betterSwipe(startX, startY, endX, endY, interpolator) in UiDevice() 337 endX: Int, in betterSwipe() 341 trace("Swiping ($startX,$startY) -> ($endX,$endY)") { in betterSwipe() 343 .to(PointF(endX.toFloat(), endY.toFloat()), interpolator = interpolator) in betterSwipe()
|
/platform_testing/libraries/flicker/utils/src/android/tools/helpers/ |
D | AutomationUtils.kt | 100 val endX: Int in openQuickstep() constant 106 endX = height * 2 / 3 in openQuickstep() 108 steps = (endX - startX) / 100 // 100 px/step in openQuickstep() 111 endX = navBarVisibleBounds.centerX() in openQuickstep() 116 this.swipe(startX, startY, endX, endY, steps) in openQuickstep()
|
/platform_testing/libraries/screenshot/src/main/java/platform/test/screenshot/matchers/ |
D | BitmapMatcher.kt | 113 val endX = region.right.coerceIn(0, width - 1) in <lambda>() constant 116 for (x in startX..endX) { in <lambda>()
|