Searched refs:mTransformParams (Results 1 – 4 of 4) sorted by relevance
80 private final ClipAnimationHelper.TransformParams mTransformParams; field in DeviceLockedInputConsumer99 mTransformParams = new ClipAnimationHelper.TransformParams(); in DeviceLockedInputConsumer()155 mTransformParams.setProgress(mProgress); in onMotionEvent()157 mClipAnimationHelper.applyTransform(mTargetSet, mTransformParams); in onMotionEvent()230 mClipAnimationHelper.applyTransform(mTargetSet, mTransformParams); in onRecentsAnimationStart()
80 private final TransformParams mTransformParams = new TransformParams(); field in FallbackNoButtonInputConsumer236 mTransformParams.setProgress(mProgress); in updateDisplacement()239 mClipAnimationHelper.applyTransform(mSwipeAnimationTargetSet, mTransformParams); in updateDisplacement()304 mTransformParams.setProgress(p);305 mClipAnimationHelper.applyTransform(mSwipeAnimationTargetSet, mTransformParams);334 mClipAnimationHelper.applyTransform(mSwipeAnimationTargetSet, mTransformParams);
60 private final TransformParams mTransformParams = new TransformParams(); field in LauncherRecentsView151 mTransformParams.setProgress(1 - progress) in onTaskLaunchAnimationUpdate()155 mTransformParams); in onTaskLaunchAnimationUpdate()210 mTransformParams.setProgress(1f) in redrawLiveTile()215 mTransformParams); in redrawLiveTile()
235 private final ClipAnimationHelper.TransformParams mTransformParams; field in WindowTransformSwipeHandler307 mTransformParams = new ClipAnimationHelper.TransformParams(); in WindowTransformSwipeHandler()435 mTransformParams.setSyncTransactionApplier(applier); in onActivityInit()709 mTransformParams.setProgress(shift).setOffsetX(offsetX).setOffsetScale(offsetScale); in updateFinalShift()711 mTransformParams); in updateFinalShift()1158 mTransformParams.setProgress(startProgress), false /* launcherOnTop */)); in createWindowAnimationToHome()1185 mTransformParams.setProgress(progress) in createWindowAnimationToHome()1188 mTransformParams.setCornerRadius(endRadius * progress + startRadius in createWindowAnimationToHome()1191 mClipAnimationHelper.applyTransform(targetSet, mTransformParams, in createWindowAnimationToHome()