diff options
| author | 2021-11-24 13:57:38 -0500 | |
|---|---|---|
| committer | 2021-11-29 17:51:45 +0000 | |
| commit | bbc2b98333862fa062d3216c1461dda67c08e4a3 (patch) | |
| tree | decef7b5c418c632067f79efc937f7038d087672 /packages/SystemUI/docs | |
| parent | 5f2121d729c487f7b0421d108027ade1e6f56337 (diff) | |
Bouncer update #2
Part 2 of ???. One-handed mode and user-switcher mode will be
mututally exclusive. Encapsulate one-handed logic into a separate
static class. Add logic to decide between implementations. More
support for user-switcher will be coming next.
Bug: 206825213
Test: atest KeyguardSecurityContainerTest
KeyguardSecurityContainerControllerTest
Change-Id: Iba89b62890d6e7e3252505ae38831930484ded3b
Diffstat (limited to 'packages/SystemUI/docs')
| -rw-r--r-- | packages/SystemUI/docs/keyguard/bouncer.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/docs/keyguard/bouncer.md b/packages/SystemUI/docs/keyguard/bouncer.md index b0c718d59469..4bfe7340db30 100644 --- a/packages/SystemUI/docs/keyguard/bouncer.md +++ b/packages/SystemUI/docs/keyguard/bouncer.md @@ -15,7 +15,7 @@ The bouncer contains a hierarchy of controllers/views to render the user's secur 1. [KeyguardBouncer][1] - Entrypoint for managing the bouncer visibility. 1. [KeyguardHostViewController][2] - Intercepts media keys. Can most likely be merged with the next item. - 1. [KeyguardSecurityContainerController][3] - Manages unlock attempt responses, one-handed use + 1. [KeyguardSecurityContainerController][3] - Manages unlock attempt responses, determines the correct security view layout, which may include a user switcher or enable one-handed use. 1. [KeyguardSecurityViewFlipperController][4] - Based upon the [KeyguardSecurityModel#SecurityMode][5], will instantiate the required view and controller. PIN, Pattern, etc. Fun fact: Naming comes from the concept of a bouncer at a bar or nightclub, who prevent troublemakers from entering or eject them from the premises. |