HomeSort by relevance Sort by last modified time
    Searched defs:LauncherModel (Results 1 - 7 of 7) sorted by null

  /packages/apps/Launcher2/src/com/android/launcher2/
ItemInfo.java 118 LauncherModel.checkItemInfo(this);
DeleteDropTarget.java 225 LauncherModel.deleteItemFromDatabase(mLauncher, item);
230 LauncherModel.deleteFolderContentsFromDatabase(mLauncher, folderInfo);
234 LauncherModel.deleteItemFromDatabase(mLauncher, item);
Folder.java 130 mMaxCountX = LauncherModel.getCellCountX();
131 mMaxCountY = LauncherModel.getCellCountY();
258 LauncherModel.updateItemInDatabase(mLauncher, mInfo);
377 LauncherModel.deleteItemFromDatabase(mLauncher, item);
748 LauncherModel.moveItemInDatabase(mLauncher, info, mInfo.id, 0,
    [all...]
BubbleTextView.java 116 LauncherModel.checkItemInfo((ItemInfo) tag);
Workspace.java 341 LauncherModel.updateWorkspaceLayoutCells(cellCountX, cellCountY);
563 int childId = LauncherModel.getCellLayoutChildId(container, screen, x, y, spanX, spanY);
568 // maybe we should be deleting these items from the LauncherModel?
    [all...]
LauncherModel.java 67 * LauncherModel object held in a static. Also provide APIs for updating the database state
70 public class LauncherModel extends BroadcastReceiver {
121 // LauncherModel to their ids
125 // created by LauncherModel that are directly on the home screen (however, no widgets or
129 // sBgAppWidgets is all LauncherAppWidgetInfo created by LauncherModel. Passed to bindAppWidget()
133 // sBgFolders is all FolderInfos created by LauncherModel. Passed to bindFolders()
167 LauncherModel(LauncherApplication app, IconCache iconCache) {
471 * Returns an ItemInfo array containing all the items in the LauncherModel.
    [all...]
Launcher.java 119 implements View.OnClickListener, OnLongClickListener, LauncherModel.Callbacks,
253 private LauncherModel mModel;
371 // LauncherModel load.
    [all...]

Completed in 70 milliseconds