Home | History | Annotate | Download | only in wm

Lines Matching defs:appToken

1052                     //apptoken note that the window could be a floating window
4702 Slog.i(TAG, "Set freezing of " + wtoken.appToken
4739 if (wtoken == null || wtoken.appToken == null) {
4758 if (wtoken == null || wtoken.appToken == null) {
6066 public Bitmap screenshotApplications(IBinder appToken, int displayId, int width,
6075 if (DEBUG_SCREENSHOT) Slog.i(TAG, "Screenshot of " + appToken
6083 if (DEBUG_SCREENSHOT) Slog.i(TAG, "Screenshot of " + appToken
6099 if (appToken == null) {
6112 && mInputMethodTarget.mAppToken.appToken != null
6113 && mInputMethodTarget.mAppToken.appToken.asBinder() == appToken;
6157 } else if (appToken != null) {
6158 if (ws.mAppToken == null || ws.mAppToken.token != appToken) {
6189 if (ws.mAppToken != null && ws.mAppToken.token == appToken &&
6195 if (appToken != null && appWin == null) {
6198 "Screenshot: Couldn't find a surface matching " + appToken);
6204 Slog.i(TAG, "Screenshot max retries " + retryCount + " of " + appToken +
6211 if (DEBUG_SCREENSHOT) Slog.i(TAG, "Screenshot: No image ready for " + appToken
6222 if (DEBUG_SCREENSHOT) Slog.i(TAG, "Screenshot of " + appToken
6254 + maxLayer + " appToken=" + appToken);
7827 wtoken.appToken.windowsDrawn();
7844 wtoken.appToken.windowsVisible();
7846 wtoken.appToken.windowsGone();