Merge "Adding drag target bar."
This commit is contained in:
@@ -3309,7 +3309,7 @@ public class Workspace extends SmoothPagedView
|
||||
pixelX, pixelY, spanX, spanY, recycle);
|
||||
}
|
||||
|
||||
void setLauncher(Launcher launcher) {
|
||||
void setup(Launcher launcher, DragController dragController) {
|
||||
mLauncher = launcher;
|
||||
mSpringLoadedDragController = new SpringLoadedDragController(mLauncher);
|
||||
|
||||
@@ -3318,9 +3318,6 @@ public class Workspace extends SmoothPagedView
|
||||
mCustomizationDrawerContent =
|
||||
mCustomizationDrawer.findViewById(com.android.internal.R.id.tabcontent);
|
||||
}
|
||||
}
|
||||
|
||||
public void setDragController(DragController dragController) {
|
||||
mDragController = dragController;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user