History log of /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ViewTransformationHelper.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
8a71ad032f208d5ba1f8553612b355c7633ee3e2 08-Sep-2016 Selim Cinek <cinek@google.com> Large icons now scale nicer when expanding bundles

Fixes: 27597173
Change-Id: I5df234d58903b87cbef5df8812e48992b435fca8
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ViewTransformationHelper.java
75524417ac507597b19abb2a91389044bec682ad 21-Jun-2016 Adrian Roos <roosa@google.com> Fix stale transformations

In messaging style we sometimes transform an individual
message and sometimes we don't. This causes the ViewTransformationHelper
to sometimes add the container and sometimes the individual messages,
which prevented the right view from getting reset.

To fix this, we now reset all views that were once managed by
ViewTransformationHelper but no longer are.

Change-Id: I1512434fde5b4444657db1c69f9a7bd1ba96fe5f
Fixes: 29509682
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ViewTransformationHelper.java
d607daf30e8ce3d42cc6896271ab1e7679c7a5fa 11-Mar-2016 Selim Cinek <cinek@google.com> Fixed a bug where notifications could become all white

Bug: 27588152
Change-Id: I396ac9369b24f69de3c1d9034ebac91cc07feaeb
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ViewTransformationHelper.java
51d94917c7dc53845701702bfd63f102a3a2dbc8 03-Mar-2016 Selim Cinek <cinek@google.com> Fixed a bug where the notification content could become empty

This was caused by legacy code which set the actual height, which
in turn set the contentview to collapsed. If that happend during
an animation, the view could become blank.

Bug: 27448145
Change-Id: I0b3a2a2aee3052810176c2ff9a23825d83145d69
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ViewTransformationHelper.java
8f2f6a67fad7aed720e33a6629cb65d368ebfb80 24-Feb-2016 Selim Cinek <cinek@google.com> Transforming notifications now based on the user dragging

The animation is not a canned animation anymore but base on
the finger movement of the user.

Bug: 19437552
Change-Id: I0f81ac2ff05a92673e3f3b9b72a5c2de238890d0
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ViewTransformationHelper.java
fd3e2624b55a0988fc129c2fe0e2db4885eb87f9 13-Jan-2016 Selim Cinek <cinek@google.com> Added the possibility to do custom animations for certain fields

The text of the single line version now doesn't animate over anymore.

Change-Id: Id41c1145cbb07254bff599b10d4d6df84689f797
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ViewTransformationHelper.java
646d2054dd76d7213ced8a73f2352f0d63f20043 03-Jan-2016 Selim Cinek <cinek@google.com> Improved notification transformations

All views are now faded, even if they are not handled specially

Change-Id: I2970548667e0388984098293ac0dfcbdbed12df1
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ViewTransformationHelper.java
4ffd63611a0d516c9988b37e9c06e6f8390c2a2f 29-Dec-2015 Selim Cinek <cinek@google.com> Changed the transformation from when switching notification views

Change-Id: I2af3c2f36787d208be7745dabae96903df256156
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ViewTransformationHelper.java