Home | History | Annotate | Download | only in wm

Lines Matching refs:anim

285         int anim = 0;
291 anim = ent.array.getResourceId(animAttr, 0);
294 if (anim != 0) {
295 return AnimationUtils.loadAnimation(context, anim);
301 int anim = 0;
307 anim = resId;
310 if (anim != 0) {
311 return AnimationUtils.loadAnimation(context, anim);
490 + " anim=" + a + " nextAppTransition=ANIM_CUSTOM"
497 + " anim=" + a + " nextAppTransition=ANIM_SCALE_UP"
509 + " anim=" + a + " nextAppTransition=" + animName
570 + " anim=" + a