Loading packages/SystemUI/src/com/android/keyguard/KeyguardAbsKeyInputView.java +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading packages/SystemUI/src/com/android/keyguard/KeyguardViewController.java +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading packages/SystemUI/src/com/android/systemui/keyguard/KeyguardIndication.java +1 −1 Original line number Diff line number Diff line Loading @@ -80,7 +80,7 @@ public class KeyguardIndication { } /** * Click listener for messsage. * Click listener for message. */ public @Nullable View.OnClickListener getClickListener() { return mOnClickListener; Loading packages/SystemUI/src/com/android/systemui/keyguard/KeyguardViewMediator.java +1 −1 Original line number Diff line number Diff line Loading @@ -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; /** Loading Loading
packages/SystemUI/src/com/android/keyguard/KeyguardAbsKeyInputView.java +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading
packages/SystemUI/src/com/android/keyguard/KeyguardViewController.java +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
packages/SystemUI/src/com/android/systemui/keyguard/KeyguardIndication.java +1 −1 Original line number Diff line number Diff line Loading @@ -80,7 +80,7 @@ public class KeyguardIndication { } /** * Click listener for messsage. * Click listener for message. */ public @Nullable View.OnClickListener getClickListener() { return mOnClickListener; Loading
packages/SystemUI/src/com/android/systemui/keyguard/KeyguardViewMediator.java +1 −1 Original line number Diff line number Diff line Loading @@ -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; /** Loading