Searched refs:appWindow (Results 1 – 2 of 2) sorted by relevance
4900 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()
10130 AppWindowToken appWindow = findAppWindowToken(token); in notifyAppRelaunching() local10131 if (appWindow != null) { in notifyAppRelaunching()10132 appWindow.startRelaunching(); in notifyAppRelaunching()10139 AppWindowToken appWindow = findAppWindowToken(token); in notifyAppRelaunchingFinished() local10140 if (appWindow != null) { in notifyAppRelaunchingFinished()10141 appWindow.finishRelaunching(); in notifyAppRelaunchingFinished()