mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-04 18:06:48 +00:00
Good riddance UserEventDispatcher [1/n]
Bug: 165675920 Change-Id: I237ed4243e1724b3c370c5660673bb3966bf4811
This commit is contained in:
@@ -19,12 +19,11 @@ package com.android.launcher3;
|
||||
import android.view.View;
|
||||
|
||||
import com.android.launcher3.DropTarget.DragObject;
|
||||
import com.android.launcher3.logging.StatsLogUtils.LogContainerProvider;
|
||||
|
||||
/**
|
||||
* Interface defining an object that can originate a drag.
|
||||
*/
|
||||
public interface DragSource extends LogContainerProvider {
|
||||
public interface DragSource {
|
||||
|
||||
/**
|
||||
* A callback made back to the source after an item from this source has been dropped on a
|
||||
|
||||
Reference in New Issue
Block a user