Searched refs:StackStateAnimator (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DScrimController.java38 import com.android.systemui.statusbar.stack.StackStateAnimator;
403 ValueAnimator previousAnimator = StackStateAnimator.getChildTag(mHeadsUpScrim,
410 animEndValue = StackStateAnimator.getChildTag(mHeadsUpScrim, TAG_HUN_END_ALPHA);
420 float previousStartValue = StackStateAnimator.getChildTag(mHeadsUpScrim,
422 float previousEndValue = StackStateAnimator.getChildTag(mHeadsUpScrim,
H A DNotificationPanelView.java62 import com.android.systemui.statusbar.stack.StackStateAnimator;
453 mClockAnimator.setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD);
1013 animateKeyguardStatusBarIn(StackStateAnimator.ANIMATION_DURATION_STANDARD);
1084 .setDuration(StackStateAnimator.ANIMATION_DURATION_GO_TO_FULL_SHADE)
1093 mQsContainerAnimator.setDuration(StackStateAnimator.ANIMATION_DURATION_GO_TO_FULL_SHADE);
1115 .setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD)
1129 .setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD)
1151 : StackStateAnimator.ANIMATION_DURATION_STANDARD);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java137 private final StackStateAnimator mStateAnimator = new StackStateAnimator(this);
2019 StackStateAnimator.ANIMATION_DURATION_STANDARD));
2576 StackStateAnimator.ANIMATION_DURATION_STANDARD);
2583 StackStateAnimator.ANIMATION_DURATION_STANDARD,
3043 StackStateAnimator.ANIMATION_DURATION_APPEAR_DISAPPEAR,
3046 StackStateAnimator.ANIMATION_DURATION_APPEAR_DISAPPEAR,
3049 StackStateAnimator.ANIMATION_DURATION_STANDARD,
3052 StackStateAnimator.ANIMATION_DURATION_STANDARD,
3055 StackStateAnimator
[all...]
H A DNotificationChildrenContainer.java347 public void startAnimationToState(StackScrollState state, StackStateAnimator stateAnimator,
359 int difference = Math.min(StackStateAnimator.DELAY_EFFECT_MAX_INDEX_DIFFERENCE_CHILDREN,
362 ? difference * StackStateAnimator.ANIMATION_DELAY_PER_ELEMENT_EXPAND_CHILDREN
H A DStackStateAnimator.java41 public class StackStateAnimator { class
102 public StackStateAnimator(NotificationStackScrollLayout hostLayout) { method in class:StackStateAnimator
H A DStackScrollAlgorithm.java860 mFirstChildMaxHeight = StackStateAnimator.getFinalActualHeight(
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableNotificationRow.java41 import com.android.systemui.statusbar.stack.StackStateAnimator;
257 StackStateAnimator stateAnimator, boolean withDelays, long delay, long duration) {
427 StackStateAnimator.ANIMATION_DURATION_EXPAND_CLICKED);
789 ? Math.max(StackStateAnimator.getFinalActualHeight(this)

Completed in 662 milliseconds