Home
last modified time | relevance | path

Searched refs:modelShortcut (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/model/
DModelWriter.java97 ShortcutInfo modelShortcut = (ShortcutInfo) modelItem; in checkItemInfoLocked() local
99 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 …]
/packages/apps/Launcher2/src/com/android/launcher2/
DLauncherModel.java286 ShortcutInfo modelShortcut = (ShortcutInfo) modelItem; in checkItemInfoLocked() local
288 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 …]
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherModel.java284 ShortcutInfo modelShortcut = (ShortcutInfo) modelItem; in checkItemInfoLocked() local
286 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 …]