commit | b8b3e957a6049ba0cd3ed48623a1666bae80b25e | [log] [tgz] |
---|---|---|
author | Tony Wickham <twickham@google.com> | Wed Aug 05 18:43:53 2020 -0700 |
committer | Tony Wickham <twickham@google.com> | Wed Aug 05 18:43:53 2020 -0700 |
tree | a3e535bd013a2373595dcf15254c458e7cf49d69 | |
parent | ffc06198ff041bd1496ba59b1a5c12922d630fc1 [diff] |
Fix TaskViewTouchController success progress to match haptic We use the interpolated progress of the animation contoller target to determine success, but only the child animation had the interpolator set. Updating the parent to use the same interpolator ensures getInterpolatedProgress() returns the same one used to play the haptic. Fixes: 161536946 Change-Id: Ibc2aef67f53efa01f2b185cf03140bad4bb5c421