Home
last modified time | relevance | path

Searched defs:depthController (Results 1 – 6 of 6) sorted by relevance

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/statehandlers/
H A DDepthController.java84 public void setValue(DepthController depthController, float depth) { in setValue()
89 public Float get(DepthController depthController) { in get()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DTaskViewUtils.java161 @Nullable DepthController depthController, in createRecentsWindowAnimator()
447 @Nullable DepthController depthController, in composeRecentsSplitLaunchAnimatorLegacy()
532 @Nullable DepthController depthController) { in composeRecentsLaunchAnimator()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
H A DSplitSelectStateController.java74 DepthController depthController) { in SplitSelectStateController()
H A DStaggeredWorkspaceAnim.java281 DepthController depthController = ((BaseQuickstepLauncher) launcher).getDepthController(); in addDepthAnimationForState() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationShadeWindowViewController.java137 NotificationShadeDepthController depthController, in NotificationShadeWindowViewController()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
H A DQuickstepTransitionManager.java1025 DepthController depthController = mLauncher.getDepthController(); in getBackgroundAnimator() local