Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/temporarydisplay/chipbar/
DSwipeChipbarAwayGestureHandlerTest.kt45 assertThat(underTest.startOfGestureIsWithinBounds(createMotionEvent())).isFalse() in <lambda>()
55 assertThat(underTest.startOfGestureIsWithinBounds(motionEvent)).isTrue() in <lambda>()
65 assertThat(underTest.startOfGestureIsWithinBounds(motionEvent)).isTrue() in <lambda>()
75 assertThat(underTest.startOfGestureIsWithinBounds(motionEvent)).isFalse() in <lambda>()
85 assertThat(underTest.startOfGestureIsWithinBounds(motionEvent)).isTrue() in <lambda>()
88 assertThat(underTest.startOfGestureIsWithinBounds(motionEvent)).isFalse() in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/gesture/
DSwipeUpGestureHandler.kt60 startOfGestureIsWithinBounds(ev) in onInputEvent()
103 abstract fun startOfGestureIsWithinBounds(ev: MotionEvent): Boolean in startOfGestureIsWithinBounds() method
DSwipeStatusBarAwayGestureHandler.kt36 override fun startOfGestureIsWithinBounds(ev: MotionEvent): Boolean { in startOfGestureIsWithinBounds() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/
DSwipeUpAnywhereGestureHandler.kt42 override fun startOfGestureIsWithinBounds(ev: MotionEvent): Boolean { in startOfGestureIsWithinBounds() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/temporarydisplay/chipbar/
DSwipeChipbarAwayGestureHandler.kt46 override fun startOfGestureIsWithinBounds(ev: MotionEvent): Boolean { in startOfGestureIsWithinBounds() method