summaryrefslogtreecommitdiff
path: root/src/com/android/launcher3/anim
diff options
context:
space:
mode:
authorJeremy Sim <jeremysim@google.com>2022-08-23 20:42:38 -0700
committerJeremy Sim <jeremysim@google.com>2022-09-14 18:06:05 -0700
commit21a5b12b6fa0090454219d5119ee640d9bdcbc23 (patch)
treee501acc9d517fed2ef7b5d03663fa8a45f4f1138 /src/com/android/launcher3/anim
parent06849c4e364288310343e5763568f1d911fce7f7 (diff)
downloadLauncher3-21a5b12b6fa0090454219d5119ee640d9bdcbc23.tar.gz
Update animations for TM-QPR: Overview > OverviewSplitSelect transition
This change updates the Overview > OverviewSplitSelect animation to the latest spec. This is a re-upload of a previous change, ag/19464657, but no longer will cause the b/241165022 issue. Includes: - New timings - Task thumbnails slide in with an "overshoot" animation - Icons fade out and fade in appropriately - SplitInstructionsView has a new compound "unfold" animation Bug: 236760307 Test: Manual on tablet. Made sure the b/241165022 issue is fixed. Change-Id: Ia22f6b6d7b9474b782e693fae2320a34a2985b18
Diffstat (limited to 'src/com/android/launcher3/anim')
-rw-r--r--src/com/android/launcher3/anim/Interpolators.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/android/launcher3/anim/Interpolators.java b/src/com/android/launcher3/anim/Interpolators.java
index 12b4223bac..d900c90814 100644
--- a/src/com/android/launcher3/anim/Interpolators.java
+++ b/src/com/android/launcher3/anim/Interpolators.java
@@ -83,6 +83,7 @@ public class Interpolators {
EXAGGERATED_EASE = new PathInterpolator(exaggeratedEase);
}
+ public static final Interpolator OVERSHOOT_0_85 = new OvershootInterpolator(0.85f);
public static final Interpolator OVERSHOOT_1_2 = new OvershootInterpolator(1.2f);
public static final Interpolator OVERSHOOT_1_7 = new OvershootInterpolator(1.7f);