summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI
diff options
context:
space:
mode:
authorJorim Jaggi <jjaggi@google.com>2015-02-02 20:45:32 +0100
committerJorim Jaggi <jjaggi@google.com>2015-02-02 20:45:32 +0100
commit10c85c76a9110f2b09f71d9a830b593058e3ef4e (patch)
tree243a572d242cd737ceac8f7e66828b81f8b5d28a /packages/SystemUI
parent462c9f50c3e52fb62287830056d5b1346120a233 (diff)
parent83eaf6cc8c94e0b503a1326229fb8200b9e27461 (diff)
downloadframeworks_base-10c85c76a9110f2b09f71d9a830b593058e3ef4e.zip
frameworks_base-10c85c76a9110f2b09f71d9a830b593058e3ef4e.tar.gz
frameworks_base-10c85c76a9110f2b09f71d9a830b593058e3ef4e.tar.bz2
Merge commit '83eaf6cc' into HEAD
Change-Id: I13918ee8116ac17169910a1414de913bcc2d184e
Diffstat (limited to 'packages/SystemUI')
-rw-r--r--packages/SystemUI/src/com/android/systemui/statusbar/phone/KeyguardBouncer.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/phone/KeyguardBouncer.java b/packages/SystemUI/src/com/android/systemui/statusbar/phone/KeyguardBouncer.java
index fc4d7fe..262d955 100644
--- a/packages/SystemUI/src/com/android/systemui/statusbar/phone/KeyguardBouncer.java
+++ b/packages/SystemUI/src/com/android/systemui/statusbar/phone/KeyguardBouncer.java
@@ -22,6 +22,7 @@ import android.view.KeyEvent;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
+import android.view.accessibility.AccessibilityEvent;
import com.android.internal.widget.LockPatternUtils;
import com.android.keyguard.KeyguardHostView;
@@ -85,6 +86,7 @@ public class KeyguardBouncer {
mKeyguardView.onResume();
mKeyguardView.startAppearAnimation();
mShowingSoon = false;
+ mKeyguardView.sendAccessibilityEvent(AccessibilityEvent.TYPE_WINDOW_STATE_CHANGED);
}
};