History log of /frameworks/base/packages/SystemUI/src/com/android/systemui/AutoReinflateContainer.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
23cbe85610f780134cc77dd4a54732a22ed6e86e 18-May-2016 Yohei Yukawa <yukawa@google.com> Move LocaleList to avoid layering violation.

Since LocaleList needs to depend on android.os.Parcelable, we cannot let
that class belong to "android.util" package, which causes layering
violation.

Bug: 28819696
Change-Id: Ia8de2ee9df3dd0a42b1fe84574439519b680fe18
/frameworks/base/packages/SystemUI/src/com/android/systemui/AutoReinflateContainer.java
9b1fdff2e70e695a0104dbc63fc26e434dc7f188 21-Apr-2016 Clara Bayarri <clarabayarri@google.com> Reinflate QS view on Locale configuration change

The existing DensityContainer already did this for density changes,
repurposed it to handle other Configuration changes. Also renamed
to AutoReinflateContainer.

Bug: 27952059
Change-Id: Ieb572abcbafe49aec73b16e1bcb8c294011afdd3
/frameworks/base/packages/SystemUI/src/com/android/systemui/AutoReinflateContainer.java