am b134b203: Merge change Id8c9cb2f into eclair
Merge commit 'b134b2038ecabcbec3f9b657834d45de27707068' into eclair-plus-aosp * commit 'b134b2038ecabcbec3f9b657834d45de27707068': More fix #2163209: alarm clock rings but is hidden behind lock screen
This commit is contained in:
@@ -262,6 +262,13 @@ public interface WindowManagerPolicy {
|
||||
*/
|
||||
boolean isVisibleLw();
|
||||
|
||||
/**
|
||||
* Like {@link #isVisibleLw}, but also counts a window that is currently
|
||||
* "hidden" behind the keyguard as visible. This allows us to apply
|
||||
* things like window flags that impact the keyguard.
|
||||
*/
|
||||
boolean isVisibleOrBehindKeyguardLw();
|
||||
|
||||
/**
|
||||
* Is this window currently visible to the user on-screen? It is
|
||||
* displayed either if it is visible or it is currently running an
|
||||
|
||||
Reference in New Issue
Block a user