/aosp14/frameworks/base/tests/Assist/src/com/android/test/assist/ |
H A D | AssistInteractionSession.java | 128 .setDuration(500); in playAssistAnimation() 132 .setDuration(300) in playAssistAnimation() 139 animator.setDuration(300); in playAssistAnimation() 144 colorAnim.setDuration(300); in playAssistAnimation() 159 .setDuration(500) in playAssistAnimation() 166 .setDuration(500); in playAssistAnimation() 171 .setDuration(500) in playAssistAnimation()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/charging/ |
H A D | WirelessChargingLayout.java | 110 textSizeAnimator.setDuration(context.getResources().getInteger( in init() 116 textOpacityAnimator.setDuration(context.getResources().getInteger( in init() 123 textFadeAnimator.setDuration(chargingAnimationFadeDuration); in init() 136 scrimFadeInAnimator.setDuration(SCRIM_FADE_DURATION); in init() 140 scrimFadeOutAnimator.setDuration(SCRIM_FADE_DURATION); in init() 155 mRippleView.setDuration(ROUNDED_BOX_RIPPLE_ANIMATION_DURATION); in init() 178 mRippleView.setDuration(CIRCLE_RIPPLE_ANIMATION_DURATION); in init() 211 textSizeAnimatorTransmitting.setDuration(context.getResources().getInteger( in init() 226 textFadeAnimatorTransmitting.setDuration(chargingAnimationFadeDuration); in init() 247 textOpacityAnimatorIcon.setDuration(context.getResources().getInteger( in init() [all …]
|
/aosp14/frameworks/base/graphics/java/android/graphics/drawable/ |
H A D | RippleForeground.java | 222 tweenRadius.setDuration(RIPPLE_ENTER_DURATION); in startSoftwareEnter() 228 tweenOrigin.setDuration(RIPPLE_ORIGIN_DURATION); in startSoftwareEnter() 234 opacity.setDuration(OPACITY_ENTER_DURATION); in startSoftwareEnter() 242 opacity.setDuration(OPACITY_EXIT_DURATION); in startSoftwareExit() 259 radius.setDuration(RIPPLE_ORIGIN_DURATION); in startHardwareEnter() 264 x.setDuration(RIPPLE_ORIGIN_DURATION); in startHardwareEnter() 269 y.setDuration(RIPPLE_ORIGIN_DURATION); in startHardwareEnter() 275 opacity.setDuration(OPACITY_ENTER_DURATION); in startHardwareEnter() 289 opacity.setDuration(OPACITY_EXIT_DURATION); in startHardwareExit()
|
H A D | RippleAnimationSession.java | 115 expand.setDuration(EXIT_ANIM_DURATION); in exitSoftware() 155 exit.setDuration(EXIT_ANIM_DURATION); in exitHardware() 189 expand.setDuration(ENTER_ANIM_DURATION); in startAnimation() 193 loop.setDuration(NOISE_ANIMATION_DURATION); in startAnimation()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | TapAgainView.java | 65 fadeIn.setDuration(317); // From KeyguardIndicationTextView#getFadeInDuration in animateIn() 70 yTranslate.setDuration(600); // From KeyguardIndicationTextView#getYInDuration in animateIn() 90 fadeOut.setDuration(fadeOutDuration); in animateOut() 95 yTranslate.setDuration(fadeOutDuration); in animateOut()
|
H A D | KeyguardIndicationTextView.java | 193 fadeOut.setDuration(getFadeOutDuration()); in getOutAnimator() 215 yTranslate.setDuration(getFadeOutDuration()); in getOutAnimator() 253 fadeIn.setDuration(getFadeInDuration()); in getInAnimator() 258 yTranslate.setDuration(getYInDuration()); in getInAnimator()
|
H A D | SettingsButton.java | 108 .setDuration(RUN_DURATION) in startExitAnimation() 142 mAnimator.setDuration(ACCEL_LENGTH); in startAccelSpin() 170 mAnimator.setDuration(FULL_SPEED_LENGTH); in startContinuousSpin()
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | NavBarFadeAnimationController.java | 51 mFadeInAnimation.setDuration(FADE_IN_DURATION); in NavBarFadeAnimationController() 55 mFadeOutAnimation.setDuration(FADE_OUT_DURATION); in NavBarFadeAnimationController() 108 mFadeOutAnimation.setDuration(totalDuration - fadeInDuration); in fadeOutAndInSequentially() 109 mFadeInAnimation.setDuration(fadeInDuration); in fadeOutAndInSequentially()
|
H A D | WindowChangeAnimationSpec.java | 100 anim.setDuration(scalePeriod); in createBoundsInterpolator() 108 anim.setDuration(duration); in createBoundsInterpolator() 116 scaleAnim.setDuration(scalePeriod); in createBoundsInterpolator() 123 translateAnim.setDuration(duration); in createBoundsInterpolator() 130 clipAnim.setDuration(duration); in createBoundsInterpolator()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
H A D | NumPadAnimator.java | 147 mExpandAnimator.setDuration(EXPAND_ANIMATION_MS); in createAnimators() 154 expandBackgroundColorAnimator.setDuration(EXPAND_COLOR_ANIMATION_MS); in createAnimators() 163 expandTextColorAnimator.setDuration(EXPAND_COLOR_ANIMATION_MS); in createAnimators() 179 mContractAnimator.setDuration(CONTRACT_ANIMATION_MS); in createAnimators() 187 contractBackgroundColorAnimator.setDuration(CONTRACT_ANIMATION_MS); in createAnimators() 196 contractTextColorAnimator.setDuration(CONTRACT_ANIMATION_MS); in createAnimators()
|
H A D | KeyguardVisibilityHelper.java | 105 .setDuration(mKeyguardStateController.getShortenedFadingAwayDuration()); in setViewVisibility() 108 animProps.setDelay(0).setDuration(160); in setViewVisibility() 121 .setDuration(320) in setViewVisibility() 149 mAnimationProperties.setDuration(duration).setDelay(delay); in setViewVisibility() 154 animProps.setDuration(duration) in setViewVisibility()
|
H A D | PasswordTextView.java | 651 widthAnimator.setDuration((long) (DISAPPEAR_DURATION * currentWidthFactor)); in startWidthDisappearAnimation() 663 textAnimator.setDuration((long) (DISAPPEAR_DURATION * currentTextSizeFactor)); in startTextDisappearAnimation() 676 animator.setDuration(duration); in startDotDisappearAnimation() 688 widthAnimator.setDuration((long) (APPEAR_DURATION * (1f - currentWidthFactor))); in startWidthAppearAnimation() 699 textAnimator.setDuration((long) (APPEAR_DURATION * (1f - currentTextSizeFactor))); in startTextAppearAnimation() 709 textTranslateAnimator.setDuration(APPEAR_DURATION); in startTextAppearAnimation() 724 overShootAnimator.setDuration(overShootDuration); in startDotAppearAnimation() 728 settleBackAnimator.setDuration(DOT_APPEAR_DURATION_OVERSHOOT - overShootDuration); in startDotAppearAnimation() 738 growAnimator.setDuration((long) (APPEAR_DURATION * (1.0f - currentDotSizeFactor))); in startDotAppearAnimation()
|
/aosp14/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/ |
H A D | TaskFragmentAnimationSpec.java | 107 animation.setDuration(CHANGE_ANIMATION_DURATION); in createChangeBoundsOpenAnimation() 135 animation.setDuration(CHANGE_ANIMATION_DURATION); in createChangeBoundsCloseAnimation() 164 startAlpha.setDuration(CHANGE_ANIMATION_FADE_DURATION); in createChangeBoundsChangeAnimations() 170 startScale.setDuration(CHANGE_ANIMATION_DURATION); in createChangeBoundsChangeAnimations() 180 endScale.setDuration(CHANGE_ANIMATION_DURATION); in createChangeBoundsChangeAnimations() 186 endTranslate.setDuration(CHANGE_ANIMATION_DURATION); in createChangeBoundsChangeAnimations() 194 clipAnim.setDuration(CHANGE_ANIMATION_DURATION); in createChangeBoundsChangeAnimations()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/compatui/ |
H A D | UserAspectRatioSettingsLayout.java | 146 fadeIn.setDuration(FADE_ANIMATION_DURATION_MS); in showItem() 152 scaleX.setDuration(SCALE_ANIMATION_DURATION_MS); in showItem() 154 scaleY.setDuration(SCALE_ANIMATION_DURATION_MS); in showItem() 169 fadeOut.setDuration(FADE_ANIMATION_DURATION_MS); in hideItem()
|
/aosp14/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
H A D | ColorFiltersMutateActivity.java | 95 sat.setDuration(1000); in BitmapsView() 102 light.setDuration(1000); in BitmapsView() 109 mult.setDuration(1000); in BitmapsView() 116 color.setDuration(1000); in BitmapsView() 122 shaderUniform.setDuration(1000); in BitmapsView()
|
H A D | ViewLayersActivity.java | 55 moveRight.setDuration(1500); in onCreate() 61 moveLeft.setDuration(1500); in onCreate() 67 rotate.setDuration(3000); in onCreate()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/activityembedding/ |
H A D | ActivityEmbeddingAnimationSpec.java | 110 animation.setDuration(CHANGE_ANIMATION_DURATION); in createChangeBoundsOpenAnimation() 138 animation.setDuration(CHANGE_ANIMATION_DURATION); in createChangeBoundsCloseAnimation() 167 startAlpha.setDuration(CHANGE_ANIMATION_FADE_DURATION); in createChangeBoundsChangeAnimations() 173 startScale.setDuration(CHANGE_ANIMATION_DURATION); in createChangeBoundsChangeAnimations() 183 endScale.setDuration(CHANGE_ANIMATION_DURATION); in createChangeBoundsChangeAnimations() 189 endTranslate.setDuration(CHANGE_ANIMATION_DURATION); in createChangeBoundsChangeAnimations()
|
/aosp14/frameworks/base/tests/RenderThreadTest/src/com/example/renderthread/ |
H A D | SubActivity.java | 48 child.animate().translationX(0).setDuration(MainActivity.DURATION); in onResume() 52 bg.animate().alpha(1f).setDuration(MainActivity.DURATION); in onResume()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/animation/ |
H A D | FlingAnimationUtils.java | 154 animator.setDuration(properties.mDuration); in apply() 172 animator.setDuration(properties.mDuration); in apply() 191 animator.setDuration(properties.mDuration); in apply() 268 animator.setDuration(properties.mDuration); in applyDismissing() 288 animator.setDuration(properties.mDuration); in applyDismissing()
|
/aosp14/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/ |
H A D | CrossfadeMultiple.java | 63 mCrossfadeGroup.setDuration(300); in onCreate() 69 inOut.setDuration(300); in onCreate() 73 changeBounds.setDuration(0); in onCreate()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/animation/ |
H A D | ValueAnimatorTests.java | 70 a1 = ValueAnimator.ofFloat(A1_START_VALUE, A1_END_VALUE).setDuration(300); in setUp() 71 a2 = ValueAnimator.ofInt(A2_START_VALUE, A2_END_VALUE).setDuration(500); in setUp() 366 a1.setDuration(1000); in testResume() 653 a1.setDuration(1000); 654 a2.setDuration(1000); 898 a1.setDuration(0); 899 a2.setDuration(0); 903 a3.setDuration(0); 1003 a1.setDuration(400); 1004 a2.setDuration(600); [all …]
|
H A D | AnimatorSetActivityTest.java | 88 a1 = ObjectAnimator.ofFloat(square1, View.TRANSLATION_X, 0f, 500f, 0f).setDuration(250); in setUp() 89 a2 = ObjectAnimator.ofFloat(square2, View.ALPHA, 1f, 0f).setDuration(350); in setUp() 90 a3 = ObjectAnimator.ofFloat(square3, View.ROTATION, 0, 90).setDuration(450); in setUp() 91 a4 = ValueAnimator.ofInt(100, 200).setDuration(450); in setUp() 92 a5 = ValueAnimator.ofFloat(10f, 5f).setDuration(850); in setUp() 216 s.setDuration(duration); in testGetDuration() 228 s.setDuration(duration); 636 animator1.setDuration(10); in initAfterStartNotification() 637 animator2.setDuration(10); in initAfterStartNotification() 638 animator3.setDuration(10); in initAfterStartNotification()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/listview/ |
H A D | ListWithDisappearingItemBug.java | 64 animation.setDuration(50); in onCreate() 71 animation.setDuration(100); in onCreate()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/clipboardoverlay/ |
H A D | ClipboardOverlayView.java | 296 anim.setDuration(66); in getMinimizedFadeoutAnimation() 318 rootAnim.setDuration(66); in getEnterAnimation() 325 scaleAnim.setDuration(333); in getEnterAnimation() 348 alphaAnim.setDuration(283); in getEnterAnimation() 384 alphaAnim.setDuration(300); in getFadeOutAnimation() 395 rootAnim.setDuration(100); in getExitAnimation() 400 scaleAnim.setDuration(250); in getExitAnimation() 423 alphaAnim.setDuration(166); in getExitAnimation()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/ |
H A D | ExpandedViewAnimationControllerImpl.java | 117 animator.setDuration((long) (animator.getDuration() * durationAdjustment)); in adjustAnimatorSetDuration() 397 animator.setDuration(COLLAPSE_DURATION_MS); in createHeightAnimation() 404 animator.setDuration(MANAGE_BUTTON_ANIM_DURATION_MS); in createManageButtonAnimation() 411 animator.setDuration(CONTENT_OPACITY_ANIM_DURATION_MS); in createContentAlphaAnimation() 419 animator.setDuration(BACKGROUND_OPACITY_ANIM_DURATION_MS); in createBackgroundAlphaAnimation()
|