Searched refs:modelShortcut (Results 1 – 3 of 3) sorted by relevance
97 ShortcutInfo modelShortcut = (ShortcutInfo) modelItem; in checkItemInfoLocked() local99 if (modelShortcut.title.toString().equals(shortcut.title.toString()) && in checkItemInfoLocked()100 modelShortcut.intent.filterEquals(shortcut.intent) && in checkItemInfoLocked()101 modelShortcut.id == shortcut.id && in checkItemInfoLocked()102 modelShortcut.itemType == shortcut.itemType && in checkItemInfoLocked()103 modelShortcut.container == shortcut.container && in checkItemInfoLocked()104 modelShortcut.screenId == shortcut.screenId && in checkItemInfoLocked()105 modelShortcut.cellX == shortcut.cellX && in checkItemInfoLocked()106 modelShortcut.cellY == shortcut.cellY && in checkItemInfoLocked()107 modelShortcut.spanX == shortcut.spanX && in checkItemInfoLocked()[all …]
286 ShortcutInfo modelShortcut = (ShortcutInfo) modelItem; in checkItemInfoLocked() local288 if (modelShortcut.title.toString().equals(shortcut.title.toString()) && in checkItemInfoLocked()289 modelShortcut.intent.filterEquals(shortcut.intent) && in checkItemInfoLocked()290 modelShortcut.id == shortcut.id && in checkItemInfoLocked()291 modelShortcut.itemType == shortcut.itemType && in checkItemInfoLocked()292 modelShortcut.container == shortcut.container && in checkItemInfoLocked()293 modelShortcut.screen == shortcut.screen && in checkItemInfoLocked()294 modelShortcut.cellX == shortcut.cellX && in checkItemInfoLocked()295 modelShortcut.cellY == shortcut.cellY && in checkItemInfoLocked()296 modelShortcut.spanX == shortcut.spanX && in checkItemInfoLocked()[all …]
284 ShortcutInfo modelShortcut = (ShortcutInfo) modelItem; in checkItemInfoLocked() local286 if (modelShortcut.title.toString().equals(shortcut.title.toString()) && in checkItemInfoLocked()287 modelShortcut.intent.filterEquals(shortcut.intent) && in checkItemInfoLocked()288 modelShortcut.id == shortcut.id && in checkItemInfoLocked()289 modelShortcut.itemType == shortcut.itemType && in checkItemInfoLocked()290 modelShortcut.container == shortcut.container && in checkItemInfoLocked()291 modelShortcut.screenId == shortcut.screenId && in checkItemInfoLocked()292 modelShortcut.cellX == shortcut.cellX && in checkItemInfoLocked()293 modelShortcut.cellY == shortcut.cellY && in checkItemInfoLocked()294 modelShortcut.spanX == shortcut.spanX && in checkItemInfoLocked()[all …]