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/wm/
DWindowManagerService.java10325 AppWindowToken appWindow = findAppWindowToken(token); in notifyAppRelaunching() local
10326 if (appWindow != null) { in notifyAppRelaunching()
10327 appWindow.startRelaunching(); in notifyAppRelaunching()
10334 AppWindowToken appWindow = findAppWindowToken(token); in notifyAppRelaunchingFinished() local
10335 if (appWindow != null) { in notifyAppRelaunchingFinished()
10336 appWindow.finishRelaunching(); in notifyAppRelaunchingFinished()
10343 final AppWindowToken appWindow = findAppWindowToken(token); in notifyAppRelaunchesCleared() local
10344 if (appWindow != null) { in notifyAppRelaunchesCleared()
10345 appWindow.clearRelaunching(); in notifyAppRelaunchesCleared()
/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java4977 boolean appWindow = attrs.type >= FIRST_APPLICATION_WINDOW in applyPostLayoutPolicyLw()
4997 appWindow = true; in applyPostLayoutPolicyLw()
5006 if (appWindow && attached == null) { in applyPostLayoutPolicyLw()
5069 if (win.isAnimatingLw() && appWindow && showWhenLocked && mKeyguardHidden) { in applyPostLayoutPolicyLw()
5102 if (mTopDockedOpaqueWindowState == null && reallyVisible && appWindow && attached == null in applyPostLayoutPolicyLw()