Home
last modified time | relevance | path

Searched refs:onGenericMotionEvent (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/text/src/android/text/method/cts/
DBaseMovementMethodTest.java93 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/
DGestureDetectorTest.java106 mGestureDetector.onGenericMotionEvent(mButtonPressPrimaryMotionEvent); in testOnSetContextClickListener()
110 mGestureDetector.onGenericMotionEvent(mButtonPressPrimaryMotionEvent); in testOnSetContextClickListener()
119 mGestureDetector.onGenericMotionEvent(mButtonPressSecondaryMotionEvent); in testOnContextClick()
125 mGestureDetector.onGenericMotionEvent(mButtonPressPrimaryMotionEvent); in testOnGenericMotionEvent()
DGestureDetectorCtsActivity.java99 mGestureDetector.onGenericMotionEvent(event); in onGenericMotion()
/cts/tests/tests/tv/src/android/media/tv/cts/
DTvInputServiceTest.java1266 public boolean onGenericMotionEvent(MotionEvent event) { in onGenericMotionEvent() method in TvInputServiceTest.CountingTvInputService.CountingSession