Home
last modified time | relevance | path

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

12

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DImageTransformState.java29 import com.android.systemui.statusbar.notification.stack.StackStateAnimator;
103 scaleAmount = (scaleAmount * StackStateAnimator.ANIMATION_DURATION_STANDARD in mapToDuration()
104 - (StackStateAnimator.ANIMATION_DURATION_STANDARD - ANIMATION_DURATION_LENGTH)) in mapToDuration()
DNotificationDozeHelper.java31 import com.android.systemui.statusbar.notification.stack.StackStateAnimator;
55 animator.setDuration(StackStateAnimator.ANIMATION_DURATION_WAKEUP); in startIntensityAnimation()
DConversationNotifications.kt39 import com.android.systemui.statusbar.notification.stack.StackStateAnimator in <lambda>()
282 StackStateAnimator.ANIMATION_DURATION_STANDARD +
283 StackStateAnimator.ANIMATION_DURATION_PRIORITY_CHANGE +
DRoundable.kt9 import com.android.systemui.statusbar.notification.stack.StackStateAnimator in <lambda>()
423 .setDuration(StackStateAnimator.ANIMATION_DURATION_CORNER_RADIUS.toLong())
DNotificationWakeUpCoordinator.kt39 import com.android.systemui.statusbar.notification.stack.StackStateAnimator
418 duration = StackStateAnimator.ANIMATION_DURATION_WAKEUP.toLong() in scheduleDelayedDozeAmountAnimation()
573 var duration = StackStateAnimator.ANIMATION_DURATION_WAKEUP.toLong() in startVisibilityAnimation()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/doze/
DDozeWallpaperStateTest.java33 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/tests/src/com/android/systemui/statusbar/notification/stack/
DStackStateAnimatorTest.kt29 import com.android.systemui.statusbar.notification.stack.StackStateAnimator.ANIMATION_DURATION_HEAD…
30 import com.android.systemui.statusbar.notification.stack.StackStateAnimator.ANIMATION_DURATION_HEAD…
57 private lateinit var stackStateAnimator: StackStateAnimator
73 stackStateAnimator = StackStateAnimator(mContext, stackScroller) in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DDozeWallpaperState.java25 import com.android.systemui.statusbar.notification.stack.StackStateAnimator;
91 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;
112 mViewTransformationAnimation.setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD); in transformTo()
186 mViewTransformationAnimation.setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD); in transformFrom()
DCrossFadeHelper.java27 import com.android.systemui.statusbar.notification.stack.StackStateAnimator;
133 / (float) StackStateAnimator.ANIMATION_DURATION_STANDARD; in mapToFadeDuration()
DStatusBarStateControllerImpl.java60 import com.android.systemui.statusbar.notification.stack.StackStateAnimator;
444 darkAnimator.setDuration(StackStateAnimator.ANIMATION_DURATION_WAKEUP); in createDarkAnimator()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DScrimState.java25 import com.android.systemui.statusbar.notification.stack.StackStateAnimator;
70 mAnimationDuration = StackStateAnimator.ANIMATION_DURATION_WAKEUP_SCRIM; in prepare()
78 mAnimationDuration = StackStateAnimator.ANIMATION_DURATION_WAKEUP_SCRIM; in prepare()
DUnlockedScreenOffAnimationController.kt37 import com.android.systemui.statusbar.notification.stack.StackStateAnimator
196 val duration = StackStateAnimator.ANIMATION_DURATION_WAKEUP in shouldDelayKeyguardShow()
DKeyguardStatusBarViewController.java67 import com.android.systemui.statusbar.notification.stack.StackStateAnimator;
96 new AnimationProperties().setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD);
507 anim.setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD); in animateKeyguardStatusBarIn()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationGuts.java39 import com.android.systemui.statusbar.notification.stack.StackStateAnimator;
321 a.setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD); in animateOpen()
346 a.setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD); in animateClose()
DActivatableNotificationView.java52 import com.android.systemui.statusbar.notification.stack.StackStateAnimator;
305 mBackgroundColorAnimator.setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD); in updateBackgroundTint()
DNotificationConversationInfo.java76 import com.android.systemui.statusbar.notification.stack.StackStateAnimator;
536 StackStateAnimator.ANIMATION_DURATION_STANDARD); in updateChannel()
/frameworks/base/packages/SystemUI/src/com/android/systemui/scrim/
DScrimDrawable.java37 import com.android.systemui.statusbar.notification.stack.StackStateAnimator;
86 anim.setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD); in setColor()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java28 import static com.android.systemui.statusbar.notification.stack.StackStateAnimator.ANIMATION_DURATI…
239 private final StackStateAnimator mStateAnimator;
651 mStateAnimator = new StackStateAnimator(context, this); in NotificationStackScrollLayout()
3349 duration = StackStateAnimator.ANIMATION_DURATION_PRIORITY_CHANGE; in generatePositionChangeEvents()
3367 StackStateAnimator.ANIMATION_DURATION_STANDARD)); in generateChildAdditionEvents()
6240 StackStateAnimator.ANIMATION_DURATION_APPEAR_DISAPPEAR,
6243 StackStateAnimator.ANIMATION_DURATION_APPEAR_DISAPPEAR,
6246 StackStateAnimator.ANIMATION_DURATION_STANDARD,
6249 StackStateAnimator.ANIMATION_DURATION_STANDARD,
6252 StackStateAnimator.ANIMATION_DURATION_DIMMED_ACTIVATED,
[all …]
DStackStateAnimator.java50 public class StackStateAnimator { class
100 public StackStateAnimator(Context context, NotificationStackScrollLayout hostLayout) { in StackStateAnimator() method in StackStateAnimator
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyguardQsUserSwitchController.java48 import com.android.systemui.statusbar.notification.stack.StackStateAnimator;
68 new AnimationProperties().setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD);
DKeyguardUserSwitcherController.java49 import com.android.systemui.statusbar.notification.stack.StackStateAnimator;
71 new AnimationProperties().setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD);
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardStatusViewController.java63 import com.android.systemui.statusbar.notification.stack.StackStateAnimator;
93 new AnimationProperties().setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD);
544 transition.setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD); in updateAlignment()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DRemoteInputViewTest.java19 import static com.android.systemui.statusbar.notification.stack.StackStateAnimator.ANIMATION_DURATI…
79 import com.android.systemui.statusbar.notification.stack.StackStateAnimator;
313 mAnimatorTestRule.advanceTimeBy(StackStateAnimator.ANIMATION_DURATION_STANDARD); in testUiPredictiveBack_openAndDispatchCallback()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/
DMediaHierarchyManager.kt57 import com.android.systemui.statusbar.notification.stack.StackStateAnimator in <lambda>()
922 animDuration = (StackStateAnimator.ANIMATION_DURATION_GO_TO_FULL_SHADE / 2f).toLong() in getAnimationParams()
924 animDuration = StackStateAnimator.ANIMATION_DURATION_APPEAR_DISAPPEAR.toLong() in getAnimationParams()

12