Searched refs:StackStateAnimator (Results 1 – 13 of 13) sorted by relevance
38 import com.android.systemui.statusbar.stack.StackStateAnimator;446 ValueAnimator previousAnimator = StackStateAnimator.getChildTag(scrim, in updateScrim()453 animEndValue = StackStateAnimator.getChildTag(scrim, TAG_END_ALPHA); in updateScrim()463 float previousStartValue = StackStateAnimator.getChildTag(scrim, in updateScrim()465 float previousEndValue = StackStateAnimator.getChildTag(scrim, in updateScrim()
64 import com.android.systemui.statusbar.stack.StackStateAnimator;462 mClockAnimator.setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD); in startClockAnimation()1010 animateKeyguardStatusBarIn(StackStateAnimator.ANIMATION_DURATION_STANDARD); in setBarState()1059 : StackStateAnimator.ANIMATION_DURATION_STANDARD); in animateKeyguardStatusBarOut()
174 import com.android.systemui.statusbar.stack.StackStateAnimator;4014 }, delay + StackStateAnimator.ANIMATION_DURATION_GO_TO_FULL_SHADE); in hideKeyguard()
168 private final StackStateAnimator mStateAnimator = new StackStateAnimator(this);1847 animator.setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD); in startTopAnimation()1895 animator.setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD); in startBottomAnimation()1941 int finalTranslationY = (int) StackStateAnimator.getFinalTranslationY(firstView); in updateBackgroundBounds()1954 int finalTranslationY = (int) StackStateAnimator.getFinalTranslationY(lastView); in updateBackgroundBounds()1955 int finalHeight = StackStateAnimator.getFinalActualHeight(lastView); in updateBackgroundBounds()2707 StackStateAnimator.ANIMATION_DURATION_STANDARD)); in generateChildAdditionEvents()3100 StackStateAnimator.removeFromOverlay(view); in clearViewOverlays()3140 mDimAnimator.setDuration(StackStateAnimator.ANIMATION_DURATION_DIMMED_ACTIVATED); in animateDimmed()3303 long delay = maxLength * StackStateAnimator.ANIMATION_DELAY_PER_ELEMENT_DARK; in startBackgroundFadeIn()[all …]
41 public class StackStateAnimator { class98 public StackStateAnimator(NotificationStackScrollLayout hostLayout) { in StackStateAnimator() method in StackStateAnimator
609 public void startAnimationToState(StackScrollState state, StackStateAnimator stateAnimator,
22 import com.android.systemui.statusbar.stack.StackStateAnimator;66 / (float) StackStateAnimator.ANIMATION_DURATION_STANDARD; in mapToFadeDuration()
30 import com.android.systemui.statusbar.stack.StackStateAnimator;79 mViewTransformationAnimation.setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD); in transformTo()157 mViewTransformationAnimation.setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD); in transformFrom()
50 import com.android.systemui.statusbar.stack.StackStateAnimator;396 a.setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD); in closeControls()
41 import com.android.systemui.statusbar.stack.StackStateAnimator;492 mBackgroundColorAnimator.setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD); in updateBackgroundTint()
56 import com.android.systemui.statusbar.stack.StackStateAnimator;482 StackStateAnimator stateAnimator, long delay, long duration) {
114 import com.android.systemui.statusbar.stack.StackStateAnimator;1190 a.setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD); in getNotificationLongClicker()
35 import com.android.systemui.statusbar.stack.StackStateAnimator;275 .setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD) in animateHeaderSlidingOut()296 .setDuration(StackStateAnimator.ANIMATION_DURATION_GO_TO_FULL_SHADE)