mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-17 17:48:20 +00:00
removing dead code
This commit is contained in:
@@ -88,27 +88,6 @@ public interface DropTarget {
|
||||
boolean acceptDrop(DragSource source, int x, int y, int xOffset, int yOffset,
|
||||
DragView dragView, Object dragInfo);
|
||||
|
||||
/**
|
||||
* Estimate the surface area where this object would land if dropped at the
|
||||
* given location.
|
||||
*
|
||||
* @param source DragSource where the drag started
|
||||
* @param x X coordinate of the drop location
|
||||
* @param y Y coordinate of the drop location
|
||||
* @param xOffset Horizontal offset with the object being dragged where the
|
||||
* original touch happened
|
||||
* @param yOffset Vertical offset with the object being dragged where the
|
||||
* original touch happened
|
||||
* @param dragView The DragView that's being dragged around on screen.
|
||||
* @param dragInfo Data associated with the object being dragged
|
||||
* @param recycle {@link Rect} object to be possibly recycled.
|
||||
* @return Estimated area that would be occupied if object was dropped at
|
||||
* the given location. Should return null if no estimate is found,
|
||||
* or if this target doesn't provide estimations.
|
||||
*/
|
||||
Rect estimateDropLocation(DragSource source, int x, int y, int xOffset, int yOffset,
|
||||
DragView dragView, Object dragInfo, Rect recycle);
|
||||
|
||||
// These methods are implemented in Views
|
||||
void getHitRect(Rect outRect);
|
||||
void getLocationOnScreen(int[] loc);
|
||||
|
||||
Reference in New Issue
Block a user