Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DScreenRotationAnimation.java523 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()
DAppWindowThumbnail.java127 anim.restrictDuration(MAX_ANIMATION_DURATION); in startAnimation()
DWindowState.java4778 anim.restrictDuration(MAX_ANIMATION_DURATION); in startAnimation()
/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.java458 public void restrictDuration(long durationMillis) { in restrictDuration() method in Animation
/frameworks/base/config/
Dboot-image-profile.txt17963 HSPLandroid/view/animation/Animation;->restrictDuration(J)V
17996 HSPLandroid/view/animation/AnimationSet;->restrictDuration(J)V
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt35275 method public void restrictDuration(long);
/frameworks/base/non-updatable-api/
Dcurrent.txt53879 method public void restrictDuration(long);
/frameworks/base/api/
Dcurrent.txt54023 method public void restrictDuration(long);