Lines Matching refs:mAppToken

49     final AppWindowToken mAppToken;
119 mAppToken = atoken;
127 if (WindowManagerService.localLOGV) Slog.v(TAG, "Setting animation in " + mAppToken
129 + " hasContentToDisplay=" + mAppToken.hasContentToDisplay());
151 transformation.setAlpha(mAppToken.hasContentToDisplay() ? 1 : 0);
159 if (!mAppToken.fillsParent()) {
170 if (WindowManagerService.localLOGV) Slog.v(TAG, "Setting dummy animation in " + mAppToken
171 + " hasContentToDisplay=" + mAppToken.hasContentToDisplay());
175 transformation.setAlpha(mAppToken.hasContentToDisplay() ? 1 : 0);
189 if (mAppToken.deferClearAllDrawn) {
190 mAppToken.clearAllDrawn();
198 return animation != null || mAppToken.inPendingTransaction;
250 mAppToken.getDisplayContent().assignWindowLayers(false /* relayoutNeeded */);
251 thumbnailLayer = mAppToken.getHighestAnimLayer();
322 "Stepped animation in " + mAppToken + ": more=" + hasMoreFrames +
330 if (DEBUG_ANIM) Slog.v(TAG, "Finished animation in " + mAppToken + " @ "
364 if ((mAppToken.allDrawn || animating || mAppToken.startingDisplayed)
368 "Starting animation in " + mAppToken +
371 + " allDrawn=" + mAppToken.allDrawn + " animating=" + animating);
403 mAppToken.setAppLayoutChanges(FINISH_LAYOUT_REDO_ANIM, "AppWindowToken");
412 && mService.mInputMethodTarget.mAppToken == mAppToken) {
413 mAppToken.getDisplayContent().computeImeTarget(true /* updateImeTarget */);
416 if (DEBUG_ANIM) Slog.v(TAG, "Animation done in " + mAppToken
417 + ": reportedVisible=" + mAppToken.reportedVisible
419 + " startingDisplayed=" + mAppToken.startingDisplayed);
427 mService.mAppTransition.notifyAppTransitionFinishedLocked(mAppToken.token);
445 pw.print(prefix); pw.print("mAppToken="); pw.println(mAppToken);