Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d6887242 authored by Hyunyoung Song's avatar Hyunyoung Song
Browse files

Change the all apps atomic transition duration to 150 ms

Test: manual

TL;DR;; this value is used for tap on qsb all apps container
atomic transition. 320 is value that used to be used in R
when all apps travel distance used to be entire window height.
In S, we reduced the travel distance to 1/3 of the height.

Change-Id: Ib66f8a4408fd77350c31c5b894d9f8b2c889159f
parent 2107f059
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ public class AllAppsState extends LauncherState {

    @Override
    public int getTransitionDuration(Context context) {
        return 320;
        return 150;
    }

    @Override