mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 02:38:20 +00:00
resolved conflicts for e78e3d73 to ub-launcher3-master
Change-Id: Idc119a57e21cf6016ee0fd91866839301db072d6
This commit is contained in:
@@ -21,6 +21,8 @@ import com.android.launcher3.dragndrop.DragView;
|
||||
import android.graphics.PointF;
|
||||
import android.graphics.Rect;
|
||||
|
||||
import com.android.launcher3.accessibility.DragViewStateAnnouncer;
|
||||
|
||||
/**
|
||||
* Interface defining an object that can receive a drag.
|
||||
*
|
||||
@@ -66,6 +68,8 @@ public interface DropTarget {
|
||||
/** Defers removing the DragView from the DragLayer until after the drop animation. */
|
||||
public boolean deferDragViewCleanupPostAnimation = true;
|
||||
|
||||
public DragViewStateAnnouncer stateAnnouncer;
|
||||
|
||||
public DragObject() {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user