Home
last modified time | relevance | path

Searched refs:atoken (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DWindowSurfacePlacer.java789 final AppWindowToken atoken = w.mAppToken; in applySurfaceChangesTransaction() local
790 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 …]
DWindowManagerService.java887 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 …]
DWindowState.java1187 final AppWindowToken atoken = mAppToken; in isVisibleOrBehindKeyguardLw() local
1188 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() local
1231 && (atoken == null || !atoken.hiddenRequested) in isVisibleOrAdding()
1252 final AppWindowToken atoken = mAppToken; in isOnScreenIgnoringKeyguard() local
1253 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 …]
DAppWindowAnimator.java112 public AppWindowAnimator(final AppWindowToken atoken) { in AppWindowAnimator() argument
113 mAppToken = atoken; in AppWindowAnimator()
114 mService = atoken.service; in AppWindowAnimator()
DTask.java610 final AppWindowToken atoken = mAppTokens.get(activityNdx); in resizeWindows() local
614 atoken.destroySavedSurfaces(); in resizeWindows()
615 final ArrayList<WindowState> windows = atoken.allAppWindows; in resizeWindows()
DWindowAnimator.java450 final AppWindowToken atoken = win.mAppToken; in updateWindowsLocked() local
452 if (atoken == null || atoken.allDrawn) { in updateWindowsLocked()
DWindowStateAnimator.java628 final AppWindowToken atoken = mWin.mAppToken; in commitFinishDrawingLocked() local
629 if (atoken == null || atoken.allDrawn || mWin.mAttrs.type == TYPE_APPLICATION_STARTING) { in commitFinishDrawingLocked()