This is addressing a bug where flags are only changed on debug build
devices or initially when changes. When nexuslauncher restarts the flag
is no longer retrieved.
Change-Id: Ieb6f460a271c918ee4e493b34692244f39cb3740
All caused by running the transform progress from 0 to 1 instead of
starting at whatever the progress was before ending the gesture, e.g.:
- When swiping to home without animating into an icon, the corner radius
was set back to the window corner radius.
- Before this change, the clip didn't update throughout the animation,
making the window slightly bigger than the floating icon view; after
this change, the clip jumped to show the insets again before clipping
back down during the home animation.
Partial backport of ag/Ie48f4b665a5bf3cbef76bdf7f043febe99fb84a0
Bug: 150680980
Change-Id: Ida65097f0ef7d2e11d48b84ecdd353ef89078015
All caused by running the transform progress from 0 to 1 instead of
starting at whatever the progress was before ending the gesture, e.g.:
- When swiping to home without animating into an icon, the corner radius
was set back to the window corner radius.
- Before this change, the clip didn't update throughout the animation,
making the window slightly bigger than the floating icon view; after
this change, the clip jumped to show the insets again before clipping
back down during the home animation.
Partial backport of ag/Ie48f4b665a5bf3cbef76bdf7f043febe99fb84a0
Bug: 150680980
Change-Id: Ida65097f0ef7d2e11d48b84ecdd353ef89078015
am skip reason: Change-Id Ic60adfb2ebdcf1a72b440df26023b861fd6e62d5 with SHA-1 e31a09a9bf is in history
Change-Id: I457d24d6e8a8b77ff55fc583c4fdd5711ac0cf91
am skip reason: Change-Id Ic60adfb2ebdcf1a72b440df26023b861fd6e62d5 with SHA-1 e31a09a9bf is in history
Change-Id: I2aa430fe0453d5f8e803e2c202fc5b92a0fed64f
am skip reason: Change-Id Ic60adfb2ebdcf1a72b440df26023b861fd6e62d5 with SHA-1 e31a09a9bf is in history
Change-Id: I4f267fbad2cd10ab71e36302c23db5d6f237ea91
am skip reason: Change-Id Ic60adfb2ebdcf1a72b440df26023b861fd6e62d5 with SHA-1 b07e481436 is in history
Change-Id: I0681f0d7a26679fc9c896f9a6b38a90377d7f5e7
am skip reason: Change-Id Ic60adfb2ebdcf1a72b440df26023b861fd6e62d5 with SHA-1 e31a09a9bf is in history
Change-Id: I90e4df32112b4bab5aca1f89d3391f95dd6a253b
am skip reason: Change-Id Ic60adfb2ebdcf1a72b440df26023b861fd6e62d5 with SHA-1 b07e481436 is in history
Change-Id: If72bab0d9d92b9dd691d381527107c92e3f6d154
am skip reason: Change-Id Ic60adfb2ebdcf1a72b440df26023b861fd6e62d5 with SHA-1 b07e481436 is in history
Change-Id: I1e0c7687147ddc9869484c8cd3c2cb54de056958
am skip reason: Change-Id Ic60adfb2ebdcf1a72b440df26023b861fd6e62d5 with SHA-1 b07e481436 is in history
Change-Id: Ic24943966b353ad9763a05e0e3bc265748c8c9de
am skip reason: Change-Id Ic60adfb2ebdcf1a72b440df26023b861fd6e62d5 with SHA-1 b07e481436 is in history
Change-Id: I7a61e61a3e58f22127fe19205c22f3c367bdf409
am skip reason: Change-Id Ic60adfb2ebdcf1a72b440df26023b861fd6e62d5 with SHA-1 30c29bfc08 is in history
Change-Id: I9212b8ef0b626584fe38c36a84bcd0872782cf6d
> Adding flag support for PendingAnimation which can be used
to define custom behavior for various animations
> Using SpringAnimationBuild for spring animation instead of
SpringObjectanimator
Change-Id: I41ca34b0574981bb3fc7894639a321c12e6feac1
Test: Used Facebook chatheads (not system bubble).
Before the change, Home gesture didn't work. After
the change, it does work :)
Fixes: 146593239
Change-Id: Ib9c85de2f83f99d1ef53fb17fde5d0b3c514849a
- Add a new controller to update the background blur on either the
launcher or app surfaces based on state or transition
Bug: 149792636
Change-Id: I6103cd3d53a00c8025558dd49bb73137e2980014
Instead of creating a fixed number of targets, we now pass an ArrayList
of targets to. Any class implementing
LogContainerProviders#fillInLogContainerData can setup it's own target
and add it to the ArrayList, It can also pass the ArrayList to other
LogContainerProvider to capture full Target hierarchy.
Bug: 147305863
Change-Id: I0063c692120fb9e1cff2d8902c5da972d0623418