Searched refs:onGenericMotionEvent (Results 1 – 4 of 4) sorted by relevance
/cts/tests/tests/text/src/android/text/method/cts/ |
D | BaseMovementMethodTest.java | 93 assertTrue(mMovementMethod.onGenericMotionEvent(mTextView, text, event)); in testOnGenericMotionEvent_horizontalScroll() 100 assertTrue(mMovementMethod.onGenericMotionEvent(mTextView, text, event)); in testOnGenericMotionEvent_horizontalScroll() 107 assertFalse(mMovementMethod.onGenericMotionEvent(mTextView, text, event)); in testOnGenericMotionEvent_horizontalScroll() 114 assertFalse(mMovementMethod.onGenericMotionEvent(mTextView, text, event)); in testOnGenericMotionEvent_horizontalScroll() 124 assertTrue(mMovementMethod.onGenericMotionEvent(mTextView, text, event)); in testOnGenericMotionEvent_horizontalScroll() 131 assertTrue(mMovementMethod.onGenericMotionEvent(mTextView, text, event)); in testOnGenericMotionEvent_horizontalScroll() 155 assertTrue(mMovementMethod.onGenericMotionEvent(mTextView, text, event)); in testOnGenericMotionEvent_verticalScroll() 162 assertTrue(mMovementMethod.onGenericMotionEvent(mTextView, text, event)); in testOnGenericMotionEvent_verticalScroll() 169 assertFalse(mMovementMethod.onGenericMotionEvent(mTextView, text, event)); in testOnGenericMotionEvent_verticalScroll() 176 assertFalse(mMovementMethod.onGenericMotionEvent(mTextView, text, event)); in testOnGenericMotionEvent_verticalScroll()
|
/cts/tests/tests/view/src/android/view/cts/ |
D | GestureDetectorTest.java | 106 mGestureDetector.onGenericMotionEvent(mButtonPressPrimaryMotionEvent); in testOnSetContextClickListener() 110 mGestureDetector.onGenericMotionEvent(mButtonPressPrimaryMotionEvent); in testOnSetContextClickListener() 119 mGestureDetector.onGenericMotionEvent(mButtonPressSecondaryMotionEvent); in testOnContextClick() 125 mGestureDetector.onGenericMotionEvent(mButtonPressPrimaryMotionEvent); in testOnGenericMotionEvent()
|
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
|