Home
last modified time | relevance | path

Searched refs:restrictDuration (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DScreenRotationAnimation.java505 mStartExitAnimation.restrictDuration(maxAnimationDuration); in startAnimation()
507 mStartEnterAnimation.restrictDuration(maxAnimationDuration); in startAnimation()
509 mFinishExitAnimation.restrictDuration(maxAnimationDuration); in startAnimation()
511 mFinishEnterAnimation.restrictDuration(maxAnimationDuration); in startAnimation()
514 mStartFrameAnimation.restrictDuration(maxAnimationDuration); in startAnimation()
516 mFinishFrameAnimation.restrictDuration(maxAnimationDuration); in startAnimation()
520 mRotateExitAnimation.restrictDuration(maxAnimationDuration); in startAnimation()
522 mRotateEnterAnimation.restrictDuration(maxAnimationDuration); in startAnimation()
525 mRotateFrameAnimation.restrictDuration(maxAnimationDuration); in startAnimation()
DAppWindowAnimator.java112 anim.restrictDuration(WindowManagerService.MAX_ANIMATION_DURATION); in setAnimation()
DWindowStateAnimator.java222 mAnimation.restrictDuration(WindowManagerService.MAX_ANIMATION_DURATION); in setAnimation()
DWindowManagerService.java9551 anim.restrictDuration(MAX_ANIMATION_DURATION); in handleAppTransitionReadyLocked()
/frameworks/base/core/java/android/view/animation/
DAnimationSet.java282 public void restrictDuration(long durationMillis) { in restrictDuration() method in AnimationSet
283 super.restrictDuration(durationMillis); in restrictDuration()
289 animations.get(i).restrictDuration(durationMillis); in restrictDuration()
DAnimation.java445 public void restrictDuration(long durationMillis) { in restrictDuration() method in Animation
/frameworks/base/api/
Dcurrent.txt37955 method public void restrictDuration(long);
Dsystem-current.txt40250 method public void restrictDuration(long);