Searched refs:appWindow (Results 1 – 2 of 2) sorted by relevance
10325 AppWindowToken appWindow = findAppWindowToken(token); in notifyAppRelaunching() local10326 if (appWindow != null) { in notifyAppRelaunching()10327 appWindow.startRelaunching(); in notifyAppRelaunching()10334 AppWindowToken appWindow = findAppWindowToken(token); in notifyAppRelaunchingFinished() local10335 if (appWindow != null) { in notifyAppRelaunchingFinished()10336 appWindow.finishRelaunching(); in notifyAppRelaunchingFinished()10343 final AppWindowToken appWindow = findAppWindowToken(token); in notifyAppRelaunchesCleared() local10344 if (appWindow != null) { in notifyAppRelaunchesCleared()10345 appWindow.clearRelaunching(); in notifyAppRelaunchesCleared()
4977 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()