mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-03 09:26:51 +00:00
Removing some synthetic method creation
> Make package-private and @Thunk all private methods and constructors accessed from inner classes. Change-Id: Ie5913860a0c33e48e9bf68f9b5b1699f64c2f174
This commit is contained in:
@@ -46,6 +46,7 @@ import com.android.launcher3.Utilities;
|
||||
import com.android.launcher3.WidgetPreviewLoader;
|
||||
import com.android.launcher3.Workspace;
|
||||
import com.android.launcher3.model.WidgetsModel;
|
||||
import com.android.launcher3.util.Thunk;
|
||||
|
||||
/**
|
||||
* The widgets list view container.
|
||||
@@ -60,7 +61,7 @@ public class WidgetsContainerView extends BaseContainerView
|
||||
private static final int PRELOAD_SCREEN_HEIGHT_MULTIPLE = 1;
|
||||
|
||||
/* Global instances that are used inside this container. */
|
||||
private Launcher mLauncher;
|
||||
@Thunk Launcher mLauncher;
|
||||
private DragController mDragController;
|
||||
private IconCache mIconCache;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user