/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 | NotificationWakeUpCoordinator.kt | 27 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/ |
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 | 117 animator.setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD); in startTopAnimation() 166 animator.setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD); in startBottomAnimation()
|
D | NotificationStackScrollLayout.java | 22 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 …]
|
D | StackStateAnimator.java | 42 public class StackStateAnimator { class 92 public StackStateAnimator(NotificationStackScrollLayout hostLayout) { in StackStateAnimator() method in StackStateAnimator
|
/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/statusbar/notification/row/ |
D | NotificationGuts.java | 39 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()
|
D | ExpandableOutlineView.java | 35 import com.android.systemui.statusbar.notification.stack.StackStateAnimator; 57 new AnimationProperties().setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD);
|
D | ActivatableNotificationView.java | 44 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/ |
D | ScrimState.java | 23 import com.android.systemui.statusbar.notification.stack.StackStateAnimator; 44 mAnimationDuration = StackStateAnimator.ANIMATION_DURATION_WAKEUP; in prepare() 52 mAnimationDuration = StackStateAnimator.ANIMATION_DURATION_WAKEUP; in prepare()
|
D | NotificationPanelView.java | 97 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()
|
D | NavigationBarFragment.java | 103 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/ |
D | DozeWallpaperState.java | 27 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/ |
D | ViewTransformationHelper.java | 31 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()
|
D | CrossFadeHelper.java | 23 import com.android.systemui.statusbar.notification.stack.StackStateAnimator; 94 / (float) StackStateAnimator.ANIMATION_DURATION_STANDARD; in mapToFadeDuration()
|
D | StatusBarStateControllerImpl.java | 31 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/ |
D | QSFragment.java | 47 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/ |
D | RemoteInputView.java | 65 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()
|