Searched refs:StackStateAnimator (Results 1 – 13 of 13) sorted by relevance
28 import com.android.systemui.statusbar.stack.StackStateAnimator;97 scaleAmount = (scaleAmount * StackStateAnimator.ANIMATION_DURATION_STANDARD in mapToDuration()98 - (StackStateAnimator.ANIMATION_DURATION_STANDARD - ANIMATION_DURATION_LENGTH)) in mapToDuration()
22 import com.android.systemui.statusbar.stack.StackStateAnimator;83 / (float) StackStateAnimator.ANIMATION_DURATION_STANDARD; in mapToFadeDuration()
31 import com.android.systemui.statusbar.stack.StackStateAnimator;80 mViewTransformationAnimation.setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD); in transformTo()157 mViewTransformationAnimation.setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD); in transformFrom()
57 import com.android.systemui.statusbar.stack.StackStateAnimator;252 a.setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD); in animateClose()
44 import com.android.systemui.statusbar.stack.StackStateAnimator;54 private static final long DARK_ANIMATION_LENGTH = StackStateAnimator.ANIMATION_DURATION_WAKEUP;542 mBackgroundColorAnimator.setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD); in updateBackgroundTint()
172 private final StackStateAnimator mStateAnimator = new StackStateAnimator(this);2117 animator.setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD); in startTopAnimation()2165 animator.setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD); in startBottomAnimation()3074 StackStateAnimator.ANIMATION_DURATION_STANDARD)); in generateChildAdditionEvents()3502 StackStateAnimator.removeFromOverlay(view); in clearViewOverlays()3543 mDimAnimator.setDuration(StackStateAnimator.ANIMATION_DURATION_DIMMED_ACTIVATED); in animateDimmed()3709 fadeAnimator.setDuration(StackStateAnimator.ANIMATION_DURATION_WAKEUP); in startBackgroundFadeIn()4650 StackStateAnimator.ANIMATION_DURATION_APPEAR_DISAPPEAR,4653 StackStateAnimator.ANIMATION_DURATION_APPEAR_DISAPPEAR,4656 StackStateAnimator.ANIMATION_DURATION_STANDARD,[all …]
40 public class StackStateAnimator { class80 public StackStateAnimator(NotificationStackScrollLayout hostLayout) { in StackStateAnimator() method in StackStateAnimator
40 import com.android.systemui.statusbar.stack.StackStateAnimator;291 .setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD) in animateHeaderSlidingOut()366 .setDuration(StackStateAnimator.ANIMATION_DURATION_GO_TO_FULL_SHADE)
61 import com.android.systemui.statusbar.stack.StackStateAnimator;210 reveal.setDuration(StackStateAnimator.ANIMATION_DURATION_CLOSE_REMOTE_INPUT); in onDefocus()266 animator.setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD); in focusAnimated()
37 import com.android.systemui.statusbar.stack.StackStateAnimator;105 }.setDuration(StackStateAnimator.ANIMATION_DURATION_WAKEUP);
84 import com.android.systemui.statusbar.stack.StackStateAnimator;614 delay + StackStateAnimator.ANIMATION_DURATION_GO_TO_FULL_SHADE); in disableAnimationsDuringHide()
68 import com.android.systemui.statusbar.stack.StackStateAnimator;497 mClockAnimator.setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD); in startClockAnimation()1069 animateKeyguardStatusBarIn(StackStateAnimator.ANIMATION_DURATION_STANDARD); in setBarState()1120 : StackStateAnimator.ANIMATION_DURATION_STANDARD); in animateKeyguardStatusBarOut()2523 mDarkAnimator.setDuration(StackStateAnimator.ANIMATION_DURATION_WAKEUP); in setDark()
236 import com.android.systemui.statusbar.stack.StackStateAnimator;6031 a.setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD); in getNotificationLongClicker()