Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/hybridhotseat/
DHotseatPredictionController.java419 notifyItemAction(mPredictionModel.wrapAppTargetWithLocation(appTarget, in pinPrediction()
524 notifyItemAction(mPredictionModel.wrapAppTargetWithLocation(folderTarget, in folderCreatedFromWorkspaceItem()
530 notifyItemAction(mPredictionModel.wrapAppTargetWithLocation(itemTarget, in folderCreatedFromWorkspaceItem()
543 notifyItemAction(mPredictionModel.wrapAppTargetWithLocation(folderTarget, in folderConvertedToWorkspaceItem()
547 notifyItemAction(mPredictionModel.wrapAppTargetWithLocation(itemTarget, in folderConvertedToWorkspaceItem()
564 notifyItemAction(mPredictionModel.wrapAppTargetWithLocation(appTarget, in onDragEnd()
569 notifyItemAction(mPredictionModel.wrapAppTargetWithLocation(appTarget, in onDragEnd()
DHotseatPredictionModel.java71 events.add(wrapAppTargetWithLocation(target, AppTargetEvent.ACTION_PIN, item)); in createBundle()
120 public AppTargetEvent wrapAppTargetWithLocation(AppTarget target, int action, ItemInfo info) { in wrapAppTargetWithLocation() method in HotseatPredictionModel