Searched refs:restrictDuration (Results 1 – 11 of 11) sorted by relevance
523 mStartExitAnimation.restrictDuration(maxAnimationDuration); in startAnimation()525 mStartEnterAnimation.restrictDuration(maxAnimationDuration); in startAnimation()527 mFinishExitAnimation.restrictDuration(maxAnimationDuration); in startAnimation()529 mFinishEnterAnimation.restrictDuration(maxAnimationDuration); in startAnimation()532 mStartFrameAnimation.restrictDuration(maxAnimationDuration); in startAnimation()534 mFinishFrameAnimation.restrictDuration(maxAnimationDuration); in startAnimation()538 mRotateExitAnimation.restrictDuration(maxAnimationDuration); in startAnimation()540 mRotateEnterAnimation.restrictDuration(maxAnimationDuration); in startAnimation()543 mRotateFrameAnimation.restrictDuration(maxAnimationDuration); in startAnimation()
135 anim.restrictDuration(WindowManagerService.MAX_ANIMATION_DURATION); in setAnimation()
745 anim.restrictDuration(MAX_ANIMATION_DURATION); in createThumbnailAppAnimator()
272 mAnimation.restrictDuration(WindowManagerService.MAX_ANIMATION_DURATION); in setAnimation()
282 public void restrictDuration(long durationMillis) { in restrictDuration() method in AnimationSet283 super.restrictDuration(durationMillis); in restrictDuration()289 animations.get(i).restrictDuration(durationMillis); in restrictDuration()
451 public void restrictDuration(long durationMillis) { in restrictDuration() method in Animation
8329 HPLandroid/view/animation/Animation;->restrictDuration(J)V8334 HPLandroid/view/animation/AnimationSet;->restrictDuration(J)V
35275 method public void restrictDuration(long);
47655 method public void restrictDuration(long);
48121 method public void restrictDuration(long);
51246 method public void restrictDuration(long);