summaryrefslogtreecommitdiffstats
path: root/core/java/android/view/WindowManagerPolicy.java
diff options
context:
space:
mode:
authorJorim Jaggi <jjaggi@google.com>2014-04-11 23:25:40 +0200
committerJorim Jaggi <jjaggi@google.com>2014-04-11 23:26:00 +0200
commitf3e3140696ca775fe2f62868addb1eec2b1c18fa (patch)
tree0f90097b958db3d87356749abddf677de989d788 /core/java/android/view/WindowManagerPolicy.java
parentfd7d31087bcd40b825b0eee3058e2298d8648e9f (diff)
parentb755253f284e237f6bafc534e85fad74f66df8bd (diff)
downloadframeworks_base-f3e3140696ca775fe2f62868addb1eec2b1c18fa.zip
frameworks_base-f3e3140696ca775fe2f62868addb1eec2b1c18fa.tar.gz
frameworks_base-f3e3140696ca775fe2f62868addb1eec2b1c18fa.tar.bz2
Merge remote-tracking branch 'goog/master-lockscreen-dev'
Bug: 13635952 Change-Id: Iae69d798155e3aa7e8d94de45977115e16ec66de
Diffstat (limited to 'core/java/android/view/WindowManagerPolicy.java')
-rw-r--r--core/java/android/view/WindowManagerPolicy.java8
1 files changed, 8 insertions, 0 deletions
diff --git a/core/java/android/view/WindowManagerPolicy.java b/core/java/android/view/WindowManagerPolicy.java
index e68d4c0..c9be54d 100644
--- a/core/java/android/view/WindowManagerPolicy.java
+++ b/core/java/android/view/WindowManagerPolicy.java
@@ -1005,6 +1005,14 @@ public interface WindowManagerPolicy {
public void dismissKeyguardLw();
/**
+ * Ask the policy whether the Keyguard has drawn. If the Keyguard is disabled, this method
+ * returns true as soon as we know that Keyguard is disabled.
+ *
+ * @return true if the keyguard has drawn.
+ */
+ public boolean isKeyguardDrawnLw();
+
+ /**
* Given an orientation constant, returns the appropriate surface rotation,
* taking into account sensors, docking mode, rotation lock, and other factors.
*