Home | History | Annotate | Download | only in wm

Lines Matching defs:transit

2412                 int transit = WindowManagerPolicy.TRANSIT_EXIT;
2414 transit = WindowManagerPolicy.TRANSIT_PREVIEW_DONE;
2417 if (win.mWinAnimator.applyAnimationLocked(transit, false)) {
2423 mDisplayMagnifier.onWindowTransitionLocked(win, transit);
2940 int transit = WindowManagerPolicy.TRANSIT_EXIT;
2942 transit = WindowManagerPolicy.TRANSIT_PREVIEW_DONE;
2945 winAnimator.applyAnimationLocked(transit, false)) {
2967 mDisplayMagnifier.onWindowTransitionLocked(win, transit);
3185 WindowManager.LayoutParams lp, int transit, boolean enter) {
3196 Animation a = mAppTransition.loadAnimation(lp, transit, enter, width, height);
3833 public void prepareAppTransition(int transit, boolean alwaysKeepCurrent) {
3841 TAG, "Prepare app transition: transit=" + transit
3847 mAppTransition.setAppTransition(transit);
3849 if (transit == AppTransition.TRANSIT_TASK_OPEN
3853 mAppTransition.setAppTransition(transit);
3854 } else if (transit == AppTransition.TRANSIT_ACTIVITY_OPEN
3858 mAppTransition.setAppTransition(transit);
4167 boolean visible, int transit, boolean performLayout) {
4184 if (transit != AppTransition.TRANSIT_UNSET) {
4188 if (applyAnimationLocked(wtoken, lp, transit, visible)) {
4195 mDisplayMagnifier.onAppWindowTransitionLocked(window, transit);
8420 int transit = mAppTransition.getAppTransition();
8422 transit = AppTransition.TRANSIT_UNSET;
8510 switch (transit) {
8514 transit = AppTransition.TRANSIT_WALLPAPER_INTRA_OPEN;
8519 transit = AppTransition.TRANSIT_WALLPAPER_INTRA_CLOSE;
8522 if (DEBUG_APP_TRANSITIONS) Slog.v(TAG, "New transit: " + transit);
8527 transit = AppTransition.TRANSIT_WALLPAPER_CLOSE;
8529 "New transit away from wallpaper: " + transit);
8533 transit = AppTransition.TRANSIT_WALLPAPER_OPEN;
8535 "New transit into wallpaper: " + transit);
8561 setTokenVisibilityLocked(wtoken, animLp, true, transit, false);
8593 setTokenVisibilityLocked(wtoken, animLp, false, transit, false);
8632 transit, true, true, displayInfo.appWidth, displayInfo.appHeight);