Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/navigationbar/gestural/
DBackPanelControllerTest.kt56 private const val START_X: Float = 0f constant
108 continueTouch(START_X + touchSlop - 1) in staysHiddenBeforeSlopCrossed()
119 continueTouch(START_X + touchSlop.toFloat() + 1) in handlesBackCommitted()
126 continueTouch(START_X + touchSlop + triggerThreshold + 1) in handlesBackCommitted()
129 continueTouch(START_X + touchSlop + triggerThreshold + 1) in handlesBackCommitted()
137 finishTouchActionUp(START_X + touchSlop + triggerThreshold + 1) in handlesBackCommitted()
157 continueTouch(START_X + touchSlop.toFloat() + 1) in handlesBackCancelled()
162 START_X + touchSlop + triggerThreshold - in handlesBackCancelled()
168 START_X + touchSlop + triggerThreshold - in handlesBackCancelled()
175 continueTouch(START_X) in handlesBackCancelled()
[all …]