Searched refs:onGenericMotionEvent (Results 1 – 5 of 5) sorted by relevance
/cts/tests/tests/text/src/android/text/method/cts/ |
D | BaseMovementMethodTest.java | 94 assertTrue(mMovementMethod.onGenericMotionEvent(mTextView, text, event)); in testOnGenericMotionEvent_horizontalScroll() 101 assertTrue(mMovementMethod.onGenericMotionEvent(mTextView, text, event)); in testOnGenericMotionEvent_horizontalScroll() 108 assertFalse(mMovementMethod.onGenericMotionEvent(mTextView, text, event)); in testOnGenericMotionEvent_horizontalScroll() 115 assertFalse(mMovementMethod.onGenericMotionEvent(mTextView, text, event)); in testOnGenericMotionEvent_horizontalScroll() 125 assertTrue(mMovementMethod.onGenericMotionEvent(mTextView, text, event)); in testOnGenericMotionEvent_horizontalScroll() 132 assertTrue(mMovementMethod.onGenericMotionEvent(mTextView, text, event)); in testOnGenericMotionEvent_horizontalScroll() 156 assertTrue(mMovementMethod.onGenericMotionEvent(mTextView, text, event)); in testOnGenericMotionEvent_verticalScroll() 163 assertTrue(mMovementMethod.onGenericMotionEvent(mTextView, text, event)); in testOnGenericMotionEvent_verticalScroll() 170 assertFalse(mMovementMethod.onGenericMotionEvent(mTextView, text, event)); in testOnGenericMotionEvent_verticalScroll() 177 assertFalse(mMovementMethod.onGenericMotionEvent(mTextView, text, event)); in testOnGenericMotionEvent_verticalScroll()
|
/cts/tests/tests/view/src/android/view/cts/ |
D | GestureDetectorTest.java | 107 mGestureDetector.onGenericMotionEvent(mButtonPressPrimaryMotionEvent); in testOnSetContextClickListener() 111 mGestureDetector.onGenericMotionEvent(mButtonPressPrimaryMotionEvent); in testOnSetContextClickListener() 120 mGestureDetector.onGenericMotionEvent(mButtonPressSecondaryMotionEvent); in testOnContextClick() 126 mGestureDetector.onGenericMotionEvent(mButtonPressPrimaryMotionEvent); in testOnGenericMotionEvent()
|
D | TouchDelegateTestActivity.java | 96 return TouchDelegateTestActivity.super.onGenericMotionEvent(event); in onCreate()
|
D | GestureDetectorCtsActivity.java | 99 mGestureDetector.onGenericMotionEvent(event); in onGenericMotion()
|
/cts/tests/tests/tv/src/android/media/tv/cts/ |
D | TvInputServiceTest.java | 1266 public boolean onGenericMotionEvent(MotionEvent event) { in onGenericMotionEvent() method in TvInputServiceTest.CountingTvInputService.CountingSession
|