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

Commit 3ec1964c authored by Brian Egizi's avatar Brian Egizi Committed by Gerrit Code Review
Browse files

Merge "Fix comment typos in keyguard repos" into main

parents b4657e55 29f573f1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ import com.android.systemui.R;
public abstract class KeyguardAbsKeyInputView extends KeyguardInputView {
    protected View mEcaView;

    // To avoid accidental lockout due to events while the device in in the pocket, ignore
    // To avoid accidental lockout due to events while the device in the pocket, ignore
    // any passwords with length less than or equal to this length.
    protected static final int MINIMUM_PASSWORD_LENGTH_BEFORE_REPORT = 3;
    private KeyDownListener mKeyDownListener;
+1 −1
Original line number Diff line number Diff line
@@ -132,7 +132,7 @@ public interface KeyguardViewController {
    boolean shouldSubtleWindowAnimationsForUnlock();

    /**
     * Starts the animation before we dismiss Keyguard, i.e. an disappearing animation on the
     * Starts the animation before we dismiss Keyguard, i.e. a disappearing animation on the
     * security view of the bouncer.
     *
     * @param finishRunnable the runnable to be run after the animation finished, or {@code null} if
+1 −1
Original line number Diff line number Diff line
@@ -80,7 +80,7 @@ public class KeyguardIndication {
    }

    /**
     * Click listener for messsage.
     * Click listener for message.
     */
    public @Nullable View.OnClickListener getClickListener() {
        return mOnClickListener;
+1 −1
Original line number Diff line number Diff line
@@ -437,7 +437,7 @@ public class KeyguardViewMediator implements CoreStartable, Dumpable,
    /**
     * Whether a hide is pending and we are just waiting for #startKeyguardExitAnimation to be
     * called.
     * */
     */
    private boolean mHiding;

    /**