Searched refs:mClipAnimationHelper (Results 1 – 6 of 6) sorted by relevance
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/ |
D | BaseSwipeUpHandler.java | 100 protected final ClipAnimationHelper mClipAnimationHelper; field in BaseSwipeUpHandler 141 mClipAnimationHelper = new ClipAnimationHelper(context); in BaseSwipeUpHandler() 204 mRecentsView.setClipAnimationHelper(mClipAnimationHelper); in linkRecentsViewScroll() 259 mClipAnimationHelper.updateSource(overviewStackBounds, runningTaskTarget); in onRecentsAnimationStart() 262 mClipAnimationHelper.prepareAnimation(dp, false /* isOpening */); in onRecentsAnimationStart() 290 mClipAnimationHelper.updateHomeBounds(getStackBounds(dp)); in initTransitionEndpoints() 292 mClipAnimationHelper.updateTargetRect(TEMP_RECT); in initTransitionEndpoints() 350 mClipAnimationHelper.getTargetRect().width()); in applyTransformUnchecked() 352 mClipAnimationHelper.applyTransform(mRecentsAnimationWrapper.targetSet, in applyTransformUnchecked() 370 final RectF startRect = new RectF(mClipAnimationHelper.applyTransform(targetSet, in createWindowAnimationToHome() [all …]
|
D | WindowTransformSwipeHandler.java | 554 mLiveTileOverlay.update(mClipAnimationHelper.getCurrentRectWithInsets(), in updateFinalShift() 555 mClipAnimationHelper.getCurrentCornerRadius()); in updateFinalShift() 882 RectF fallbackTarget = new RectF(mClipAnimationHelper.getTargetRect()); in animateToProgressInternal() 1202 mClipAnimationHelper.setTaskAlphaCallback(provider); in setTargetAlphaProvider()
|
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/inputconsumers/ |
D | DeviceLockedInputConsumer.java | 79 private final ClipAnimationHelper mClipAnimationHelper; field in DeviceLockedInputConsumer 100 mClipAnimationHelper = new ClipAnimationHelper(context); in DeviceLockedInputConsumer() 159 mClipAnimationHelper.applyTransform(mTargetSet, mTransformParams); in onMotionEvent() 225 mClipAnimationHelper.updateSource(displaySize, targetCompat); in onRecentsAnimationStart() 230 mClipAnimationHelper.updateTargetRect(displaySize); in onRecentsAnimationStart() 231 mClipAnimationHelper.applyTransform(mTargetSet, mTransformParams); in onRecentsAnimationStart()
|
D | FallbackNoButtonInputConsumer.java | 130 mClipAnimationHelper.setBaseAlphaCallback((t, a) -> 1 - mLauncherAlpha.value); in FallbackNoButtonInputConsumer() 132 mClipAnimationHelper.setBaseAlphaCallback((t, a) -> mLauncherAlpha.value); in FallbackNoButtonInputConsumer() 422 mClipAnimationHelper.prepareAnimation(mDp, true); in onRecentsAnimationStart()
|
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/ |
D | LauncherRecentsView.java | 198 mClipAnimationHelper.applyTransform(mRecentsAnimationWrapper.targetSet, in onTaskLaunchAnimationUpdate() 233 || mClipAnimationHelper == null) { in redrawLiveTile() 258 mClipAnimationHelper.applyTransform(mRecentsAnimationWrapper.targetSet, in redrawLiveTile()
|
D | RecentsView.java | 158 protected ClipAnimationHelper mClipAnimationHelper; field in RecentsView 801 mClipAnimationHelper = null; in reset() 1688 mClipAnimationHelper = clipAnimationHelper; in setClipAnimationHelper()
|