Home
last modified time | relevance | path

Searched refs:appWindow (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java4900 boolean appWindow = attrs.type >= FIRST_APPLICATION_WINDOW in applyPostLayoutPolicyLw()
4920 appWindow = true; in applyPostLayoutPolicyLw()
4929 if (appWindow && attached == null) { in applyPostLayoutPolicyLw()
4992 if (win.isAnimatingLw() && appWindow && showWhenLocked && mKeyguardHidden) { in applyPostLayoutPolicyLw()
5008 if (mTopDockedOpaqueWindowState == null && reallyVisible && appWindow && attached == null in applyPostLayoutPolicyLw()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java10130 AppWindowToken appWindow = findAppWindowToken(token); in notifyAppRelaunching() local
10131 if (appWindow != null) { in notifyAppRelaunching()
10132 appWindow.startRelaunching(); in notifyAppRelaunching()
10139 AppWindowToken appWindow = findAppWindowToken(token); in notifyAppRelaunchingFinished() local
10140 if (appWindow != null) { in notifyAppRelaunchingFinished()
10141 appWindow.finishRelaunching(); in notifyAppRelaunchingFinished()