summaryrefslogtreecommitdiff
path: root/packages/SystemUI/src/com/android/systemui/statusbar/AlphaOptimizedImageView.java
Commit message (Collapse)AuthorAgeFilesLines
* Fixed the default of AlphaOptimizedImageViews overlapping renderingSelim Cinek2016-03-221-16/+1
| | | | | | | | The default was true before, which lead to quite a few bugs. Moved done the introduced attrs to support it on AnimatedImageView Change-Id: I68714c22ceefff6bac7cd9496c83edd69256ee1b Fixes: 27745673
* SysUI: Status bar ImageViewsAndrew Flynn2015-06-121-8/+23
| | | | | | | | | | | | | | - Switch AlphaOptimizedImageView to have the boolean hasOverLappingRendering() return be a custom value. This allows us to have AnimatedImageView extend AlphaOptimizedImageView and support both types of ImageViews w/o having to create 2x subclasses. - Add drawable ID tracking to AnimatedImageView so that we don't interrupt animations with an update of the exact same drawable. - Switch mobile signal icon to use AnimatedImageView so that animations aren't interrupted. Bug: 21504588 Change-Id: Ic2275f1bf607449c191ae0d08bc7756c7d694bc1
* Remove unused imports in frameworks/base.John Spurlock2015-02-281-1/+0
| | | | Change-Id: I031443de83f93eb57a98863001826671b18f3b17
* Fix low FPS when entering wifi/BT detail panelJorim Jaggi2014-12-111-0/+51
Bug: 18665311 Change-Id: If50db68ef3442fceb923ac0466878846c4071981