Lines Matching full:shortcut
538 // Add the shortcut to the db
638 ShortcutInfo shortcut = (ShortcutInfo) item;
639 if (modelShortcut.title.toString().equals(shortcut.title.toString()) &&
640 modelShortcut.intent.filterEquals(shortcut.intent) &&
641 modelShortcut.id == shortcut.id &&
642 modelShortcut.itemType == shortcut.itemType &&
643 modelShortcut.container == shortcut.container &&
644 modelShortcut.screenId == shortcut.screenId &&
645 modelShortcut.cellX == shortcut.cellX &&
646 modelShortcut.cellY == shortcut.cellY &&
647 modelShortcut.spanX == shortcut.spanX &&
648 modelShortcut.spanY == shortcut.spanY &&
649 ((modelShortcut.dropPos == null && shortcut.dropPos == null) ||
651 shortcut.dropPos != null &&
652 modelShortcut.dropPos[0] == shortcut.dropPos[0] &&
653 modelShortcut.dropPos[1] == shortcut.dropPos[1]))) {
884 throw new RuntimeException("Trying to add shortcut while loader is running");
892 * the workspace has been loaded. We identify a shortcut by its intent.
1629 Log.e(TAG, "Error loading shortcut into hotseat " + item
1639 Log.e(TAG, "Error loading shortcut " + item
1648 Log.e(TAG, "Error loading shortcut into hotseat " + item
1683 Log.e(TAG, "Error loading shortcut " + item
1694 Log.e(TAG, "Error loading shortcut " + item
3121 // Update shortcut infos
3176 // Restore the shortcut.
3392 * Make an ShortcutInfo object for a restored application or shortcut item that points
3429 * Make an Intent object for a restored application or shortcut item that points
3447 * Make an ShortcutInfo object for a shortcut that is an application.
3549 * Make an ShortcutInfo object for a shortcut that isn't an application.