Searched refs:atoken (Results 1 – 7 of 7) sorted by relevance
789 final AppWindowToken atoken = w.mAppToken; in applySurfaceChangesTransaction() local790 if (DEBUG_STARTING_WINDOW && atoken != null && w == atoken.startingWindow) { in applySurfaceChangesTransaction()792 + " isOnScreen=" + w.isOnScreen() + " allDrawn=" + atoken.allDrawn in applySurfaceChangesTransaction()793 + " freezingScreen=" + atoken.mAppAnimator.freezingScreen); in applySurfaceChangesTransaction()795 if (atoken != null && (!atoken.allDrawn || !atoken.allDrawnExcludingSaved in applySurfaceChangesTransaction()796 || atoken.mAppAnimator.freezingScreen)) { in applySurfaceChangesTransaction()797 if (atoken.lastTransactionSequence != mService.mTransactionSequence) { in applySurfaceChangesTransaction()798 atoken.lastTransactionSequence = mService.mTransactionSequence; in applySurfaceChangesTransaction()799 atoken.numInterestingWindows = atoken.numDrawnWindows = 0; in applySurfaceChangesTransaction()800 atoken.numInterestingWindowsExcludingSaved = 0; in applySurfaceChangesTransaction()[all …]
887 AppWindowToken atoken = findAppWindowToken(token);888 if (atoken == null) {891 if (atoken.mLaunchTaskBehind) {893 mActivityManager.notifyLaunchTaskBehindComplete(atoken.token);896 atoken.mLaunchTaskBehind = false;898 atoken.updateReportedVisibilityLocked();899 if (atoken.mEnteringAnimation) {900 atoken.mEnteringAnimation = false;902 mActivityManager.notifyEnterAnimationComplete(atoken.token);1207 WindowToken atoken = mTokenMap.get(pos.mClient.asBinder()); in addAppWindowToListLocked() local[all …]
1187 final AppWindowToken atoken = mAppToken; in isVisibleOrBehindKeyguardLw() local1188 final boolean animating = atoken != null && atoken.mAppAnimator.animation != null; in isVisibleOrBehindKeyguardLw()1190 && (atoken == null ? mPolicyVisibility : !atoken.hiddenRequested) in isVisibleOrBehindKeyguardLw()1228 final AppWindowToken atoken = mAppToken; in isVisibleOrAdding() local1231 && (atoken == null || !atoken.hiddenRequested) in isVisibleOrAdding()1252 final AppWindowToken atoken = mAppToken; in isOnScreenIgnoringKeyguard() local1253 if (atoken != null) { in isOnScreenIgnoringKeyguard()1254 return ((!mAttachedHidden && !atoken.hiddenRequested) in isOnScreenIgnoringKeyguard()1255 || mWinAnimator.mAnimation != null || atoken.mAppAnimator.animation != null); in isOnScreenIgnoringKeyguard()1308 final AppWindowToken atoken = mAppToken; in isReadyForDisplayIgnoringKeyguard() local[all …]
112 public AppWindowAnimator(final AppWindowToken atoken) { in AppWindowAnimator() argument113 mAppToken = atoken; in AppWindowAnimator()114 mService = atoken.service; in AppWindowAnimator()
610 final AppWindowToken atoken = mAppTokens.get(activityNdx); in resizeWindows() local614 atoken.destroySavedSurfaces(); in resizeWindows()615 final ArrayList<WindowState> windows = atoken.allAppWindows; in resizeWindows()
450 final AppWindowToken atoken = win.mAppToken; in updateWindowsLocked() local452 if (atoken == null || atoken.allDrawn) { in updateWindowsLocked()
628 final AppWindowToken atoken = mWin.mAppToken; in commitFinishDrawingLocked() local629 if (atoken == null || atoken.allDrawn || mWin.mAttrs.type == TYPE_APPLICATION_STARTING) { in commitFinishDrawingLocked()