/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | ImageTransformState.java | 29 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()
|
D | NotificationDozeHelper.java | 31 import com.android.systemui.statusbar.notification.stack.StackStateAnimator; 55 animator.setDuration(StackStateAnimator.ANIMATION_DURATION_WAKEUP); in startIntensityAnimation()
|
D | ConversationNotifications.kt | 39 import com.android.systemui.statusbar.notification.stack.StackStateAnimator in <lambda>() 282 StackStateAnimator.ANIMATION_DURATION_STANDARD + 283 StackStateAnimator.ANIMATION_DURATION_PRIORITY_CHANGE +
|
D | Roundable.kt | 9 import com.android.systemui.statusbar.notification.stack.StackStateAnimator in <lambda>() 423 .setDuration(StackStateAnimator.ANIMATION_DURATION_CORNER_RADIUS.toLong())
|
D | NotificationWakeUpCoordinator.kt | 39 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/ |
D | DozeWallpaperStateTest.java | 33 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/ |
D | StackStateAnimatorTest.kt | 29 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/ |
D | DozeWallpaperState.java | 25 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/ |
D | ViewTransformationHelper.java | 31 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()
|
D | CrossFadeHelper.java | 27 import com.android.systemui.statusbar.notification.stack.StackStateAnimator; 133 / (float) StackStateAnimator.ANIMATION_DURATION_STANDARD; in mapToFadeDuration()
|
D | StatusBarStateControllerImpl.java | 60 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/ |
D | ScrimState.java | 25 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()
|
D | UnlockedScreenOffAnimationController.kt | 37 import com.android.systemui.statusbar.notification.stack.StackStateAnimator 196 val duration = StackStateAnimator.ANIMATION_DURATION_WAKEUP in shouldDelayKeyguardShow()
|
D | KeyguardStatusBarViewController.java | 67 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/ |
D | NotificationGuts.java | 39 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()
|
D | ActivatableNotificationView.java | 52 import com.android.systemui.statusbar.notification.stack.StackStateAnimator; 305 mBackgroundColorAnimator.setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD); in updateBackgroundTint()
|
D | NotificationConversationInfo.java | 76 import com.android.systemui.statusbar.notification.stack.StackStateAnimator; 536 StackStateAnimator.ANIMATION_DURATION_STANDARD); in updateChannel()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/scrim/ |
D | ScrimDrawable.java | 37 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/ |
D | NotificationStackScrollLayout.java | 28 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 …]
|
D | StackStateAnimator.java | 50 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/ |
D | KeyguardQsUserSwitchController.java | 48 import com.android.systemui.statusbar.notification.stack.StackStateAnimator; 68 new AnimationProperties().setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD);
|
D | KeyguardUserSwitcherController.java | 49 import com.android.systemui.statusbar.notification.stack.StackStateAnimator; 71 new AnimationProperties().setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD);
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | KeyguardStatusViewController.java | 63 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/ |
D | RemoteInputViewTest.java | 19 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/ |
D | MediaHierarchyManager.kt | 57 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()
|