/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | AnimationFilter.java | 122 customDelay = StackStateAnimator.ANIMATION_DELAY_HEADS_UP; in applyCombination() 127 customDelay = StackStateAnimator.ANIMATION_DELAY_HEADS_UP_CLICKED in applyCombination() 128 + StackStateAnimator.ANIMATION_DELAY_HEADS_UP; in applyCombination()
|
D | NotificationSection.java | 126 animator.setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD); in startTopAnimation() 175 animator.setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD); in startBottomAnimation()
|
D | NotificationStackScrollLayout.java | 26 import static com.android.systemui.statusbar.notification.stack.StackStateAnimator.ANIMATION_DURATI… 271 private final StackStateAnimator mStateAnimator = new StackStateAnimator(this); 3710 duration = StackStateAnimator.ANIMATION_DURATION_PRIORITY_CHANGE; 3734 StackStateAnimator.ANIMATION_DURATION_STANDARD)); 4726 StackStateAnimator.removeTransientView(view); 4778 mDimAnimator.setDuration(StackStateAnimator.ANIMATION_DURATION_DIMMED_ACTIVATED); 6168 StackStateAnimator.ANIMATION_DURATION_APPEAR_DISAPPEAR, 6171 StackStateAnimator.ANIMATION_DURATION_APPEAR_DISAPPEAR, 6174 StackStateAnimator.ANIMATION_DURATION_STANDARD, 6177 StackStateAnimator.ANIMATION_DURATION_STANDARD, [all …]
|
D | StackStateAnimator.java | 42 public class StackStateAnimator { class 93 public StackStateAnimator(NotificationStackScrollLayout hostLayout) { in StackStateAnimator() method in StackStateAnimator
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | ImageTransformState.java | 29 import com.android.systemui.statusbar.notification.stack.StackStateAnimator; 101 scaleAmount = (scaleAmount * StackStateAnimator.ANIMATION_DURATION_STANDARD in mapToDuration() 102 - (StackStateAnimator.ANIMATION_DURATION_STANDARD - ANIMATION_DURATION_LENGTH)) in mapToDuration()
|
D | NotificationDozeHelper.java | 29 import com.android.systemui.statusbar.notification.stack.StackStateAnimator; 73 animator.setDuration(StackStateAnimator.ANIMATION_DURATION_WAKEUP); in startIntensityAnimation()
|
D | ConversationNotifications.kt | 31 import com.android.systemui.statusbar.notification.stack.StackStateAnimator in <lambda>() 201 StackStateAnimator.ANIMATION_DURATION_STANDARD + 202 StackStateAnimator.ANIMATION_DURATION_PRIORITY_CHANGE +
|
D | NotificationWakeUpCoordinator.kt | 26 import com.android.systemui.statusbar.notification.stack.StackStateAnimator 308 var duration = StackStateAnimator.ANIMATION_DURATION_WAKEUP.toLong() in startVisibilityAnimation()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/doze/ |
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()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/ |
D | DozeWallpaperState.java | 24 import com.android.systemui.statusbar.notification.stack.StackStateAnimator; 86 long duration = animated ? StackStateAnimator.ANIMATION_DURATION_WAKEUP : 0L; in transitionTo()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationGuts.java | 41 import com.android.systemui.statusbar.notification.stack.StackStateAnimator; 334 a.setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD); in animateOpen() 343 .setDuration(StackStateAnimator.ANIMATION_DURATION_BLOCKING_HELPER_FADE) in animateOpen() 369 a.setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD); in animateClose() 377 .setDuration(StackStateAnimator.ANIMATION_DURATION_BLOCKING_HELPER_FADE) in animateClose()
|
D | ExpandableOutlineView.java | 35 import com.android.systemui.statusbar.notification.stack.StackStateAnimator; 57 new AnimationProperties().setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD);
|
D | NotificationConversationInfo.java | 74 import com.android.systemui.statusbar.notification.stack.StackStateAnimator; 517 StackStateAnimator.ANIMATION_DURATION_STANDARD); in updateChannel()
|
D | ActivatableNotificationView.java | 43 import com.android.systemui.statusbar.notification.stack.StackStateAnimator; 498 mBackgroundColorAnimator.setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD); in updateBackgroundTint()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | ScrimState.java | 24 import com.android.systemui.statusbar.notification.stack.StackStateAnimator; 67 mAnimationDuration = StackStateAnimator.ANIMATION_DURATION_WAKEUP; in prepare() 75 mAnimationDuration = StackStateAnimator.ANIMATION_DURATION_WAKEUP; in prepare()
|
D | NotificationPanelViewController.java | 108 import com.android.systemui.statusbar.notification.stack.StackStateAnimator; 197 new AnimationProperties().setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD); 207 new AnimationProperties().setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD); 234 animateKeyguardStatusBarIn(StackStateAnimator.ANIMATION_DURATION_STANDARD); 1561 duration = StackStateAnimator.ANIMATION_DURATION_STANDARD; in animateKeyguardStatusBarOut() 2479 animateKeyguardStatusBarIn(StackStateAnimator.ANIMATION_DURATION_STANDARD); in updateDozingVisibilities() 3563 animateKeyguardStatusBarIn(StackStateAnimator.ANIMATION_DURATION_STANDARD);
|
D | NavigationBarFragment.java | 125 import com.android.systemui.statusbar.notification.stack.StackStateAnimator; 1352 delay + StackStateAnimator.ANIMATION_DURATION_GO_TO_FULL_SHADE); in disableAnimationsDuringHide()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | CrossFadeHelper.java | 23 import com.android.systemui.statusbar.notification.stack.StackStateAnimator; 96 / (float) StackStateAnimator.ANIMATION_DURATION_STANDARD; in mapToFadeDuration()
|
D | ViewTransformationHelper.java | 31 import com.android.systemui.statusbar.notification.stack.StackStateAnimator; 116 mViewTransformationAnimation.setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD); in transformTo() 194 mViewTransformationAnimation.setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD); in transformFrom()
|
D | StatusBarStateControllerImpl.java | 32 import com.android.systemui.statusbar.notification.stack.StackStateAnimator; 241 mDarkAnimator.setDuration(StackStateAnimator.ANIMATION_DURATION_WAKEUP); in startDozeAnimation()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/ |
D | MediaHierarchyManager.kt | 35 import com.android.systemui.statusbar.notification.stack.StackStateAnimator 413 animDuration = StackStateAnimator.ANIMATION_DURATION_GO_TO_FULL_SHADE.toLong() in getAnimationParams() 415 animDuration = StackStateAnimator.ANIMATION_DURATION_APPEAR_DISAPPEAR.toLong() in getAnimationParams()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
D | QSFragment.java | 45 import com.android.systemui.statusbar.notification.stack.StackStateAnimator; 518 .setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD) in animateHeaderSlidingOut() 599 .setDuration(StackStateAnimator.ANIMATION_DURATION_GO_TO_FULL_SHADE)
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | RemoteInputView.java | 73 import com.android.systemui.statusbar.notification.stack.StackStateAnimator; 267 reveal.setDuration(StackStateAnimator.ANIMATION_DURATION_CLOSE_REMOTE_INPUT); in onDefocus() 340 animator.setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD); in focusAnimated()
|