Add translation component to swipe up resistance am: ce8b2b5180

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/12174363

Change-Id: I18d7be49bb3bfc9f846c14a9138b5daf381e1d56
This commit is contained in:
Tony Wickham
2020-08-07 20:22:52 +00:00
committed by Automerger Merge Worker
12 changed files with 78 additions and 13 deletions

View File

@@ -28,7 +28,7 @@ import com.android.launcher3.Utilities;
public class SeascapePagedViewHandler extends LandscapePagedViewHandler {
@Override
public int getTaskDismissDirectionFactor() {
public int getSecondaryTranslationDirectionFactor() {
return -1;
}