Home
last modified time | relevance | path

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

/platform_testing/libraries/systemui-helper/src/android/platform/helpers/media/
DMediaController.java189 Rect bound = mUiObject.getVisibleBounds(); in swipe() local
194 startX = (bound.right + bound.centerX()) / 2; in swipe()
195 endX = bound.left; in swipe()
198 startX = (bound.left + bound.centerX()) / 2; in swipe()
199 endX = bound.right; in swipe()
205 return mDevice.swipe(startX, bound.centerY(), endX, bound.centerY(), 10); in swipe()