Searched refs:mLastDragItem (Results 1 – 1 of 1) sorted by relevance
94 private LauncherAtom.ItemInfo mLastDragItem; field in AppEventProducer143 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()