Overview - position the modal task in the correct place.

video of new behavoir
https://drive.google.com/a/google.com/file/d/1vFTtjjpwamj5H7dhmB1-5JSFS6fv6vMw/view?usp=sharing


Test: local
Bug: 155205932
Change-Id: I7fe79c848af92013587de32a777645cc472ae910
This commit is contained in:
Zak Cohen
2020-04-29 17:14:35 -07:00
parent 0199fa46de
commit 7f48b0aa34
2 changed files with 15 additions and 1 deletions

View File

@@ -107,7 +107,7 @@ public abstract class BaseRecentsViewStateController<T extends RecentsView>
setter.setFloat(
mRecentsView, getTaskModalnessProperty(),
toState.getOverviewModalness(),
config.getInterpolator(ANIM_OVERVIEW_MODAL, AGGRESSIVE_EASE_IN_OUT));
config.getInterpolator(ANIM_OVERVIEW_MODAL, LINEAR));
}
abstract FloatProperty getTaskModalnessProperty();