Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DTaskThumbnailView.java178 mOverviewScreenshotActionsPlugin.setupActions(getTaskView(), getThumbnail(), mActivity); in refresh()
197 mOverlay = getTaskView().getRecentsView().getTaskOverlayFactory().createOverlay(this); in getTaskOverlay()
276 mOverviewScreenshotActionsPlugin.setupActions(getTaskView(), getThumbnail(), mActivity); in onPluginConnected()
311 if (mTask != null && getTaskView().isRunningTask() && !getTaskView().showScreenshot()) { in drawOnCanvas()
341 public TaskView getTaskView() { in getTaskView() method in TaskThumbnailView
385 int currentRotation = getTaskView().getRecentsView().getPagedViewOrientedState() in updateThumbnailMatrix()
395 getTaskView().updateCurrentFullscreenParams(mPreviewPositionHelper); in updateThumbnailMatrix()
DRecentsView.java437 TaskView taskView = getTaskView(taskId);
459 TaskView taskView = getTaskView(taskId);
725 TaskView taskView = getTaskView(taskId); in onTaskThumbnailChanged()
755 TaskView taskView = getTaskView(taskId); in updateThumbnail()
878 TaskView taskView = getTaskView(taskId); in launchSideTaskInLiveTileMode()
945 public TaskView getTaskView(int taskId) { in getTaskView() method in RecentsView
1122 mIgnoreResetTaskId == -1 ? null : getTaskView(mIgnoreResetTaskId); in applyLoadPlan()
1158 currentTaskView = getTaskView(currentTaskId); in applyLoadPlan()
1164 if (mIgnoreResetTaskId != -1 && getTaskView(mIgnoreResetTaskId) != ignoreResetTaskView) { in applyLoadPlan()
1574 TaskView taskView = getTaskView(mHasVisibleTaskData.keyAt(i)); in unloadVisibleTaskData()
[all …]
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DTaskOverlayFactory.java193 RecentsView recentsView = mThumbnailView.getTaskView().getRecentsView(); in endLiveTileMode()
294 saveScreenshot(mThumbnailView.getTaskView().getTask()); in onClick()
DTaskViewUtils.java142 TaskView taskView = recentsView.getTaskView(openingTaskId); in findTaskViewToLaunch()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/fallback/
DFallbackRecentsView.java96 TaskView tv = getTaskView(mHomeTaskInfo.taskId); in onPrepareGestureEndAnimation()
/packages/apps/Launcher3/go/quickstep/src/com/android/quickstep/
DTaskOverlayFactoryGo.java164 mThumbnailView.getTaskView().getRecentsView().getPagedViewOrientedState(); in initOverlay()