Searched refs:itemType (Results 1 – 16 of 16) sorted by relevance
95 itemType = cell["itemType"]96 if itemType == 0:100 elif itemType == 1:104 elif itemType == 2:106 elif itemType == 3:108 elif itemType == 4:110 elif itemType == 1000:112 elif itemType == 1001:114 elif itemType == 1002:117 out.write("<b>unknown type: %d</b>" % itemType)
45 int itemType; field in ItemInfo115 itemType = info.itemType; in ItemInfo()142 values.put(LauncherSettings.BaseLauncherColumns.ITEM_TYPE, itemType); in onAddToDatabase()190 return "Item(id=" + this.id + " type=" + this.itemType + " container=" + this.container in toString()
67 itemType = LauncherSettings.Favorites.ITEM_TYPE_APPWIDGET; in PendingAddWidgetInfo()95 itemType = copy.itemType; in PendingAddWidgetInfo()
61 itemType = LauncherSettings.BaseLauncherColumns.ITEM_TYPE_SHORTCUT; in ShortcutInfo()119 itemType = LauncherSettings.BaseLauncherColumns.ITEM_TYPE_APPLICATION; in setActivity()154 + " type=" + this.itemType + " container=" + this.container + " screen=" + screen in toString()
59 itemType = LauncherSettings.BaseLauncherColumns.ITEM_TYPE_SHORTCUT; in ApplicationInfo()118 itemType = LauncherSettings.BaseLauncherColumns.ITEM_TYPE_APPLICATION; in setActivity()
54 itemType = LauncherSettings.Favorites.ITEM_TYPE_APPWIDGET; in LauncherAppWidgetInfo()
41 itemType = LauncherSettings.Favorites.ITEM_TYPE_FOLDER; in FolderInfo()
293 final int itemType = item.itemType; in willAcceptItem() local294 return ((itemType == LauncherSettings.Favorites.ITEM_TYPE_APPLICATION || in willAcceptItem()295 itemType == LauncherSettings.Favorites.ITEM_TYPE_SHORTCUT) && in willAcceptItem()
276 modelShortcut.itemType == shortcut.itemType && in checkItemInfoLocked()355 switch (modelItem.itemType) { in updateItemInDatabaseHelper()498 item.itemType = c.getInt(itemTypeIndex); in getItemsInLocalCoordinates()596 switch (item.itemType) { in addItemToDatabase()672 switch (item.itemType) { in deleteItemFromDatabase()1290 int itemType = c.getInt(itemTypeIndex); in loadWorkspace() local1292 switch (itemType) { in loadWorkspace()1302 if (itemType == LauncherSettings.Favorites.ITEM_TYPE_APPLICATION) { in loadWorkspace()2176 info.itemType = LauncherSettings.Favorites.ITEM_TYPE_APPLICATION; in getShortcutInfo()2207 info.itemType = LauncherSettings.Favorites.ITEM_TYPE_SHORTCUT; in getShortcutInfo()
2060 (info.itemType == LauncherSettings.Favorites.ITEM_TYPE_APPLICATION ||2061 info.itemType == LauncherSettings.Favorites.ITEM_TYPE_SHORTCUT);2328 if (info.itemType == LauncherSettings.Favorites.ITEM_TYPE_APPWIDGET) {3034 if (pendingInfo.itemType == LauncherSettings.Favorites.ITEM_TYPE_SHORTCUT) {3072 switch (pendingInfo.itemType) {3086 pendingInfo.itemType);3090 View finalView = pendingInfo.itemType == LauncherSettings.Favorites.ITEM_TYPE_APPWIDGET3100 if (pendingInfo.itemType == LauncherSettings.Favorites.ITEM_TYPE_APPWIDGET &&3110 switch (info.itemType) {3125 throw new IllegalStateException("Unknown item type: " + info.itemType);[all …]
520 final int itemType = item.itemType; in acceptDrop() local521 return ((itemType == LauncherSettings.Favorites.ITEM_TYPE_APPLICATION || in acceptDrop()522 itemType == LauncherSettings.Favorites.ITEM_TYPE_SHORTCUT) && in acceptDrop()
98 switch (addInfo.itemType) { in isAllAppsWidget()
1439 createItemInfo.itemType = LauncherSettings.Favorites.ITEM_TYPE_SHORTCUT; in syncWidgetPageItems()
3333 switch (item.itemType) { in bindItems()
176 private String getContactField(Uri uri, String field, String itemType) { in getContactField() argument180 ContactsContract.Data.MIMETYPE + "=?", new String[] { itemType }, null); in getContactField()
839 public static int convertItemTypeToIncludedMediaType(int itemType) {840 switch (itemType) {