summaryrefslogtreecommitdiffstats
path: root/packages/Keyguard/src/com/android/keyguard/MultiUserAvatarCache.java
Commit message (Collapse)AuthorAgeFilesLines
* Remove dead code #1: Remove unused Keyguard classesJorim Jaggi2015-01-071-51/+0
| | | | Change-Id: I08327dd23072b4e793be40635f105ce0aa5f6f6f
* Reuse KeyguardViewMediator for new Keyguard implementation.Jorim Jaggi2014-03-311-1/+10
| | | | | | | | | | | | | | | | This change reuses KeyguardViewMediator for the new Keyguard implementation in status bar. KeyguardViewManager is replaced by StatusBarKeyguardManager which handles adding the view, setting the state etc. StatusBarWindowManager is introduced to managed the window of the status bar, which has the logic of both the old Keyguard window and the old status bar window. In the current implementation, Keyguard gets displayed like it would be in the bouncer state, but that's likely to change in the future. Also, setHidden in IKeyguardService is also renamed to setOccluded, as the word hidden interferes with the terminology when dismissing the Keyguard. Bug: 13635952 Change-Id: I1c5d5a49d810d8532089f464cb2efe35e577f517
* Fix build error due to incorrect mergeAmith Yamasani2013-05-091-0/+42
Keyguard package was moved, so a new file didn't get to the right directory. Change-Id: I2cdf2d9ef785ca7852c38278f51b5af9f96320f7