Removing the padding for launch animation for dialog transitions.
The padding for launch animation only applies if the animation is an
activity launch animation due to a long-press. The extra padding was
also being applied to dialog launchs after clicks, making the tile
containers "jump" or flicker as the transition started and ended. This
is now avoided by only providing padding when the long-press effect ends
with a long-click state.
Test: atest SystemUITests:QSTileViewImplTest
Flag: com.android.systemui.quick_settings_visual_haptics_longpress
Bug: 350028416
Change-Id: If7cd76165b4b2eb4fdd0880b45b7ce299a7cc8ff
2 files changed