From a3c0b0aa68d2d980ed21a76b347da6a7b7537da2 Mon Sep 17 00:00:00 2001 From: Jon Miranda Date: Fri, 10 May 2019 11:36:51 -0700 Subject: Swipe up to home animation changes. * Tracks either the top or bottom of the rect for the fling/spring in the Y direction. - This allows us to have the icon always animate downwards. * Scales the spring velocity for the Y component. Bug: 124510042 Change-Id: I47571f906c8aa1beca4dd703d67d013ab6a1161f --- quickstep/recents_ui_overrides/res/values/dimens.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'quickstep/recents_ui_overrides/res/values') diff --git a/quickstep/recents_ui_overrides/res/values/dimens.xml b/quickstep/recents_ui_overrides/res/values/dimens.xml index 61c576e82..b316edd73 100644 --- a/quickstep/recents_ui_overrides/res/values/dimens.xml +++ b/quickstep/recents_ui_overrides/res/values/dimens.xml @@ -23,4 +23,8 @@ 80dp + + + 18dp + 10dp \ No newline at end of file -- cgit v1.2.3