Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/view/
DVerifiedMotionEventTest.kt44 val event = createVerifiedMotionEvent() in testConstructor()
65 val motionEvent = createVerifiedMotionEvent() in testParcelUnparcel()
81 val motionEvent = createVerifiedMotionEvent() in testParcelInputEvent()
99 val motionEvent = createVerifiedMotionEvent() in testParcelMotionEvent()
116 val motionEvent = createVerifiedMotionEvent() in testParcelInputToMotionEvent()
130 val motionEvent = createVerifiedMotionEvent() in testGetFlag()
147 val motionEvent1 = createVerifiedMotionEvent() in testEqualsHashcode()
148 val motionEvent2 = createVerifiedMotionEvent() in testEqualsHashcode()
165 private fun createVerifiedMotionEvent(): VerifiedMotionEvent { in createVerifiedMotionEvent() method