/cts/tests/tests/text/src/android/text/method/cts/ |
D | ScrollingMovementMethodTest.java | 127 mResult = method.onTouchEvent(mTextView, mSpannable, in testOnTouchEventHorizontalMotion() 137 mResult = method.onTouchEvent(mTextView, mSpannable, in testOnTouchEventHorizontalMotion() 146 mResult = method.onTouchEvent(mTextView, mSpannable, in testOnTouchEventHorizontalMotion() 154 mResult = method.onTouchEvent(mTextView, mSpannable, in testOnTouchEventHorizontalMotion() 164 mResult = method.onTouchEvent(mTextView, mSpannable, in testOnTouchEventHorizontalMotion() 176 mResult = method.onTouchEvent(mTextView, mSpannable, in testOnTouchEventHorizontalMotion() 187 mResult = method.onTouchEvent(mTextView, mSpannable, in testOnTouchEventHorizontalMotion() 197 mResult = method.onTouchEvent(mTextView, mSpannable, in testOnTouchEventHorizontalMotion() 221 mResult = method.onTouchEvent(mTextView, mSpannable, MotionEvent.obtain(now, now, 231 mResult = method.onTouchEvent(mTextView, mSpannable, MotionEvent.obtain(now, now, [all …]
|
D | TouchTest.java | 145 () -> mReturnFromTouchEvent = Touch.onTouchEvent(mTextView, spannable, event1)); in testOnTouchEvent() 156 () -> mReturnFromTouchEvent = Touch.onTouchEvent(mTextView, spannable, event2)); in testOnTouchEvent() 167 () -> mReturnFromTouchEvent = Touch.onTouchEvent(mTextView, spannable, event3)); in testOnTouchEvent()
|
D | LinkMovementMethodTest.java | 298 mMethod.onTouchEvent(null, mSpannable, in testOnTouchEvent_nullViewParam() 307 mMethod.onTouchEvent(mView, null, in testOnTouchEvent_nullSpannableParam() 314 mMethod.onTouchEvent(mView, mSpannable, null); in testOnTouchEvent_nullKeyEventParam() 492 return mMethod.onTouchEvent(mView, mSpannable, in performMotionOnLine()
|
D | ArrowKeyMovementMethodTest.java | 904 assertFalse(mArrowKeyMovementMethod.onTouchEvent(mTextView, mEditable, in testOnTouchEvent() 908 assertFalse(mArrowKeyMovementMethod.onTouchEvent(mTextView, mEditable, in testOnTouchEvent() 923 assertFalse(mArrowKeyMovementMethod.onTouchEvent(mTextView, mEditable, in testOnTouchEventWithNullLayout() 932 assertFalse(mArrowKeyMovementMethod.onTouchEvent(mTextView, mEditable, in testOnTouchEventWithoutFocus() 941 mArrowKeyMovementMethod.onTouchEvent(null, mEditable, MotionEvent.obtain(0, 0, 0, 1, 1, 0)); in testOnTouchEventNullView() 949 mArrowKeyMovementMethod.onTouchEvent(mTextView, null, MotionEvent.obtain(0, 0, 0, 1, 1, 0)); in testOnTouchEventNullSpannable() 957 mArrowKeyMovementMethod.onTouchEvent(mTextView, mEditable, null); in testOnTouchEventNullEvent()
|
/cts/tests/app/app/src/android/app/stubs/ |
D | InstrumentationTestActivity.java | 79 public boolean onTouchEvent(MotionEvent event) { in onTouchEvent() method in InstrumentationTestActivity.MockTextView 80 return super.onTouchEvent(event); in onTouchEvent() 132 public boolean onTouchEvent(MotionEvent event) { in onTouchEvent() method in InstrumentationTestActivity 135 return super.onTouchEvent(event); in onTouchEvent()
|
D | TestDialog.java | 82 public MotionEvent onTouchEvent; field in TestDialog 131 public boolean onTouchEvent(MotionEvent event) { in onTouchEvent() method in TestDialog 133 onTouchEvent = event; in onTouchEvent() 134 return super.onTouchEvent(event); in onTouchEvent()
|
/cts/tests/tests/view/src/android/view/cts/ |
D | TouchDelegateTest.java | 77 view.onTouchEvent(MotionEvent.obtain(0, 0, MotionEvent.ACTION_DOWN, xInside, yInside, 0)); in testOnTouchEvent() 78 verify(touchDelegate, times(1)).onTouchEvent(any(MotionEvent.class)); in testOnTouchEvent()
|
D | GestureDetectorCtsActivity.java | 94 mGestureDetector.onTouchEvent(event); in onTouch()
|
D | MockView.java | 206 public boolean onTouchEvent(MotionEvent event) { in onTouchEvent() method in MockView 208 return super.onTouchEvent(event); in onTouchEvent()
|
D | ViewTest.java | 368 verify(delegate, never()).onTouchEvent(any()); in testAccessTouchDelegate() 371 verify(delegate, times(1)).onTouchEvent(any()); in testAccessTouchDelegate()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/ |
D | IProjectionService.aidl | 27 void onTouchEvent(in MotionEvent event); in onTouchEvent() method
|
D | ProjectionService.java | 117 public void onTouchEvent(final MotionEvent event) throws RemoteException { in onTouchEvent() method in ProjectionService.ProjectionServiceBinder
|
D | ProjectionActivity.java | 104 mService.onTouchEvent(event); in setContentViewAndInfoResources()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/touch/ |
D | TouchPointView.java | 62 public boolean onTouchEvent(MotionEvent event) { in onTouchEvent() method in TouchPointView
|
/cts/tests/autofillservice/src/android/autofillservice/cts/ |
D | VirtualContainerView.java | 146 public boolean onTouchEvent(MotionEvent event) { in onTouchEvent() method in VirtualContainerView 168 return super.onTouchEvent(event); in onTouchEvent()
|
/cts/tests/app/src/android/app/cts/ |
D | DialogTest.java | 377 assertNull(d.onTouchEvent); in testTouchEvent() 399 assertMotionEventEquals(touchMotionEvent, d.onTouchEvent); in testTouchEvent() 422 assertMotionEventEquals(touchMotionEvent, d.onTouchEvent); in testTouchEvent()
|
/cts/tests/tests/animation/src/android/animation/cts/ |
D | AnimationActivity.java | 215 public boolean onTouchEvent(MotionEvent event) { in onTouchEvent() method in AnimationActivity.AnimationView
|
/cts/tests/tests/tv/src/android/media/tv/cts/ |
D | TvInputServiceTest.java | 1252 public boolean onTouchEvent(MotionEvent event) { in onTouchEvent() method in TvInputServiceTest.CountingTvInputService.CountingSession
|
/cts/tools/dex-tools/dex/ |
D | classes.out.dex | 5434 public boolean onTouchEvent( 9292 public boolean onTouchEvent( 78325 public abstract boolean onTouchEvent( 78388 public boolean onTouchEvent( 78875 public boolean onTouchEvent( 78951 public boolean onTouchEvent( 79574 public static boolean onTouchEvent( 82450 public boolean onTouchEvent( 86171 public boolean onTouchEvent( 86596 public boolean onTouchEvent( [all …]
|