/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/ |
H A D | ClearAllButton.java | 124 RecentsView recentsView = getRecentsView(); in onRecentsViewScroll() local 125 if (recentsView == null) { in onRecentsViewScroll() 129 PagedOrientationHandler orientationHandler = recentsView.getPagedOrientationHandler(); in onRecentsViewScroll() 135 int clearAllScroll = recentsView.getClearAllScroll(); in onRecentsViewScroll() 214 RecentsView recentsView = getRecentsView(); in applyPrimaryTranslation() local 215 if (recentsView == null) { in applyPrimaryTranslation() 219 PagedOrientationHandler orientationHandler = recentsView.getPagedOrientationHandler(); in applyPrimaryTranslation() 227 RecentsView recentsView = getRecentsView(); in applySecondaryTranslation() local 228 if (recentsView == null) { in applySecondaryTranslation() 232 PagedOrientationHandler orientationHandler = recentsView.getPagedOrientationHandler(); in applySecondaryTranslation()
|
H A D | TaskView.java | 604 RecentsView recentsView = getRecentsView(); in onClick() local 648 mActivity.getStateManager(), recentsView, in onClick() 649 recentsView.getDepthController()); in onClick() 653 recentsView.runActionOnRemoteHandles( in onClick() 666 recentsView.onTaskLaunchedInLiveTileMode(); in onClick() 699 RecentsView recentsView = getRecentsView(); in launchTaskAnimated() local 701 recentsView.onTaskLaunchedInLiveTileMode(); in launchTaskAnimated() 860 RecentsView recentsView = getRecentsView(); in setIcon() 861 recentsView.switchToScreenshot( in setIcon() 1325 final RecentsView recentsView = getRecentsView(); in onInitializeAccessibilityNodeInfo() local [all …]
|
H A D | TaskMenuView.java | 250 RecentsView recentsView = mTaskView.getRecentsView(); 251 recentsView.switchToScreenshot(null, 252 () -> recentsView.finishRecentsAnimation(true /* toRecents */, 263 RecentsView recentsView = mActivity.getOverviewPanel(); 264 PagedOrientationHandler orientationHandler = recentsView.getPagedOrientationHandler();
|
H A D | RecentsView.java | 222 recentsView.setFullscreenProgress(v); 226 public Float get(RecentsView recentsView) { 227 return recentsView.mFullscreenProgress; 235 recentsView.setTaskModalness(v); 240 return recentsView.mTaskModalness; 250 recentsView.updatePageOffsets(); 275 recentsView.setColorTint(v); 280 return recentsView.getColorTint(); 4131 RecentsView recentsView = tv.getRecentsView(); 5020 @Nullable RecentsView recentsView) { [all …]
|
H A D | GroupedTaskView.java | 170 RecentsView recentsView = getRecentsView(); in launchTaskAnimated() local 172 recentsView.getSplitPlaceholder().launchTasks(this /*groupedTaskView*/, in launchTaskAnimated() 177 recentsView.addSideTaskLaunchCallback(endCallback); in launchTaskAnimated()
|
H A D | TaskMenuViewWithArrow.kt | 177 val recentsView: RecentsView<*, *> = mActivityContext.getOverviewPanel() 178 val orientationHandler = recentsView.pagedOrientationHandler
|
/aosp12/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/ |
H A D | AbstractQuickStepTest.java | 45 RecentsView recentsView = launcher.getOverviewPanel(); in onLauncherActivityClose() local 46 if (recentsView != null) { in onLauncherActivityClose() 47 recentsView.finishRecentsAnimation(false /* toRecents */, null); in onLauncherActivityClose() 83 RecentsView recentsView = launcher.getOverviewPanel(); in isInLiveTileMode() local 84 return recentsView.getSizeStrategy().isInLiveTileMode() in isInLiveTileMode() 85 && recentsView.getRunningTaskViewId() != -1; in isInLiveTileMode()
|
H A D | TaplTestsQuickstep.java | 63 RecentsView recentsView = launcher.getOverviewPanel(); in setUp() 64 recentsView.getPagedViewOrientedState().forceAllowRotationForTesting(true); in setUp() 71 RecentsView recentsView = launcher.getOverviewPanel(); in tearDown() 72 recentsView.getPagedViewOrientedState().forceAllowRotationForTesting(false); in tearDown()
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
H A D | TaskViewUtils.java | 118 for (int i = 0; i < recentsView.getTaskViewCount(); i++) { in findTaskViewToLaunch() 119 TaskView taskView = recentsView.getTaskViewAt(i); in findTaskViewToLaunch() 120 if (recentsView.isTaskViewVisible(taskView)) { in findTaskViewToLaunch() 163 RecentsView recentsView = v.getRecentsView(); in createRecentsWindowAnimator() local 184 recentsView.getSizeStrategy(), targets); in createRecentsWindowAnimator() 195 int taskIndex = recentsView.indexOfChild(v); in createRecentsWindowAnimator() 200 taskIndex != recentsView.getCurrentPage() && !showAsGrid; in createRecentsWindowAnimator() 277 recentsView.getRecentsAnimationController(); in createRecentsWindowAnimator() 462 recentsView, depthController); in composeRecentsSplitLaunchAnimatorLegacy() 563 recentsView.post(() -> { in composeRecentsLaunchAnimator() [all …]
|
H A D | TaskAnimationManager.java | 75 RecentsView recentsView = activityInterface.getCreatedActivity().getOverviewPanel(); 76 if (recentsView != null) { 77 recentsView.launchSideTaskInLiveTileModeForRestartedApp(task.taskId); 169 RecentsView recentsView = in startRecentsAnimation() 171 if (recentsView != null) { in startRecentsAnimation() 172 recentsView.launchSideTaskInLiveTileMode(appearedTaskTarget.taskId, in startRecentsAnimation() 230 RecentsView recentsView = activityInterface.getCreatedActivity().getOverviewPanel(); in endLiveTile() local 231 if (recentsView != null) { in endLiveTile() 232 recentsView.switchToScreenshot(null, in endLiveTile() 233 () -> recentsView.finishRecentsAnimation(true /* toRecents */, in endLiveTile()
|
H A D | BaseActivityInterface.java | 203 RecentsView recentsView = activity.getOverviewPanel(); in switchRunningTaskViewToScreenshot() local 204 if (recentsView == null) { in switchRunningTaskViewToScreenshot() 210 recentsView.switchToScreenshot(thumbnailDatas, runnable); in switchRunningTaskViewToScreenshot() 472 RecentsView recentsView = mActivity.getOverviewPanel(); in createActivityInterface() local 476 recentsView, RECENTS_SCALE_PROPERTY, recentsView, in createActivityInterface() 494 RecentsView recentsView = mActivity.getOverviewPanel(); in setRecentsAttachedToAppWindow() local 505 if (!recentsView.isShown() && animate) { in setRecentsAttachedToAppWindow() 539 RecentsView recentsView = activity.getOverviewPanel(); in createBackgroundToOverviewAnim() local 540 pa.addFloat(recentsView, RECENTS_SCALE_PROPERTY, in createBackgroundToOverviewAnim() 541 recentsView.getMaxScaleForFullScreen(), 1, LINEAR); in createBackgroundToOverviewAnim() [all …]
|
H A D | TaskOverlayFactory.java | 127 RecentsView recentsView = taskView.getRecentsView(); in addSplitOptions() local 128 PagedOrientationHandler orientationHandler = recentsView.getPagedOrientationHandler(); in addSplitOptions() 132 boolean notEnoughTasksToSplit = recentsView.getTaskViewCount() < 2; in addSplitOptions() 135 recentsView.isTaskInExpectedScrollPosition(recentsView.indexOfChild(taskView)); in addSplitOptions() 225 RecentsView recentsView = mThumbnailView.getTaskView().getRecentsView(); 226 recentsView.switchToScreenshot( 227 () -> recentsView.finishRecentsAnimation(true /* toRecents */,
|
H A D | LauncherActivityInterface.java | 188 RecentsView recentsView = in getVisibleRecentsView() local 191 if (recentsView == null || (!launcher.hasBeenResumed() in getVisibleRecentsView() 192 && recentsView.getRunningTaskViewId() == -1)) { in getVisibleRecentsView() 196 return recentsView; in getVisibleRecentsView() 215 RecentsView recentsView = getVisibleRecentsView(); in switchToRecentsIfVisible() local 216 if (recentsView == null) { in switchToRecentsIfVisible() 248 RecentsView recentsView = getCreatedActivity().getOverviewPanel(); in notifyRecentsOfOrientation() local 249 recentsView.setLayoutRotation(rotationTouchHelper.getCurrentActiveRotation(), in notifyRecentsOfOrientation()
|
H A D | FallbackActivityInterface.java | 213 RecentsView recentsView = getCreatedActivity().getOverviewPanel(); in notifyRecentsOfOrientation() local 214 recentsView.setLayoutRotation(rotationTouchHelper.getCurrentActiveRotation(), in notifyRecentsOfOrientation()
|
H A D | RecentsActivity.java | 410 RecentsView recentsView = getOverviewPanel(); in startHome() local 411 recentsView.switchToScreenshot(() -> recentsView.finishRecentsAnimation(true, in startHome()
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/states/ |
H A D | OverviewModalTaskState.java | 65 RecentsView recentsView = launcher.<RecentsView>getOverviewPanel(); in onBackPressed() local 66 if (recentsView != null) { in onBackPressed() 67 recentsView.resetModalVisuals(); in onBackPressed()
|
H A D | SplitScreenSelectState.java | 38 RecentsView recentsView = launcher.getOverviewPanel(); in getSplitSelectTranslation() local 39 return recentsView.getSplitSelectTranslation(); in getSplitSelectTranslation()
|
H A D | BackgroundAppState.java | 52 RecentsView recentsView = launcher.getOverviewPanel(); in getVerticalProgress() local 55 recentsView.getPagedOrientationHandler()); in getVerticalProgress()
|
H A D | OverviewState.java | 66 RecentsView recentsView = launcher.getOverviewPanel(); in getWorkspaceScaleAndTranslation() local 68 recentsView.getTaskSize(sTempRect); in getWorkspaceScaleAndTranslation()
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/ |
H A D | AnimatorControllerWithResistance.java | 219 RecentsView recentsView = launcher.getOverviewPanel(); in createRecentsResistanceFromOverviewAnim() local 220 RecentsParams params = new RecentsParams(launcher, recentsView.getPagedViewOrientedState(), in createRecentsResistanceFromOverviewAnim() 221 launcher.getDeviceProfile(), recentsView, RECENTS_SCALE_PROPERTY, recentsView, in createRecentsResistanceFromOverviewAnim() 225 .setStartScale(recentsView.getScaleX()); in createRecentsResistanceFromOverviewAnim()
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/ |
H A D | NavBarToHomeTouchController.java | 139 RecentsView recentsView = mLauncher.getOverviewPanel(); in initCurrentAnimation() local 144 builder.addOnFrameCallback(recentsView::redrawLiveTile); in initCurrentAnimation() 193 RecentsView recentsView = mLauncher.getOverviewPanel(); in onDragEnd() local 194 recentsView.switchToScreenshot(null, in onDragEnd() 195 () -> recentsView.finishRecentsAnimation(true /* toRecents */, null)); in onDragEnd()
|
H A D | PortraitStatesTouchController.java | 192 RecentsView recentsView = mLauncher.getOverviewPanel(); in initCurrentAnimation() local 194 mLauncher.getDeviceProfile(), recentsView.getPagedOrientationHandler()); in initCurrentAnimation()
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/ |
H A D | FallbackTaskbarUIController.java | 43 RecentsView recentsView = mRecentsActivity.getOverviewPanel(); 44 recentsView.setTaskLaunchListener(toState == RecentsState.DEFAULT
|
H A D | TaskbarLauncherStateController.java | 149 RecentsView recentsView = mLauncher.getOverviewPanel(); in createAnimToLauncher() local 150 recentsView.setTaskLaunchListener(() -> { in createAnimToLauncher()
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/ |
H A D | QuickstepLauncher.java | 374 RecentsView recentsView = getOverviewPanel(); in dump() local 376 writer.println(prefix + "\tmOrientationState: " + (recentsView == null ? "recentsNull" : in dump() 377 recentsView.getPagedViewOrientedState())); in dump()
|