/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 | 28 import com.android.systemui.statusbar.notification.stack.StackStateAnimator 166 var duration = StackStateAnimator.ANIMATION_DURATION_WAKEUP.toLong() in startVisibilityAnimation()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | AnimationFilter.java | 128 customDelay = StackStateAnimator.ANIMATION_DELAY_HEADS_UP; in applyCombination() 133 customDelay = StackStateAnimator.ANIMATION_DELAY_HEADS_UP_CLICKED in applyCombination() 134 + 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); 3523 StackStateAnimator.ANIMATION_DURATION_STANDARD)); 4509 StackStateAnimator.removeTransientView(view); 4561 mDimAnimator.setDuration(StackStateAnimator.ANIMATION_DURATION_DIMMED_ACTIVATED); 5978 StackStateAnimator.ANIMATION_DURATION_APPEAR_DISAPPEAR, 5981 StackStateAnimator.ANIMATION_DURATION_APPEAR_DISAPPEAR, 5984 StackStateAnimator.ANIMATION_DURATION_STANDARD, 5987 StackStateAnimator.ANIMATION_DURATION_STANDARD, 5990 StackStateAnimator.ANIMATION_DURATION_DIMMED_ACTIVATED, [all …]
|
D | StackStateAnimator.java | 41 public class StackStateAnimator { class 91 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; 55 private static final long DARK_ANIMATION_LENGTH = StackStateAnimator.ANIMATION_DURATION_WAKEUP; 588 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 | 94 import com.android.systemui.statusbar.notification.stack.StackStateAnimator; 149 .setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD); 1363 animateKeyguardStatusBarIn(StackStateAnimator.ANIMATION_DURATION_STANDARD); in onStateChanged() 1436 : StackStateAnimator.ANIMATION_DURATION_STANDARD); in animateKeyguardStatusBarOut() 2477 animateKeyguardStatusBarIn(StackStateAnimator.ANIMATION_DURATION_STANDARD); in updateDozingVisibilities()
|
D | NavigationBarFragment.java | 103 import com.android.systemui.statusbar.notification.stack.StackStateAnimator; 1016 delay + StackStateAnimator.ANIMATION_DURATION_GO_TO_FULL_SHADE); in disableAnimationsDuringHide()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/ |
D | DozeWallpaperState.java | 26 import com.android.systemui.statusbar.notification.stack.StackStateAnimator; 92 long duration = animated ? StackStateAnimator.ANIMATION_DURATION_WAKEUP : 0L; in transitionTo()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | CrossFadeHelper.java | 23 import com.android.systemui.statusbar.notification.stack.StackStateAnimator; 90 / (float) StackStateAnimator.ANIMATION_DURATION_STANDARD; in mapToFadeDuration()
|
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 | StatusBarStateControllerImpl.java | 29 import com.android.systemui.statusbar.notification.stack.StackStateAnimator; 204 mDarkAnimator.setDuration(StackStateAnimator.ANIMATION_DURATION_WAKEUP); in startDozeAnimation()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
D | QSFragment.java | 45 import com.android.systemui.statusbar.notification.stack.StackStateAnimator; 382 .setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD) in animateHeaderSlidingOut() 462 .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()
|