Home
last modified time | relevance | path

Searched refs:TransformParams (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/util/
DClipAnimationHelper.java156 public RectF applyTransform(RemoteAnimationTargetSet targetSet, TransformParams params) { in applyTransform()
160 public RectF applyTransform(RemoteAnimationTargetSet targetSet, TransformParams params, in applyTransform()
360 public static class TransformParams { class in ClipAnimationHelper
371 public TransformParams() { in TransformParams() method in ClipAnimationHelper.TransformParams
381 public TransformParams setProgress(float progress) { in setProgress()
387 public TransformParams setCornerRadius(float cornerRadius) { in setCornerRadius()
392 public TransformParams setCurrentRectAndTargetAlpha(RectF currentRect, float targetAlpha) { in setCurrentRectAndTargetAlpha()
398 public TransformParams setOffsetX(float offsetX) { in setOffsetX()
403 public TransformParams setOffsetScale(float offsetScale) { in setOffsetScale()
408 public TransformParams setForLiveTile(boolean forLiveTile) { in setForLiveTile()
[all …]
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/
DLauncherRecentsView.java51 import com.android.quickstep.util.ClipAnimationHelper.TransformParams;
60 private final TransformParams mTransformParams = new TransformParams();
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/inputconsumers/
DFallbackNoButtonInputConsumer.java53 import com.android.quickstep.util.ClipAnimationHelper.TransformParams;
80 private final TransformParams mTransformParams = new TransformParams();
DDeviceLockedInputConsumer.java80 private final ClipAnimationHelper.TransformParams mTransformParams;
99 mTransformParams = new ClipAnimationHelper.TransformParams(); in DeviceLockedInputConsumer()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DAppToOverviewAnimationProvider.java142 ClipAnimationHelper.TransformParams params = new ClipAnimationHelper.TransformParams() in createWindowAnimation()
DTaskViewUtils.java117 ClipAnimationHelper.TransformParams params = new ClipAnimationHelper.TransformParams() in getRecentsWindowAnimator()
DWindowTransformSwipeHandler.java235 private final ClipAnimationHelper.TransformParams mTransformParams;
307 mTransformParams = new ClipAnimationHelper.TransformParams(); in WindowTransformSwipeHandler()