Remove BackPanelController#staysHiddenBeforeSlopCrossed

Bug: 267808473
Change-Id: Iab2cdda45e16260c3a992a082f0e23f88da6d947
This commit is contained in:
Shan Huang
2023-02-06 16:44:11 +00:00
parent 2c26442bbd
commit ea74d4172b

View File

@@ -97,15 +97,6 @@ class BackPanelControllerTest : SysuiTestCase() {
.isEqualTo(BackPanelController.GestureState.GONE)
}
@Test
fun handlesDragSlopCrossed() {
startTouch()
continueTouch(START_X + touchSlop + 1)
assertThat(mBackPanelController.currentState)
.isEqualTo(BackPanelController.GestureState.ENTRY)
}
@Test
fun handlesBackCommitted() {
startTouch()