OSDN Git Service

Use notification icon views' tags to store NotificationInfo.
authorTony Wickham <twickham@google.com>
Fri, 27 Jan 2017 22:28:42 +0000 (14:28 -0800)
committerTony Wickham <twickham@google.com>
Fri, 27 Jan 2017 22:28:42 +0000 (14:28 -0800)
commit1f0b5347b8aeb1f796c7d68ca4ee06660cbb1a2c
tree1844221afdc60f0163a3d73ac114a28b8686ca32
parent5cfd1158ec1e4a19689217e9fbddd0fd795b2611
Use notification icon views' tags to store NotificationInfo.

Previously we had a mapping from View to NotificationInfo,
but this way we don't have to maintain that separate mapping
and can follow the pattern used throughout the rest of launcher.

Change-Id: Ia988f822613b9978bab3d0127226de920a3e73c9
src/com/android/launcher3/notification/NotificationFooterLayout.java