Home
last modified time | relevance | path

Searched refs:StackStateAnimator (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DImageTransformState.java28 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DCrossFadeHelper.java22 import com.android.systemui.statusbar.stack.StackStateAnimator;
83 / (float) StackStateAnimator.ANIMATION_DURATION_STANDARD; in mapToFadeDuration()
DViewTransformationHelper.java31 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()
DNotificationGuts.java57 import com.android.systemui.statusbar.stack.StackStateAnimator;
252 a.setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD); in animateClose()
DActivatableNotificationView.java44 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java172 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 …]
DStackStateAnimator.java40 public class StackStateAnimator { class
80 public StackStateAnimator(NotificationStackScrollLayout hostLayout) { in StackStateAnimator() method in StackStateAnimator
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSFragment.java40 import com.android.systemui.statusbar.stack.StackStateAnimator;
291 .setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD) in animateHeaderSlidingOut()
366 .setDuration(StackStateAnimator.ANIMATION_DURATION_GO_TO_FULL_SHADE)
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DRemoteInputView.java61 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationIconContainer.java37 import com.android.systemui.statusbar.stack.StackStateAnimator;
105 }.setDuration(StackStateAnimator.ANIMATION_DURATION_WAKEUP);
DNavigationBarFragment.java84 import com.android.systemui.statusbar.stack.StackStateAnimator;
614 delay + StackStateAnimator.ANIMATION_DURATION_GO_TO_FULL_SHADE); in disableAnimationsDuringHide()
DNotificationPanelView.java68 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()
DStatusBar.java236 import com.android.systemui.statusbar.stack.StackStateAnimator;
6031 a.setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD); in getNotificationLongClicker()