Searched refs:setAnimation (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/core/java/android/view/animation/
H A DLayoutAnimationController.java116 setAnimation(context, resource);
146 setAnimation(animation);
180 * @see #setAnimation(Animation)
185 public void setAnimation(Context context, @AnimRes int resourceID) { method in class:LayoutAnimationController
186 setAnimation(AnimationUtils.loadAnimation(context, resourceID));
195 * @see #setAnimation(android.content.Context, int)
200 public void setAnimation(Animation animation) { method in class:LayoutAnimationController
211 * @see #setAnimation(android.content.Context, int)
212 * @see #setAnimation(Animation)
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowAnimator.java449 winAnimator.setAnimation(a, mPostKeyguardExitAnimation.getStartTime(),
531 winAnimator.setAnimation(a, STACK_CLIP_BEFORE_ANIM);
554 wallpaper.mWinAnimator.setAnimation(a);
H A DWindowStateAnimator.java271 public void setAnimation(Animation anim, long startTime, int stackClip) { method in class:WindowStateAnimator
286 public void setAnimation(Animation anim, int stackClip) { method in class:WindowStateAnimator
287 setAnimation(anim, -1, stackClip);
290 public void setAnimation(Animation anim) { method in class:WindowStateAnimator
291 setAnimation(anim, -1, STACK_CLIP_AFTER_ANIM);
1909 setAnimation(a);
2046 setAnimation(a);
H A DAppWindowAnimator.java118 public void setAnimation(Animation anim, int width, int height, boolean skipFirstFrame, method in class:AppWindowAnimator
H A DAppWindowToken.java854 mAppAnimator.setAnimation(a, width, height, false, STACK_CLIP_NONE);
H A DWindowManagerService.java3318 atoken.mAppAnimator.setAnimation(a, containingWidth, containingHeight,
/frameworks/base/core/java/android/view/
H A DView.java656 * {@link #setAnimation(Animation)} or
20172 setAnimation(animation);
20201 public void setAnimation(Animation animation) { method in class:View
20221 * @see #setAnimation(android.view.animation.Animation)
20234 * @see #setAnimation(android.view.animation.Animation)
H A DViewGroup.java4585 child.setAnimation(a);

Completed in 257 milliseconds