Turn DragView into a FrameLayout
Bug: 183609936 Test: drag-n-drop icons, folders, widgets, shortcuts Change-Id: I030b36cd59ac6d0ced3263baca13108825ab2296
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user