OSDN Git Service

WM: Prevent secondary display focus while keyguard is up
[android-x86/frameworks-base.git] / core / java / android / view / WindowManagerPolicy.java
index c4ffb4c..235e61a 100644 (file)
@@ -611,6 +611,11 @@ public interface WindowManagerPolicy {
         void notifyKeyguardTrustedChanged();
 
         /**
+         * The keyguard showing state has changed
+         */
+        void onKeyguardShowingAndNotOccludedChanged();
+
+        /**
          * Notifies the window manager that screen is being turned off.
          *
          * @param listener callback to call when display can be turned off