Move shortcut falsing shake and vibration to onclicklistener
This moves the falsing-required shake and vibration to a traditional OnClickListener, accomplishing two things: - Allowing a11y users to have the same experience as non-a11y users - Make the system feel a bit snappier, as the shortcuts now react sooner Bug: 283042620 Test: manual - with MIGRATE_SPLIT_KEYGUARD_BOTTOM_AREA both on and off (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:6c054354c82ac6b7dcd2d87d0b3f03544b21c9d2) Merged-In: I2e09718bb2d70983275d0b3e214b344c13f9843b Change-Id: I2e09718bb2d70983275d0b3e214b344c13f9843b
Showing
- packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/KeyguardBottomAreaViewBinder.kt 23 additions, 0 deletions...stemui/keyguard/ui/binder/KeyguardBottomAreaViewBinder.kt
- packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/KeyguardQuickAffordanceOnTouchListener.kt 3 additions, 37 deletions...guard/ui/binder/KeyguardQuickAffordanceOnTouchListener.kt
- packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/KeyguardQuickAffordanceViewBinder.kt 23 additions, 0 deletions...i/keyguard/ui/binder/KeyguardQuickAffordanceViewBinder.kt
Loading
Please register or sign in to comment