Merge "Avoid flicker to drop a widget that needs a config activity." into main

This commit is contained in:
Fengjiang Li
2024-02-17 03:16:40 +00:00
committed by Android (Google) Code Review
6 changed files with 165 additions and 34 deletions
+1 -1
View File
@@ -2988,7 +2988,7 @@ public class Workspace<T extends View & PageIndicator> extends PagedView<T>
}
public void animateWidgetDrop(ItemInfo info, CellLayout cellLayout, final DragView dragView,
final Runnable onCompleteRunnable, int animationType, final View finalView,
final Runnable onCompleteRunnable, int animationType, @Nullable final View finalView,
boolean external) {
int[] finalPos = new int[2];
float scaleXY[] = new float[2];