am 4b0b6095: Merge branch \'eclair-plus-aosp\' of ssh://android-git.corp.google.com:29418/platform/frameworks/policies/base into eclair-mr2-plus-aosp
Merge commit '4b0b6095551bab9b9504fa581968632df9c62960' * commit '4b0b6095551bab9b9504fa581968632df9c62960': More fix #2163209: alarm clock rings but is hidden behind lock screen
This commit is contained in:
@@ -1359,12 +1359,12 @@ public class PhoneWindowManager implements WindowManagerPolicy {
|
||||
|
||||
win.computeFrameLw(pf, df, cf, vf);
|
||||
|
||||
if (win.isVisibleLw()) {
|
||||
if (mTopFullscreenOpaqueWindowState == null &&
|
||||
win.isVisibleOrBehindKeyguardLw()) {
|
||||
if ((attrs.flags & FLAG_FORCE_NOT_FULLSCREEN) != 0) {
|
||||
mForceStatusBar = true;
|
||||
}
|
||||
if (mTopFullscreenOpaqueWindowState == null
|
||||
&& attrs.type >= FIRST_APPLICATION_WINDOW
|
||||
if (attrs.type >= FIRST_APPLICATION_WINDOW
|
||||
&& attrs.type <= LAST_APPLICATION_WINDOW
|
||||
&& win.fillsScreenLw(mW, mH, false, false)) {
|
||||
if (DEBUG_LAYOUT) Log.v(TAG, "Fullscreen window: " + win);
|
||||
|
||||
Reference in New Issue
Block a user