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

Commit 29f573f1 authored by Brian Egizi's avatar Brian Egizi
Browse files

Fix comment typos in keyguard repos

Part of typos cleanup in the keyguard repo

Change-Id: Iefc53f9e86167423f62cfd25ca854826a5571848
parent 11a67a20
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;

    /**