Home | History | Annotate | Download | only in wm

Lines Matching refs:anim

67     public void setAnimation(Animation anim, int width, int height) {
69 + ": " + anim + " wxh=" + width + "x" + height
71 animation = anim;
73 if (!anim.isInitialized()) {
74 anim.initialize(width, height, width, height);
76 anim.restrictDuration(WindowManagerService.MAX_ANIMATION_DURATION);
77 anim.scaleCurrentDuration(mService.mTransitionAnimationScale);
78 int zorder = anim.getZAdjustment();
174 // token's anim layer.
320 pw.print(prefix); pw.print("App Win Anim #"); pw.print(i);