Searched refs:appWin (Results 1 – 2 of 2) sorted by relevance
414 WindowState appWin = this; in WindowState() local415 while (appWin.mAttachedWindow != null) { in WindowState()416 appWin = appWin.mAttachedWindow; in WindowState()418 WindowToken appToken = appWin.mToken; in WindowState()
5550 WindowState appWin = null; in screenshotApplications() local5579 appWin = null; in screenshotApplications()5603 appWin = ws; in screenshotApplications()5644 if (appToken != null && appWin == null) { in screenshotApplications()5653 + ", " + appWin + " drawState=" + appWin.mWinAnimator.mDrawState); in screenshotApplications()5718 retryCount + " of " + appToken + " appWin=" + (appWin == null ? in screenshotApplications()5719 "null" : (appWin + " drawState=" + appWin.mWinAnimator.mDrawState))); in screenshotApplications()5751 Slog.i(TAG, "Screenshot " + appWin + " was monochrome(" + in screenshotApplications()5753 (appWin != null ? appWin.mWinAnimator.mSurfaceLayer : "null") + in screenshotApplications()