/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/ |
D | RenderService.java | 48 private boolean onTouch(View v, MotionEvent event) { in onTouch() method in RenderService 73 embeddedView.setOnTouchListener(this::onTouch); in getSurfaceControlViewHost()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/cube/ |
D | CubePresentation.java | 54 public boolean onTouch(View view, MotionEvent event) { in onCreate()
|
/cts/tests/tests/view/src/android/view/cts/ |
D | GestureDetectorCtsActivity.java | 93 public boolean onTouch(View v, MotionEvent event) { in onTouch() method in GestureDetectorCtsActivity.MockOnTouchListener
|
D | ViewTest.java | 3162 doReturn(true).when(listener).onTouch(any(), any()); in testDispatchTouchEvent() 3166 verify(listener, times(1)).onTouch(mockView1, event); in testDispatchTouchEvent() 3221 public boolean onTouch(View v, MotionEvent event) { in testOnTouchListener() method in ViewTest.TestTouchListener 4402 doReturn(true).when(touchListener).onTouch(any(), any()); in testFilterTouchesWhenObscured() 4423 verify(touchListener, times(1)).onTouch(view, unobscuredTouch); in testFilterTouchesWhenObscured() 4426 verify(touchListener, times(1)).onTouch(view, obscuredTouch); in testFilterTouchesWhenObscured() 4434 verify(touchListener, times(1)).onTouch(view, unobscuredTouch); in testFilterTouchesWhenObscured() 4445 verify(touchListener, times(1)).onTouch(view, unobscuredTouch); in testFilterTouchesWhenObscured() 4448 verify(touchListener, times(1)).onTouch(view, obscuredTouch); in testFilterTouchesWhenObscured()
|
/cts/hostsidetests/securitybulletin/test-apps/CVE-2021-0523/src/android/security/cts/CVE_2021_0523/ |
D | PocService.java | 103 public boolean onTouch(View view, MotionEvent event) { in onTouch() method in PocService.FloatingOnTouchListener
|
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/ |
D | EventCapturingTouchListener.java | 53 public boolean onTouch(View view, MotionEvent motionEvent) { in onTouch() method in EventCapturingTouchListener
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/ |
D | AbstractTestListActivity.java | 131 public boolean onTouch(View v, MotionEvent event) { in setOnTouchListenerToListView()
|
/cts/tests/framework/base/windowmanager/dndsourceapp/src/android/server/wm/dndsourceapp/ |
D | DragSource.java | 94 public boolean onTouch(View v, MotionEvent event) { in setUpDragSource()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/ |
D | ProjectionActivity.java | 101 public boolean onTouch(View view, MotionEvent event) { in setContentViewAndInfoResources()
|
/cts/tests/tests/systemui/src/android/systemui/cts/ |
D | WindowInsetsPresenterDrawable.java | 183 public boolean onTouch(View v, MotionEvent event) { in onTouch() method in WindowInsetsPresenterDrawable
|
/cts/tests/tests/security/src/android/security/cts/ |
D | MotionEventTest.java | 216 public boolean onTouch(View v, MotionEvent e) { in onTouch() method in MotionEventTest.OnTouchListener
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/ |
D | StepCounterTestActivity.java | 90 public boolean onTouch(View v, MotionEvent event) { in activitySetUp()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/ |
D | AudioTap2ToneActivity.java | 160 public boolean onTouch(View view, MotionEvent event) { in onCreate()
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | PopupWindowTest.java | 1593 when(onTouchListener.onTouch(any(View.class), any(MotionEvent.class))).thenReturn(true); in testSetTouchInterceptor() 1618 verify(onTouchListener, times(1)).onTouch(any(View.class), any(MotionEvent.class)); in testSetTouchInterceptor() 1624 verify(onTouchListener, times(2)).onTouch(any(View.class), any(MotionEvent.class)); in testSetTouchInterceptor() 1631 verify(onTouchListener, times(2)).onTouch(any(View.class), any(MotionEvent.class)); in testSetTouchInterceptor()
|
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/ |
D | AccessibilityGestureDispatchTest.java | 598 public boolean onTouch(View view, MotionEvent motionEvent) { in onTouch() method in AccessibilityGestureDispatchTest.MyTouchListener
|
D | AccessibilityEndToEndTest.java | 824 verify(listener, timeout(DEFAULT_TIMEOUT_MS).atLeastOnce()).onTouch(any(View.class), in testA11yActionTriggerMotionEventActionOutside()
|