/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
H A D | ImageTransformState.java | 29 import com.android.systemui.statusbar.notification.stack.StackStateAnimator; 103 scaleAmount = (scaleAmount * StackStateAnimator.ANIMATION_DURATION_STANDARD in mapToDuration() 104 - (StackStateAnimator.ANIMATION_DURATION_STANDARD - ANIMATION_DURATION_LENGTH)) in mapToDuration()
|
H A D | NotificationDozeHelper.java | 29 import com.android.systemui.statusbar.notification.stack.StackStateAnimator; 73 animator.setDuration(StackStateAnimator.ANIMATION_DURATION_WAKEUP); in startIntensityAnimation()
|
H A D | ConversationNotifications.kt | 39 import com.android.systemui.statusbar.notification.stack.StackStateAnimator 273 StackStateAnimator.ANIMATION_DURATION_STANDARD + 274 StackStateAnimator.ANIMATION_DURATION_PRIORITY_CHANGE +
|
H A D | NotificationWakeUpCoordinator.kt | 35 import com.android.systemui.statusbar.notification.stack.StackStateAnimator 385 duration = StackStateAnimator.ANIMATION_DURATION_WAKEUP.toLong() 520 var duration = StackStateAnimator.ANIMATION_DURATION_WAKEUP.toLong()
|
H A D | Roundable.kt | 11 import com.android.systemui.statusbar.notification.stack.StackStateAnimator 445 .setDuration(StackStateAnimator.ANIMATION_DURATION_CORNER_RADIUS.toLong())
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/doze/ |
H A D | DozeWallpaperStateTest.java | 32 import com.android.systemui.statusbar.notification.stack.StackStateAnimator; 86 eq((long) StackStateAnimator.ANIMATION_DURATION_WAKEUP)); in testAnimates_whenSupported() 90 eq((long) StackStateAnimator.ANIMATION_DURATION_WAKEUP)); in testAnimates_whenSupported() 148 eq((long) StackStateAnimator.ANIMATION_DURATION_WAKEUP)); in testTransitionTo_animatesWhenWakingUpFromPulse()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/ |
H A D | DozeWallpaperState.java | 25 import com.android.systemui.statusbar.notification.stack.StackStateAnimator; 91 long duration = animated ? StackStateAnimator.ANIMATION_DURATION_WAKEUP : 0L; in transitionTo()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | CrossFadeHelper.java | 23 import com.android.systemui.statusbar.notification.stack.StackStateAnimator; 96 / (float) StackStateAnimator.ANIMATION_DURATION_STANDARD; in mapToFadeDuration()
|
H A D | ViewTransformationHelper.java | 31 import com.android.systemui.statusbar.notification.stack.StackStateAnimator; 112 mViewTransformationAnimation.setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD); in transformTo() 186 mViewTransformationAnimation.setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD); in transformFrom()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | ScrimState.java | 24 import com.android.systemui.statusbar.notification.stack.StackStateAnimator; 65 mAnimationDuration = StackStateAnimator.ANIMATION_DURATION_WAKEUP_SCRIM; in prepare() 73 mAnimationDuration = StackStateAnimator.ANIMATION_DURATION_WAKEUP_SCRIM; in prepare()
|
H A D | UnlockedScreenOffAnimationController.kt | 32 import com.android.systemui.statusbar.notification.stack.StackStateAnimator 181 val duration = StackStateAnimator.ANIMATION_DURATION_WAKEUP
|
H A D | KeyguardStatusBarViewController.java | 61 import com.android.systemui.statusbar.notification.stack.StackStateAnimator; 85 new AnimationProperties().setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD); 455 anim.setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD); in animateKeyguardStatusBarIn()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
H A D | NotificationGuts.java | 39 import com.android.systemui.statusbar.notification.stack.StackStateAnimator; 321 a.setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD); in animateOpen() 346 a.setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD); in animateClose()
|
H A D | ActivatableNotificationView.java | 45 import com.android.systemui.statusbar.notification.stack.StackStateAnimator; 309 mBackgroundColorAnimator.setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD); in updateBackgroundTint()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/scrim/ |
H A D | ScrimDrawable.java | 37 import com.android.systemui.statusbar.notification.stack.StackStateAnimator; 86 anim.setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD); in setColor()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
H A D | NotificationSection.java | 124 animator.setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD); in startTopAnimation() 172 animator.setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD); in startBottomAnimation()
|
H A D | NotificationStackScrollLayout.java | 234 private final StackStateAnimator mStateAnimator = new StackStateAnimator(this); 6095 StackStateAnimator.ANIMATION_DURATION_APPEAR_DISAPPEAR, 6101 StackStateAnimator.ANIMATION_DURATION_STANDARD, 6104 StackStateAnimator.ANIMATION_DURATION_STANDARD, 6113 StackStateAnimator.ANIMATION_DURATION_STANDARD, 6119 StackStateAnimator.ANIMATION_DURATION_STANDARD, 6122 StackStateAnimator.ANIMATION_DURATION_STANDARD, 6125 StackStateAnimator.ANIMATION_DURATION_STANDARD, 6128 StackStateAnimator.ANIMATION_DURATION_HEADS_UP_APPEAR, 6137 StackStateAnimator.ANIMATION_DURATION_STANDARD, [all …]
|
H A D | StackStateAnimator.java | 41 public class StackStateAnimator { class 92 public StackStateAnimator(NotificationStackScrollLayout hostLayout) { in StackStateAnimator() method in StackStateAnimator
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
H A D | KeyguardStatusViewController.java | 63 import com.android.systemui.statusbar.notification.stack.StackStateAnimator; 92 new AnimationProperties().setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD); 449 transition.setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD); in updateAlignment()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
H A D | KeyguardQsUserSwitchController.java | 48 import com.android.systemui.statusbar.notification.stack.StackStateAnimator; 68 new AnimationProperties().setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD);
|
H A D | KeyguardUserSwitcherController.java | 49 import com.android.systemui.statusbar.notification.stack.StackStateAnimator; 71 new AnimationProperties().setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD);
|
H A D | RemoteInputView.java | 21 import static com.android.systemui.statusbar.notification.stack.StackStateAnimator.ANIMATION_DURATI… 88 import com.android.systemui.statusbar.notification.stack.StackStateAnimator; 472 reveal.setDuration(StackStateAnimator.ANIMATION_DURATION_CLOSE_REMOTE_INPUT); in onDefocus() 620 animator.setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD); in focusAnimated()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/ |
H A D | RemoteInputViewTest.java | 19 import static com.android.systemui.statusbar.notification.stack.StackStateAnimator.ANIMATION_DURATI… 80 import com.android.systemui.statusbar.notification.stack.StackStateAnimator; 314 mAnimatorTestRule.advanceTimeBy(StackStateAnimator.ANIMATION_DURATION_STANDARD); in testUiPredictiveBack_openAndDispatchCallback()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
H A D | UdfpsKeyguardViewControllerLegacy.kt | 44 import com.android.systemui.statusbar.notification.stack.StackStateAnimator 102 duration = StackStateAnimator.ANIMATION_DURATION_STANDARD.toLong()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/ |
H A D | MediaHierarchyManager.kt | 51 import com.android.systemui.statusbar.notification.stack.StackStateAnimator 839 animDuration = (StackStateAnimator.ANIMATION_DURATION_GO_TO_FULL_SHADE / 2f).toLong() 841 animDuration = StackStateAnimator.ANIMATION_DURATION_APPEAR_DISAPPEAR.toLong()
|