History log of /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/UserAvatarView.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
aa7f51fe8c6e54485f0b5037c17777b4695d19e0 16-Mar-2016 Evan Rosky <erosky@google.com> Centralized user icon drawing with badges

Renamed CircleFramedDrawable to UserIconDrawable and
added badge/frame support.
Replaced several instances of user icon drawing with
UserIconDrawable

Bug: 27483956
Change-Id: I10d665406ea8b085667aa8c71ffcedffe72dafbd
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/UserAvatarView.java
c0d7058b14c24cd07912f5629c26b39b7b4673d5 29-Jan-2016 Winson <winsonc@google.com> Referencing static interpolators.

Change-Id: I5d2292016e869ed533f5873e373a1eccce651fc5
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/UserAvatarView.java
a9459755c6e8b9de2b641b6f3874b815e5a82b8d 25-Jan-2016 Sudheer Shanka <sudheersai@google.com> Fix UserAvatarView.setDisabled method.

Currently, we grey out the icon only when setDisabled method is called
and the icon is not already disabled. This would be a problem, if the
drawable is updated again. Updated to change the disabled state of the
icon in onDraw.

Bug: 26737161
Change-Id: Id166c05c3be3b1ebd9320b8f75f25a5a5cd12210
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/UserAvatarView.java
1c7cda8bbfb848961536a4adbf2c81c5ffddae16 31-Dec-2015 Sudheer Shanka <sudheersai@google.com> Add restricted padlocks to tiles in quick settings.

Change-Id: Ib11a38f8512b811e5713a33055a04a72f1b825f1
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/UserAvatarView.java
ccdff62159b41ab130a8f90d30edb9b9542d8c72 06-Aug-2014 Adrian Roos <roosa@google.com> Update User switcher to new spec, implement adding users

Also enforces restrictions on when guests can be added.

Bug: 15545213
Change-Id: Ia03747fbcc39f2b1b20876463c85afbac5057878
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/UserAvatarView.java
19f653ec19e3435c707357ddf553f1b584c811da 17-Jul-2014 Adrian Roos <roosa@google.com> Update QS user switcher colors to spec

Bug: 15545213
Change-Id: Id0e48e4406c64d2a8a19ed8fdcec398896ca11c0
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/UserAvatarView.java
b325ce8203a751b0223e737be1469c42907e6cd5 20-Jun-2014 Andreas Gampe <agampe@google.com> Add a null check to UserAvatarView.setBitmap

Adds a null check for the bitmap to set. Resets the paint's shader
in case of a null bitmap to release any previous image.

Change-Id: I1adf3c8ef44522a593fe3f25726b6c83120d7556
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/UserAvatarView.java
8ddb2da8759c29b3968b4d6bb9488f59a19f0ff2 17-Jun-2014 Adrian Roos <roosa@google.com> Implement keyguard user switcher

Bug: 15545213
Change-Id: I2d18cc3c83d76991fe11fc4bff7e8eecc25df4b5
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/UserAvatarView.java