mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 23:36:47 +00:00
Refactoring WallpaperOffsetInterpolator to a new file
Removing some us unused methods Change-Id: Ife790e5ca6848fa13dc3fab1bba1e6220bf83743
This commit is contained in:
@@ -247,15 +247,6 @@ public class ShortcutInfo extends ItemInfo {
|
||||
+ " user=" + user + ")";
|
||||
}
|
||||
|
||||
public static void dumpShortcutInfoList(String tag, String label,
|
||||
ArrayList<ShortcutInfo> list) {
|
||||
Log.d(tag, label + " size=" + list.size());
|
||||
for (ShortcutInfo info: list) {
|
||||
Log.d(tag, " title=\"" + info.title + " icon=" + info.mIcon
|
||||
+ " customIcon=" + info.customIcon);
|
||||
}
|
||||
}
|
||||
|
||||
public ComponentName getTargetComponent() {
|
||||
return promisedIntent != null ? promisedIntent.getComponent() : intent.getComponent();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user