Searched refs:StackStateAnimator (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | ScrimController.java | 38 import com.android.systemui.statusbar.stack.StackStateAnimator; 403 ValueAnimator previousAnimator = StackStateAnimator.getChildTag(mHeadsUpScrim, in updateHeadsUpScrim() 410 animEndValue = StackStateAnimator.getChildTag(mHeadsUpScrim, TAG_HUN_END_ALPHA); in updateHeadsUpScrim() 420 float previousStartValue = StackStateAnimator.getChildTag(mHeadsUpScrim, in updateHeadsUpScrim() 422 float previousEndValue = StackStateAnimator.getChildTag(mHeadsUpScrim, in updateHeadsUpScrim()
|
D | NotificationPanelView.java | 62 import com.android.systemui.statusbar.stack.StackStateAnimator; 453 mClockAnimator.setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD); in startClockAnimation() 1013 animateKeyguardStatusBarIn(StackStateAnimator.ANIMATION_DURATION_STANDARD); in setBarState() 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) in animateHeaderSlidingOut() 1129 .setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD) in animateHeaderSlidingOut() 1151 : StackStateAnimator.ANIMATION_DURATION_STANDARD); in animateKeyguardStatusBarOut()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/ |
D | NotificationStackScrollLayout.java | 137 private final StackStateAnimator mStateAnimator = new StackStateAnimator(this); 2019 StackStateAnimator.ANIMATION_DURATION_STANDARD)); in generateChildAdditionEvents() 2576 StackStateAnimator.ANIMATION_DURATION_STANDARD); in updateOverflowContainerVisibility() 2583 StackStateAnimator.ANIMATION_DURATION_STANDARD, in updateOverflowContainerVisibility() 3043 StackStateAnimator.ANIMATION_DURATION_APPEAR_DISAPPEAR, 3046 StackStateAnimator.ANIMATION_DURATION_APPEAR_DISAPPEAR, 3049 StackStateAnimator.ANIMATION_DURATION_STANDARD, 3052 StackStateAnimator.ANIMATION_DURATION_STANDARD, 3055 StackStateAnimator.ANIMATION_DURATION_STANDARD, 3058 StackStateAnimator.ANIMATION_DURATION_STANDARD, [all …]
|
D | NotificationChildrenContainer.java | 347 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
|
D | StackStateAnimator.java | 41 public class StackStateAnimator { class 102 public StackStateAnimator(NotificationStackScrollLayout hostLayout) { in StackStateAnimator() method in StackStateAnimator
|
D | StackScrollAlgorithm.java | 860 mFirstChildMaxHeight = StackStateAnimator.getFinalActualHeight(
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | ExpandableNotificationRow.java | 41 import com.android.systemui.statusbar.stack.StackStateAnimator; 257 StackStateAnimator stateAnimator, boolean withDelays, long delay, long duration) { in startChildAnimation() 427 StackStateAnimator.ANIMATION_DURATION_EXPAND_CLICKED); in updateChildrenVisibility() 789 ? Math.max(StackStateAnimator.getFinalActualHeight(this) in updateExpandButtonAppearance()
|