Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/model/
H A DModelWriter.java126 if (modelItem != null && item != modelItem) { in checkItemInfoLocked()
129 && modelItem instanceof WorkspaceItemInfo in checkItemInfoLocked()
133 modelItem.id == item.id && in checkItemInfoLocked()
134 modelItem.itemType == item.itemType && in checkItemInfoLocked()
137 modelItem.cellX == item.cellX && in checkItemInfoLocked()
138 modelItem.cellY == item.cellY && in checkItemInfoLocked()
139 modelItem.spanX == item.spanX && in checkItemInfoLocked()
140 modelItem.spanY == item.spanY) { in checkItemInfoLocked()
151 ((modelItem != null) ? modelItem.toString() : "null") + in checkItemInfoLocked()
486 if (modelItem != null && in updateItemArrays()
[all …]