Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationShadeWindowViewControllerTest.kt394 assertThat(interactionEventHandler.handleDispatchTouchEvent(MOVE_EVENT)).isFalse() in handleDispatchTouchEvent_launchAnimationRunningTimesOut()
533 underTest.handleExternalTouch(MOVE_EVENT) in handleExternalTouch_intercepted_sendsOnTouch()
537 verify(view).onTouchEvent(MOVE_EVENT) in handleExternalTouch_intercepted_sendsOnTouch()
558 underTest.handleExternalTouch(MOVE_EVENT) in handleExternalTouch_notIntercepted_onTouchNotSent()
562 verify(view).onInterceptTouchEvent(MOVE_EVENT) in handleExternalTouch_notIntercepted_onTouchNotSent()
670 private val MOVE_EVENT = MotionEvent.obtain(0L, 0L, MotionEvent.ACTION_MOVE, 0f, 0f, 0) constant
DGlanceableHubContainerControllerTest.kt211 assertThat(underTest.onTouchEvent(MOVE_EVENT)).isTrue() in onTouchEvent_openGesture_interceptsTouches()
213 assertThat(underTest.onTouchEvent(MOVE_EVENT)).isFalse() in onTouchEvent_openGesture_interceptsTouches()
577 private val MOVE_EVENT = MotionEvent.obtain(0L, 0L, MotionEvent.ACTION_MOVE, 0f, 0f, 0) constant