Home | History | Annotate | Download | only in wm

Lines Matching refs:transit

2346                 int transit = WindowManagerPolicy.TRANSIT_EXIT;
2348 transit = WindowManagerPolicy.TRANSIT_PREVIEW_DONE;
2351 if (win.mWinAnimator.applyAnimationLocked(transit, false)) {
2357 mDisplayMagnifier.onWindowTransitionLocked(win, transit);
2881 int transit = WindowManagerPolicy.TRANSIT_EXIT;
2883 transit = WindowManagerPolicy.TRANSIT_PREVIEW_DONE;
2886 winAnimator.applyAnimationLocked(transit, false)) {
2908 mDisplayMagnifier.onWindowTransitionLocked(win, transit);
3126 WindowManager.LayoutParams lp, int transit, boolean enter) {
3137 Animation a = mAppTransition.loadAnimation(lp, transit, enter, width, height);
3676 public void prepareAppTransition(int transit, boolean alwaysKeepCurrent) {
3684 TAG, "Prepare app transition: transit=" + transit
3690 mAppTransition.setAppTransition(transit);
3692 if (transit == AppTransition.TRANSIT_TASK_OPEN
3696 mAppTransition.setAppTransition(transit);
3697 } else if (transit == AppTransition.TRANSIT_ACTIVITY_OPEN
3701 mAppTransition.setAppTransition(transit);
4001 boolean visible, int transit, boolean performLayout) {
4018 if (transit != AppTransition.TRANSIT_UNSET) {
4022 if (applyAnimationLocked(wtoken, lp, transit, visible)) {
4029 mDisplayMagnifier.onAppWindowTransitionLocked(window, transit);
8120 int transit = mAppTransition.getAppTransition();
8122 transit = AppTransition.TRANSIT_UNSET;
8209 switch (transit) {
8213 transit = AppTransition.TRANSIT_WALLPAPER_INTRA_OPEN;
8218 transit = AppTransition.TRANSIT_WALLPAPER_INTRA_CLOSE;
8221 if (DEBUG_APP_TRANSITIONS) Slog.v(TAG, "New transit: " + transit);
8225 transit = AppTransition.TRANSIT_WALLPAPER_CLOSE;
8227 "New transit away from wallpaper: " + transit);
8231 transit = AppTransition.TRANSIT_WALLPAPER_OPEN;
8233 "New transit into wallpaper: " + transit);
8255 setTokenVisibilityLocked(wtoken, animLp, true, transit, false);
8289 transit, false);
8328 transit, true, true, displayInfo.appWidth, displayInfo.appHeight);