Set KeyguardRootview invisible when shade expanded
KeyguardRootview has a higher z index than notification shade and is visible when shade is expanded. Therefore any touch events handled in keyguardrootview can intercepted. Fixes: 301968154 Test: Open shade and tap on qs buttons and such. Change-Id: I65a8a830ff3b31ee83c017c6e29ddd7abfd0c4c0
Showing
- packages/SystemUI/src/com/android/systemui/keyguard/KeyguardViewConfigurator.kt 4 additions, 1 deletion...com/android/systemui/keyguard/KeyguardViewConfigurator.kt
- packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/KeyguardRootViewBinder.kt 13 additions, 0 deletions...oid/systemui/keyguard/ui/binder/KeyguardRootViewBinder.kt
- packages/SystemUI/src/com/android/systemui/keyguard/ui/preview/KeyguardPreviewRenderer.kt 3 additions, 0 deletions...d/systemui/keyguard/ui/preview/KeyguardPreviewRenderer.kt
- packages/SystemUI/src/com/android/systemui/shade/domain/interactor/ShadeInteractor.kt 3 additions, 0 deletions...droid/systemui/shade/domain/interactor/ShadeInteractor.kt
Please register or sign in to comment