-
- Downloads
[flexiglass] Navigate away from bouncer when the IME is hidden.
Note that we need to wait for the IME to show before we handle its dismissal or we risk a race condition where the logic that checks if the IME is closed runs before the IME gets a chance to be shown. Fix: 299343836 Test: added unit tests Test: manually verified that dismissing the keyboard in the password bouncer also moves back to the lockscreen scene. Done with 3 button navigation and with gesture-based navigation. Test: manually verified that entering the correct password works to unlock the device. Change-Id: I77e8dd32abe776f9df42c4fd757de3d889df9bb2
Showing
- packages/SystemUI/compose/features/src/com/android/systemui/bouncer/ui/composable/PasswordBouncer.kt 9 additions, 0 deletions...android/systemui/bouncer/ui/composable/PasswordBouncer.kt
- packages/SystemUI/src/com/android/systemui/bouncer/domain/interactor/BouncerInteractor.kt 14 additions, 0 deletions...d/systemui/bouncer/domain/interactor/BouncerInteractor.kt
- packages/SystemUI/src/com/android/systemui/bouncer/ui/viewmodel/AuthMethodBouncerViewModel.kt 20 additions, 0 deletions...stemui/bouncer/ui/viewmodel/AuthMethodBouncerViewModel.kt
- packages/SystemUI/src/com/android/systemui/bouncer/ui/viewmodel/PasswordBouncerViewModel.kt 5 additions, 0 deletions...systemui/bouncer/ui/viewmodel/PasswordBouncerViewModel.kt
- packages/SystemUI/src/com/android/systemui/bouncer/ui/viewmodel/PatternBouncerViewModel.kt 1 addition, 0 deletions.../systemui/bouncer/ui/viewmodel/PatternBouncerViewModel.kt
- packages/SystemUI/src/com/android/systemui/bouncer/ui/viewmodel/PinBouncerViewModel.kt 1 addition, 0 deletions...roid/systemui/bouncer/ui/viewmodel/PinBouncerViewModel.kt
- packages/SystemUI/tests/src/com/android/systemui/bouncer/domain/interactor/BouncerInteractorTest.kt 28 additions, 0 deletions...stemui/bouncer/domain/interactor/BouncerInteractorTest.kt
- packages/SystemUI/tests/src/com/android/systemui/bouncer/ui/viewmodel/AuthMethodBouncerViewModelTest.kt 22 additions, 1 deletion...ui/bouncer/ui/viewmodel/AuthMethodBouncerViewModelTest.kt
- packages/SystemUI/tests/src/com/android/systemui/bouncer/ui/viewmodel/PasswordBouncerViewModelTest.kt 23 additions, 0 deletions...emui/bouncer/ui/viewmodel/PasswordBouncerViewModelTest.kt
- packages/SystemUI/tests/src/com/android/systemui/scene/SceneFrameworkIntegrationTest.kt 51 additions, 4 deletions...m/android/systemui/scene/SceneFrameworkIntegrationTest.kt
Please register or sign in to comment