Launcher2: fix 2162230 - Can't add app shortcuts from 3D All Apps

This commit is contained in:
Joe Onorato
2009-10-06 12:34:42 -07:00
parent 91cecf40c5
commit 2e5c432a0a
2 changed files with 12 additions and 2 deletions

View File

@@ -44,6 +44,8 @@ import java.util.ArrayList;
* Class for initiating a drag within a view or across multiple views.
*/
public class DragController {
private static final String TAG = "Launcher.DragController";
/** Indicates the drag is a move. */
public static int DRAG_ACTION_MOVE = 0;