Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/hybridhotseat/
DHotseatPredictionController.java111 private final HotseatPredictionModel mPredictionModel;
143 mPredictionModel = (HotseatPredictionModel) appState.getPredictionModel(); in HotseatPredictionController()
523 if (folderTarget != null && HotseatPredictionModel.isTrackedForPrediction(folderInfo)) { in folderCreatedFromWorkspaceItem()
529 if (itemTarget != null && HotseatPredictionModel.isTrackedForPrediction(folderInfo)) { in folderCreatedFromWorkspaceItem()
542 if (folderTarget != null && HotseatPredictionModel.isTrackedForPrediction(folderInfo)) { in folderConvertedToWorkspaceItem()
546 if (itemTarget != null && HotseatPredictionModel.isTrackedForPrediction(itemInfo)) { in folderConvertedToWorkspaceItem()
563 if (appTarget != null && HotseatPredictionModel.isTrackedForPrediction(dragInfo)) { in onDragEnd()
567 if (appTarget != null && HotseatPredictionModel.isTrackedForPrediction( in onDragEnd()
DHotseatPredictionModel.java46 public class HotseatPredictionModel extends PredictionModel { class
54 public HotseatPredictionModel(Context context) { } in HotseatPredictionModel() method in HotseatPredictionModel