Remove BackPanelController#staysHiddenBeforeSlopCrossed
Bug: 267808473 Change-Id: Iab2cdda45e16260c3a992a082f0e23f88da6d947
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user