Home | History | Annotate | Download | only in server

Lines Matching refs:anim

1063                     + " anim layer: " + imw.mAnimLayer);
1070 + " anim layer: " + cw.mAnimLayer);
1079 + " anim layer: " + imw.mAnimLayer);
1279 + " anim=" + ((wallpaperTarget != null && wallpaperTarget.mAppToken != null)
1365 "Wallpaper not changing: waiting for app anim in current target");
1370 "Wallpaper not changing: waiting for app anim in found target");
1558 + wallpaper + " anim layer: " + wallpaper.mAnimLayer);
1611 + wallpaper + " anim layer: " + wallpaper.mAnimLayer);
2632 int anim = mPolicy.selectAnimationLw(win, transit);
2635 if (anim != 0) {
2636 a = AnimationUtils.loadAnimation(mContext, anim);
2657 + " anim=" + anim + " attr=0x" + Integer.toHexString(attr)
2680 int anim = 0;
2686 anim = ent.array.getResourceId(animAttr, 0);
2689 if (anim != 0) {
2690 return AnimationUtils.loadAnimation(context, anim);
2696 int anim = 0;
2702 anim = resId;
2705 if (anim != 0) {
2706 return AnimationUtils.loadAnimation(context, anim);
2782 + " anim=" + a
3270 // Opening a new task always supersedes a close for the anim.
3274 // Opening a new activity always supersedes a close for the anim.
6244 public void setAnimation(Animation anim) {
6246 TAG, "Setting animation in " + this + ": " + anim);
6249 mAnimation = anim;
6619 + " anim layer: " + mAnimLayer);
6624 Slog.v(TAG, "Policy visibility changing after anim in " + this + ": "
7421 public void setAnimation(Animation anim) {
7423 TAG, "Setting animation in " + this + ": " + anim);
7424 animation = anim;
7426 anim.restrictDuration(MAX_ANIMATION_DURATION);
7427 anim.scaleCurrentDuration(mTransitionAnimationScale);
7428 int zorder = anim.getZAdjustment();
8566 if (DEBUG_APP_TRANSITIONS) Slog.v(TAG, "*** ANIM STEP: seq="
8847 // window, we will always use its anim.
9061 if (DEBUG_APP_TRANSITIONS) Slog.v(TAG, "*** ANIM STEP: changes=0x"