Home
last modified time | relevance | path

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

/cts/tests/tests/text/src/android/text/method/cts/
DBaseMovementMethodTest.java94 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/
DGestureDetectorTest.java107 mGestureDetector.onGenericMotionEvent(mButtonPressPrimaryMotionEvent); in testOnSetContextClickListener()
111 mGestureDetector.onGenericMotionEvent(mButtonPressPrimaryMotionEvent); in testOnSetContextClickListener()
120 mGestureDetector.onGenericMotionEvent(mButtonPressSecondaryMotionEvent); in testOnContextClick()
126 mGestureDetector.onGenericMotionEvent(mButtonPressPrimaryMotionEvent); in testOnGenericMotionEvent()
DTouchDelegateTestActivity.java96 return TouchDelegateTestActivity.super.onGenericMotionEvent(event); in onCreate()
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