Turn DragView into a FrameLayout

Bug: 183609936
Test: drag-n-drop icons, folders, widgets, shortcuts
Change-Id: I030b36cd59ac6d0ced3263baca13108825ab2296
This commit is contained in:
Sunny Goyal
2021-04-16 14:47:33 -07:00
committed by Steven Ng
parent bacfccfc7d
commit e36664d541
5 changed files with 161 additions and 276 deletions
@@ -70,9 +70,6 @@ public class FlingAnimation implements AnimatorUpdateListener, Runnable {
mAnimationTimeFraction = ((float) mDuration) / (mDuration + DRAG_END_DELAY);
// Don't highlight the icon as it's animating
mDragObject.dragView.setColor(0);
final int duration = mDuration + DRAG_END_DELAY;
final long startTime = AnimationUtils.currentAnimationTimeMillis();