/cts/tests/tests/text/src/android/text/method/cts/ |
D | ScrollingMovementMethodTest.java | 128 mResult = method.onTouchEvent(mTextView, mSpannable, in testOnTouchEventHorizontalMotion() 138 mResult = method.onTouchEvent(mTextView, mSpannable, in testOnTouchEventHorizontalMotion() 147 mResult = method.onTouchEvent(mTextView, mSpannable, in testOnTouchEventHorizontalMotion() 155 mResult = method.onTouchEvent(mTextView, mSpannable, in testOnTouchEventHorizontalMotion() 165 mResult = method.onTouchEvent(mTextView, mSpannable, in testOnTouchEventHorizontalMotion() 177 mResult = method.onTouchEvent(mTextView, mSpannable, in testOnTouchEventHorizontalMotion() 188 mResult = method.onTouchEvent(mTextView, mSpannable, in testOnTouchEventHorizontalMotion() 198 mResult = method.onTouchEvent(mTextView, mSpannable, in testOnTouchEventHorizontalMotion() 222 mResult = method.onTouchEvent(mTextView, mSpannable, MotionEvent.obtain(now, now, 232 mResult = method.onTouchEvent(mTextView, mSpannable, MotionEvent.obtain(now, now, [all …]
|
D | TouchTest.java | 151 () -> mReturnFromTouchEvent = Touch.onTouchEvent(mTextView, spannable, event1)); in testOnTouchEvent() 162 () -> mReturnFromTouchEvent = Touch.onTouchEvent(mTextView, spannable, event2)); in testOnTouchEvent() 173 () -> mReturnFromTouchEvent = Touch.onTouchEvent(mTextView, spannable, event3)); in testOnTouchEvent()
|
D | LinkMovementMethodTest.java | 299 mMethod.onTouchEvent(null, mSpannable, in testOnTouchEvent_nullViewParam() 308 mMethod.onTouchEvent(mView, null, in testOnTouchEvent_nullSpannableParam() 315 mMethod.onTouchEvent(mView, mSpannable, null); in testOnTouchEvent_nullKeyEventParam() 493 return mMethod.onTouchEvent(mView, mSpannable, in performMotionOnLine()
|
D | ArrowKeyMovementMethodTest.java | 905 assertFalse(mArrowKeyMovementMethod.onTouchEvent(mTextView, mEditable, in testOnTouchEvent() 909 assertFalse(mArrowKeyMovementMethod.onTouchEvent(mTextView, mEditable, in testOnTouchEvent() 924 assertFalse(mArrowKeyMovementMethod.onTouchEvent(mTextView, mEditable, in testOnTouchEventWithNullLayout() 933 assertFalse(mArrowKeyMovementMethod.onTouchEvent(mTextView, mEditable, in testOnTouchEventWithoutFocus() 942 mArrowKeyMovementMethod.onTouchEvent(null, mEditable, MotionEvent.obtain(0, 0, 0, 1, 1, 0)); in testOnTouchEventNullView() 950 mArrowKeyMovementMethod.onTouchEvent(mTextView, null, MotionEvent.obtain(0, 0, 0, 1, 1, 0)); in testOnTouchEventNullSpannable() 958 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 | 83 public MotionEvent onTouchEvent; field in TestDialog 132 public boolean onTouchEvent(MotionEvent event) { in onTouchEvent() method in TestDialog 134 onTouchEvent = event; in onTouchEvent() 135 return super.onTouchEvent(event); in onTouchEvent()
|
/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/tests/tests/view/src/android/view/cts/ |
D | TouchDelegateTestActivity.java | 92 return TouchDelegateTestActivity.super.onTouchEvent(event); in onCreate()
|
D | GestureDetectorCtsActivity.java | 94 mGestureDetector.onTouchEvent(event); in onTouch()
|
D | ScaleGestureDetectorTest.java | 120 mScaleGestureDetector.onTouchEvent(MotionEvent.obtain(0L, mFakeUptimeMs, action, x, y, 0)); in performTouch()
|
D | MockView.java | 210 public boolean onTouchEvent(MotionEvent event) { in onTouchEvent() method in MockView 212 return super.onTouchEvent(event); in onTouchEvent()
|
D | ViewTest.java | 414 verify(delegate, never()).onTouchEvent(any()); in testAccessTouchDelegate() 417 verify(delegate, times(1)).onTouchEvent(any()); in testAccessTouchDelegate()
|
/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 | 177 public boolean onTouchEvent(MotionEvent event) { in onTouchEvent() method in VirtualContainerView 199 return super.onTouchEvent(event); in onTouchEvent()
|
/cts/tests/app/src/android/app/cts/ |
D | DialogTest.java | 491 assertNull(d.onTouchEvent); in testTouchEvent() 506 assertMotionEventEquals(touchMotionEvent, d.onTouchEvent); in testTouchEvent() 526 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/release-parser/tests/resources/ |
D | Shell.apk.pb.txt | 439 name: "onTouchEvent"
|