Searched defs:atoken (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
H A DAppWindowAnimator.java97 public AppWindowAnimator(final AppWindowToken atoken) { argument
98 mAppToken = atoken;
99 mService = atoken.service;
100 mAnimator = atoken.mAnimator;
H A DWindowManagerService.java842 AppWindowToken atoken = findAppWindowToken(token);
843 if (atoken == null) {
846 if (atoken.mLaunchTaskBehind) {
848 mActivityManager.notifyLaunchTaskBehindComplete(atoken.token);
851 atoken.mLaunchTaskBehind = false;
853 atoken.updateReportedVisibilityLocked();
854 if (atoken.mEnteringAnimation) {
855 atoken.mEnteringAnimation = false;
857 mActivityManager.notifyEnterAnimationComplete(atoken.token);
1122 AppWindowToken atoken
3467 applyAnimationLocked(AppWindowToken atoken, WindowManager.LayoutParams lp, int transit, boolean enter, boolean isVoiceInteraction) argument
3706 createTaskLocked(int taskId, int stackId, int userId, AppWindowToken atoken) argument
[all...]

Completed in 2797 milliseconds