Searched refs:touchRegion (Results 1 – 2 of 2) sorted by relevance
46 TextView touchRegion = findViewById(R.id.touch_region); in onTouchEvent() local47 touchRegion.setText(String.format("%d touch(es) received", mPointerGestureCount)); in onTouchEvent()
694 UiObject touchRegion = mDevice.findObject(new UiSelector().resourceId(TEST_APP + ":id" in testPerformTwoPointerGesture_withZeroSteps() local697 Rect visibleBounds = touchRegion.getVisibleBounds(); in testPerformTwoPointerGesture_withZeroSteps()703 assertTrue(touchRegion.performTwoPointerGesture(startPoint1, startPoint2, endPoint1, in testPerformTwoPointerGesture_withZeroSteps()705 assertEquals("2 touch(es) received", touchRegion.getText()); in testPerformTwoPointerGesture_withZeroSteps()