Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/model/
DAppEventProducer.java94 private LauncherAtom.ItemInfo mLastDragItem; field in AppEventProducer
143 mLastDragItem = atomInfo; in consume()
145 if (mLastDragItem == null) { in consume()
148 if (isTrackedForHotseatPrediction(mLastDragItem)) { in consume()
149 sendEvent(mLastDragItem, ACTION_UNPIN, CONTAINER_HOTSEAT_PREDICTION); in consume()
157 mLastDragItem = null; in consume()
171 if (mLastDragItem != null && isTrackedForHotseatPrediction(mLastDragItem)) { in consume()
172 sendEvent(mLastDragItem, ACTION_UNPIN, CONTAINER_HOTSEAT_PREDICTION); in consume()
174 if (mLastDragItem != null && isTrackedForWidgetPrediction(mLastDragItem)) { in consume()
175 sendEvent(mLastDragItem, ACTION_UNPIN, CONTAINER_WIDGETS_PREDICTION); in consume()