summaryrefslogtreecommitdiffstats
path: root/packages/Keyguard/src/com/android/keyguard/KeyguardPINView.java
diff options
context:
space:
mode:
authorJorim Jaggi <jjaggi@google.com>2014-08-22 16:28:42 +0200
committerJorim Jaggi <jjaggi@google.com>2014-08-25 17:20:43 +0200
commitfb28c0e129896b17e4906b873bf44eb103ac2a8d (patch)
tree22ef5c54ec796b2e1bc5205e0c67014127a88066 /packages/Keyguard/src/com/android/keyguard/KeyguardPINView.java
parent5cef4fa9c189a43ca081d74319f6046e4eba6b8d (diff)
downloadframeworks_base-fb28c0e129896b17e4906b873bf44eb103ac2a8d.zip
frameworks_base-fb28c0e129896b17e4906b873bf44eb103ac2a8d.tar.gz
frameworks_base-fb28c0e129896b17e4906b873bf44eb103ac2a8d.tar.bz2
Fix invisible security method
Also fixes a bug where notification guts couldn't be launched from Keyguard. Bug: 17162095 Change-Id: I50395065e568ca01e837b0540d5edfd8bbd5797a
Diffstat (limited to 'packages/Keyguard/src/com/android/keyguard/KeyguardPINView.java')
-rw-r--r--packages/Keyguard/src/com/android/keyguard/KeyguardPINView.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/Keyguard/src/com/android/keyguard/KeyguardPINView.java b/packages/Keyguard/src/com/android/keyguard/KeyguardPINView.java
index 66c30c7..55538a7 100644
--- a/packages/Keyguard/src/com/android/keyguard/KeyguardPINView.java
+++ b/packages/Keyguard/src/com/android/keyguard/KeyguardPINView.java
@@ -85,6 +85,7 @@ public class KeyguardPINView extends KeyguardPinBasedInputView {
@Override
public void startAppearAnimation() {
enableClipping(false);
+ setAlpha(1f);
setTranslationY(mAppearAnimationUtils.getStartTranslation());
animate()
.setDuration(500)