mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 10:48:19 +00:00
Refactoring WallpaperOffsetInterpolator to a new file
Removing some us unused methods Change-Id: Ife790e5ca6848fa13dc3fab1bba1e6220bf83743
This commit is contained in:
@@ -302,11 +302,6 @@ public abstract class ButtonDropTarget extends TextView
|
||||
return to;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void getLocationInDragLayer(int[] loc) {
|
||||
mLauncher.getDragLayer().getLocationInDragLayer(this, loc);
|
||||
}
|
||||
|
||||
public void enableAccessibleDrag(boolean enable) {
|
||||
setOnClickListener(enable ? this : null);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user