Searched refs:bound (Results 1 – 1 of 1) sorted by relevance
189 Rect bound = mUiObject.getVisibleBounds(); in swipe() local194 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()