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

/frameworks/base/services/core/java/com/android/server/wm/
H A DAppWindowAnimator.java112 public AppWindowAnimator(final AppWindowToken atoken) { argument
113 mAppToken = atoken;
114 mService = atoken.service;
H A 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
2195 prepareWindowReplacementTransition(AppWindowToken atoken) argument
2223 prepareNoneTransitionForRelaunching(AppWindowToken atoken) argument
3158 applyAnimationLocked(AppWindowToken atoken, WindowManager.LayoutParams lp, int transit, boolean enter, boolean isVoiceInteraction) argument
3403 createTaskLocked(int taskId, int stackId, int userId, AppWindowToken atoken, Rect bounds, Configuration config) argument
[all...]

Completed in 1768 milliseconds