summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/allapps/AllAppsBackgroundDrawable.java
Commit message (Collapse)AuthorAgeFilesLines
* Fixing dark tint for ShadowDrawable.Sunny Goyal2017-06-201-10/+17
| | | | | | Updating the dark theme for empty all-apps search drawable. Change-Id: Ieb2018924da337bdd97eaf3adf2d32c3e3bebc73
* Fade in background scrim when resuming from screen off.Jon Miranda2017-05-111-1/+3
| | | | | | | | | | This change hides the hard cut off that appears when the Launcher window is transitioning upwards when resuming from when the screen is off. Bug: 36446766 Change-Id: I0c0fe13ee9e08d27b94916d0407ef431d82b8d6a
* Creating AllAppsBackgroundDrawable using DrawableFactory to allowSunny Goyal2017-01-081-49/+51
| | | | | | easier overriding using derivative projects Change-Id: I7265d888876ea0928391f76ec1bcb7d928c0f27a
* Bug fix: QSB sometimes gets stuck to transparent.Sunny Goyal2016-11-241-1/+0
| | | | | | | | | | | | | | | | | | At some places, we were calling removeAllListeners before calling cancel on an animation. AnimationListeners are also used to track states, and removing listeners before canceling will prevent onAnimationEnd to be called, thus preventing state cleanup. PinchAnimationManager was causing ZeroAlphaAnimatorListener to be removing from Qsb alpha animation, making the MultiStateAlphaController think there is a zeroAlpha animation running. > Removing all instances of removeAllListeners > Updating various affected listeners to handle onAnimatinoCancel > Fixing WorkspaceStateTransitionAnimation, which was animation QSB alpha on page scroll index Bug: 31910152 Change-Id: Ie7f31b67d4c502badcdd41f7b04867d1f35f5d27
* Updating the assets for the all-apps search background.Sunny Goyal2016-09-081-3/+3
| | | | | Bug: 30309105 Change-Id: I4dd4a97ff49fd3c6dd386f100ca35dfb629044df
* Fixing crash on pre-api level 19 devices due to getAlpha() call on Drawable.Winson2015-09-181-1/+3
| | | | | Bug: 24173665 Change-Id: Ia59481dc7fb52454760c688ba49c90b8507d7900
* Adding graphic for all apps empty search screen.Winson2015-08-281-0/+194
Change-Id: I976a327a5984790c458b0f36d33c0b1ac16ec59c