mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-17 09:38:19 +00:00
Refactors in UserEventDispatcher
- LaunchSource -> LogContainer Change-Id: I71bfee992fb1ba7ae80e824d419f7bf8d3020999
This commit is contained in:
@@ -19,12 +19,12 @@ package com.android.launcher3;
|
||||
import android.view.View;
|
||||
|
||||
import com.android.launcher3.DropTarget.DragObject;
|
||||
import com.android.launcher3.logging.UserEventDispatcher.LaunchSourceProvider;
|
||||
import com.android.launcher3.logging.UserEventDispatcher.LogContainerProvider;
|
||||
|
||||
/**
|
||||
* Interface defining an object that can originate a drag.
|
||||
*/
|
||||
public interface DragSource extends LaunchSourceProvider {
|
||||
public interface DragSource extends LogContainerProvider {
|
||||
|
||||
/**
|
||||
* @return whether items dragged from this source supports
|
||||
|
||||
Reference in New Issue
Block a user