Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/util/
DClipAnimationHelper.java159 public RectF applyTransform(RemoteAnimationTargetSet targetSet, TransformParams params) { in applyTransform()
163 public RectF applyTransform(RemoteAnimationTargetSet targetSet, TransformParams params, in applyTransform()
378 public static class TransformParams { class in ClipAnimationHelper
389 public TransformParams() { in TransformParams() method in ClipAnimationHelper.TransformParams
399 public TransformParams setProgress(float progress) { in setProgress()
409 public TransformParams setCornerRadius(float cornerRadius) { in setCornerRadius()
414 public TransformParams setCurrentRectAndTargetAlpha(RectF currentRect, float targetAlpha) { in setCurrentRectAndTargetAlpha()
420 public TransformParams setOffsetX(float offsetX) { in setOffsetX()
425 public TransformParams setOffsetScale(float offsetScale) { in setOffsetScale()
430 public TransformParams setForLiveTile(boolean forLiveTile) { in setForLiveTile()
[all …]
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/
DLauncherRecentsView.java53 import com.android.quickstep.util.ClipAnimationHelper.TransformParams;
66 private final TransformParams mTransformParams = new TransformParams();
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DAppToOverviewAnimationProvider.java144 ClipAnimationHelper.TransformParams params = new ClipAnimationHelper.TransformParams() in createWindowAnimation()
DTaskViewUtils.java117 ClipAnimationHelper.TransformParams params = new ClipAnimationHelper.TransformParams() in getRecentsWindowAnimator()
DBaseSwipeUpHandler.java60 import com.android.quickstep.util.ClipAnimationHelper.TransformParams;
101 protected final TransformParams mTransformParams = new TransformParams();
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/inputconsumers/
DDeviceLockedInputConsumer.java81 private final ClipAnimationHelper.TransformParams mTransformParams;
102 mTransformParams = new ClipAnimationHelper.TransformParams(); in DeviceLockedInputConsumer()