Home
last modified time | relevance | path

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

/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()
DNotificationWakeUpCoordinator.kt27 import com.android.systemui.statusbar.notification.stack.StackStateAnimator
303 var duration = StackStateAnimator.ANIMATION_DURATION_WAKEUP.toLong() in startVisibilityAnimation()
/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.java117 animator.setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD); in startTopAnimation()
166 animator.setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD); in startBottomAnimation()
DNotificationStackScrollLayout.java22 import static com.android.systemui.statusbar.notification.stack.StackStateAnimator.ANIMATION_DURATI…
248 private final StackStateAnimator mStateAnimator = new StackStateAnimator(this);
3574 StackStateAnimator.ANIMATION_DURATION_STANDARD));
4554 StackStateAnimator.removeTransientView(view);
4606 mDimAnimator.setDuration(StackStateAnimator.ANIMATION_DURATION_DIMMED_ACTIVATED);
5985 StackStateAnimator.ANIMATION_DURATION_APPEAR_DISAPPEAR,
5988 StackStateAnimator.ANIMATION_DURATION_APPEAR_DISAPPEAR,
5991 StackStateAnimator.ANIMATION_DURATION_STANDARD,
5994 StackStateAnimator.ANIMATION_DURATION_STANDARD,
5997 StackStateAnimator.ANIMATION_DURATION_DIMMED_ACTIVATED,
[all …]
DStackStateAnimator.java42 public class StackStateAnimator { class
92 public StackStateAnimator(NotificationStackScrollLayout hostLayout) { in StackStateAnimator() method in StackStateAnimator
/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/statusbar/notification/row/
DNotificationGuts.java39 import com.android.systemui.statusbar.notification.stack.StackStateAnimator;
278 a.setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD); in animateOpen()
287 .setDuration(StackStateAnimator.ANIMATION_DURATION_BLOCKING_HELPER_FADE) in animateOpen()
313 a.setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD); in animateClose()
321 .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);
DActivatableNotificationView.java44 import com.android.systemui.statusbar.notification.stack.StackStateAnimator;
567 mBackgroundColorAnimator.setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD); in updateBackgroundTint()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DScrimState.java23 import com.android.systemui.statusbar.notification.stack.StackStateAnimator;
44 mAnimationDuration = StackStateAnimator.ANIMATION_DURATION_WAKEUP; in prepare()
52 mAnimationDuration = StackStateAnimator.ANIMATION_DURATION_WAKEUP; in prepare()
DNotificationPanelView.java97 import com.android.systemui.statusbar.notification.stack.StackStateAnimator;
160 .setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD);
169 new AnimationProperties().setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD);
190 animateKeyguardStatusBarIn(StackStateAnimator.ANIMATION_DURATION_STANDARD);
1589 animateKeyguardStatusBarIn(StackStateAnimator.ANIMATION_DURATION_STANDARD); in onStateChanged()
1669 duration = StackStateAnimator.ANIMATION_DURATION_STANDARD; in animateKeyguardStatusBarOut()
2781 animateKeyguardStatusBarIn(StackStateAnimator.ANIMATION_DURATION_STANDARD); in updateDozingVisibilities()
DNavigationBarFragment.java103 import com.android.systemui.statusbar.notification.stack.StackStateAnimator;
1030 delay + StackStateAnimator.ANIMATION_DURATION_GO_TO_FULL_SHADE); in disableAnimationsDuringHide()
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DDozeWallpaperState.java27 import com.android.systemui.statusbar.notification.stack.StackStateAnimator;
95 long duration = animated ? StackStateAnimator.ANIMATION_DURATION_WAKEUP : 0L; in transitionTo()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DViewTransformationHelper.java31 import com.android.systemui.statusbar.notification.stack.StackStateAnimator;
81 mViewTransformationAnimation.setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD); in transformTo()
159 mViewTransformationAnimation.setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD); in transformFrom()
DCrossFadeHelper.java23 import com.android.systemui.statusbar.notification.stack.StackStateAnimator;
94 / (float) StackStateAnimator.ANIMATION_DURATION_STANDARD; in mapToFadeDuration()
DStatusBarStateControllerImpl.java31 import com.android.systemui.statusbar.notification.stack.StackStateAnimator;
221 mDarkAnimator.setDuration(StackStateAnimator.ANIMATION_DURATION_WAKEUP); in startDozeAnimation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSFragment.java47 import com.android.systemui.statusbar.notification.stack.StackStateAnimator;
430 .setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD) in animateHeaderSlidingOut()
510 .setDuration(StackStateAnimator.ANIMATION_DURATION_GO_TO_FULL_SHADE)
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DRemoteInputView.java65 import com.android.systemui.statusbar.notification.stack.StackStateAnimator;
230 reveal.setDuration(StackStateAnimator.ANIMATION_DURATION_CLOSE_REMOTE_INPUT); in onDefocus()
303 animator.setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD); in focusAnimated()