mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-18 18:28:20 +00:00
Refactoring WallpaperOffsetInterpolator to a new file
Removing some us unused methods Change-Id: Ife790e5ca6848fa13dc3fab1bba1e6220bf83743
This commit is contained in:
@@ -29,9 +29,7 @@ import com.android.launcher3.accessibility.DragViewStateAnnouncer;
|
||||
*/
|
||||
public interface DropTarget {
|
||||
|
||||
public static final String TAG = "DropTarget";
|
||||
|
||||
public static class DragObject {
|
||||
class DragObject {
|
||||
public int x = -1;
|
||||
public int y = -1;
|
||||
|
||||
@@ -154,7 +152,4 @@ public interface DropTarget {
|
||||
|
||||
// These methods are implemented in Views
|
||||
void getHitRectRelativeToDragLayer(Rect outRect);
|
||||
void getLocationInDragLayer(int[] loc);
|
||||
int getLeft();
|
||||
int getTop();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user