History log of /frameworks/base/packages/SettingsLib/src/com/android/settingslib/drawable/UserIconDrawable.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
34942ab7b18b1f2209b4be143c5971bbc256c4f7 06-Mar-2018 Tony Mak <tonymak@google.com> Use the correct drawable to badge user icon

Also, ic_corp_user_badge is now tinted by default color, insteaad
on white by default.

Test: Create managed user, observe the icon is now blue on white.
Test: Wifi data usage, observe the icon of "All work apps" are now
grey instead of white.

FIXES: 71568987
Merged-In:Ic6c8ed15644c6e7894f2a84320077a3962603b5b

Change-Id: Ic6c8ed15644c6e7894f2a84320077a3962603b5b
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/drawable/UserIconDrawable.java
73b161ddc123544174cbec5254b3cd77e5d34c18 08-Feb-2017 Fan Zhang <zhfan@google.com> Fix a crash when opening app data usage for work profile

The icon on app header is a clone of original app icon, which relies on
getConstantState() of the orginal drawable non-null.

Change-Id: Ice5360f5d00d99b3cfe538b167ce67fc06d5e402
Fix: 34190136
Test: make RunSettingsLibRoboTests
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/drawable/UserIconDrawable.java
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/SettingsLib/src/com/android/settingslib/drawable/UserIconDrawable.java