Searched refs:onTouch (Results 1 – 10 of 10) sorted by relevance
/cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/cube/ |
D | CubePresentation.java | 54 public boolean onTouch(View view, MotionEvent event) { in onCreate()
|
/cts/hostsidetests/services/windowmanager/dndsourceapp/src/android/wm/cts/dndsourceapp/ |
D | DragSource.java | 75 public boolean onTouch(View v, MotionEvent event) { in setUpDragSource()
|
/cts/tests/tests/view/src/android/view/cts/ |
D | GestureDetectorCtsActivity.java | 155 public boolean onTouch(View v, MotionEvent event) { in onTouch() method in GestureDetectorCtsActivity.MockOnTouchListener
|
D | ViewGroupTest.java | 537 public boolean onTouch(View v, MotionEvent event) { in testDispatchTouchEvent()
|
D | ViewTest.java | 4562 public boolean onTouch(View v, MotionEvent event) { in onTouch() method in ViewTest.OnTouchListenerImpl
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/ |
D | ProjectionActivity.java | 101 public boolean onTouch(View view, MotionEvent event) { in setContentViewAndInfoResources()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/ |
D | StepCounterTestActivity.java | 90 public boolean onTouch(View v, MotionEvent event) { in activitySetUp()
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | PopupWindowTest.java | 1012 when(onTouchListener.onTouch(any(View.class), any(MotionEvent.class))).thenReturn(true); in testSetTouchInterceptor() 1033 verify(onTouchListener, times(1)).onTouch(any(View.class), any(MotionEvent.class)); in testSetTouchInterceptor() 1039 verify(onTouchListener, times(2)).onTouch(any(View.class), any(MotionEvent.class)); in testSetTouchInterceptor() 1046 verify(onTouchListener, times(2)).onTouch(any(View.class), any(MotionEvent.class)); in testSetTouchInterceptor()
|
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/ |
D | AccessibilityGestureDispatchTest.java | 462 public boolean onTouch(View view, MotionEvent motionEvent) { in onTouch() method in AccessibilityGestureDispatchTest.MyTouchListener
|
/cts/tools/dex-tools/dex/ |
D | classes.out.dex | 86848 public abstract boolean onTouch( 104809 public boolean onTouch(
|