Home
last modified time | relevance | path

Searched refs:StackStateAnimator (Results 1 – 23 of 23) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DAnimationFilter.java122 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()
DNotificationSection.java126 animator.setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD); in startTopAnimation()
175 animator.setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD); in startBottomAnimation()
DNotificationStackScrollLayout.java26 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 …]
DStackStateAnimator.java42 public class StackStateAnimator { class
93 public StackStateAnimator(NotificationStackScrollLayout hostLayout) { in StackStateAnimator() method in StackStateAnimator
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DImageTransformState.java29 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()
DNotificationDozeHelper.java29 import com.android.systemui.statusbar.notification.stack.StackStateAnimator;
73 animator.setDuration(StackStateAnimator.ANIMATION_DURATION_WAKEUP); in startIntensityAnimation()
DConversationNotifications.kt31 import com.android.systemui.statusbar.notification.stack.StackStateAnimator in <lambda>()
201 StackStateAnimator.ANIMATION_DURATION_STANDARD +
202 StackStateAnimator.ANIMATION_DURATION_PRIORITY_CHANGE +
DNotificationWakeUpCoordinator.kt26 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/
DDozeWallpaperStateTest.java32 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/
DDozeWallpaperState.java24 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/
DNotificationGuts.java41 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()
DExpandableOutlineView.java35 import com.android.systemui.statusbar.notification.stack.StackStateAnimator;
57 new AnimationProperties().setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD);
DNotificationConversationInfo.java74 import com.android.systemui.statusbar.notification.stack.StackStateAnimator;
517 StackStateAnimator.ANIMATION_DURATION_STANDARD); in updateChannel()
DActivatableNotificationView.java43 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/
DScrimState.java24 import com.android.systemui.statusbar.notification.stack.StackStateAnimator;
67 mAnimationDuration = StackStateAnimator.ANIMATION_DURATION_WAKEUP; in prepare()
75 mAnimationDuration = StackStateAnimator.ANIMATION_DURATION_WAKEUP; in prepare()
DNotificationPanelViewController.java108 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);
DNavigationBarFragment.java125 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/
DCrossFadeHelper.java23 import com.android.systemui.statusbar.notification.stack.StackStateAnimator;
96 / (float) StackStateAnimator.ANIMATION_DURATION_STANDARD; in mapToFadeDuration()
DViewTransformationHelper.java31 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()
DStatusBarStateControllerImpl.java32 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/
DMediaHierarchyManager.kt35 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/
DQSFragment.java45 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/
DRemoteInputView.java73 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()