Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DTaskOverlayFactory.java128 protected final TaskContainer mTaskContainer; field in TaskOverlayFactory.TaskOverlay
135 mTaskContainer = taskContainer; in TaskOverlay()
137 mApplicationContext, mTaskContainer.getThumbnailViewDeprecated()::getThumbnail); in TaskOverlay()
143 mTaskContainer.getThumbnailViewDeprecated().getContext()).findViewById( in getActionsView()
150 return mTaskContainer.getThumbnailViewDeprecated(); in getThumbnailView()
163 mTaskContainer.getThumbnailViewDeprecated().isRealSnapshot(); in initOverlay()
175 mTaskContainer.getThumbnailViewDeprecated().getTaskView().getRecentsView(); in endLiveTileMode()
188 if (mTaskContainer.getThumbnailViewDeprecated().isRealSnapshot()) { in saveScreenshot()
189 mImageApi.saveScreenshot(mTaskContainer.getThumbnailViewDeprecated().getThumbnail(), in saveScreenshot()
198 mTaskContainer.getThumbnailViewDeprecated().getTaskView().getRecentsView(); in enterSplitSelect()
[all …]
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DTaskMenuView.java77 private TaskContainer mTaskContainer; field in TaskMenuView
186 mTaskContainer = taskContainer;
196 addMenuOptions(mTaskContainer);
197 orientAroundTaskView(mTaskContainer);
279 mTaskContainer.getThumbnailViewDeprecated(), deviceProfile, taskInsetMargin,
282 thumbnailAlignedY, mTaskContainer.getThumbnailViewDeprecated(),
283 mTaskContainer.getStagePosition(), this, taskInsetMargin,
296 return mTaskContainer.getIconView().asView();
320 IconAppChipView iconAppChip = (IconAppChipView) mTaskContainer.getIconView().asView();
344 && mTaskContainer.getStagePosition() == STAGE_POSITION_BOTTOM_OR_RIGHT) {
[all …]
/packages/apps/Launcher3/go/quickstep/src/com/android/quickstep/
DTaskOverlayFactoryGo.java151 boolean isAllowedByPolicy = mTaskContainer.getThumbnailViewDeprecated().isRealSnapshot() in initOverlay()
166 RecentsOrientedState orientedState = mTaskContainer.getTaskView().getOrientedState(); in initOverlay()