Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 40cef0f5 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix variable name"

parents 4cedfca8 29678e62
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -367,10 +367,10 @@ public class KeyguardAffordanceHelper {
        }
    }

    private void startFinishingCircleAnimation(float velocity, Runnable mAnimationEndRunnable,
    private void startFinishingCircleAnimation(float velocity, Runnable animationEndRunnable,
            boolean right) {
        KeyguardAffordanceView targetView = right ? mRightIcon : mLeftIcon;
        targetView.finishAnimation(velocity, mAnimationEndRunnable);
        targetView.finishAnimation(velocity, animationEndRunnable);
    }

    private void setTranslation(float translation, boolean isReset, boolean animateReset) {