Merge "Update animations for phones: Overview > OverviewSplitSelect transition" into tm-qpr-dev

This commit is contained in:
Vinit Nayak
2022-09-28 18:30:16 +00:00
committed by Android (Google) Code Review
15 changed files with 358 additions and 69 deletions

View File

@@ -1261,7 +1261,7 @@ public class TaskView extends FrameLayout implements Reusable {
DISMISS_TRANSLATION_X, DISMISS_TRANSLATION_Y);
}
public FloatProperty<TaskView> getSecondaryDissmissTranslationProperty() {
public FloatProperty<TaskView> getSecondaryDismissTranslationProperty() {
return getPagedOrientationHandler().getSecondaryValue(
DISMISS_TRANSLATION_X, DISMISS_TRANSLATION_Y);
}