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/phone/
DScrimController.java38 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()
DNotificationPanelView.java64 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()
DPhoneStatusBar.java174 import com.android.systemui.statusbar.stack.StackStateAnimator;
4014 }, delay + StackStateAnimator.ANIMATION_DURATION_GO_TO_FULL_SHADE); in hideKeyguard()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java168 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 …]
DStackStateAnimator.java41 public class StackStateAnimator { class
98 public StackStateAnimator(NotificationStackScrollLayout hostLayout) { in StackStateAnimator() method in StackStateAnimator
DNotificationChildrenContainer.java609 public void startAnimationToState(StackScrollState state, StackStateAnimator stateAnimator,
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DCrossFadeHelper.java22 import com.android.systemui.statusbar.stack.StackStateAnimator;
66 / (float) StackStateAnimator.ANIMATION_DURATION_STANDARD; in mapToFadeDuration()
DViewTransformationHelper.java30 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()
DNotificationGuts.java50 import com.android.systemui.statusbar.stack.StackStateAnimator;
396 a.setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD); in closeControls()
DActivatableNotificationView.java41 import com.android.systemui.statusbar.stack.StackStateAnimator;
492 mBackgroundColorAnimator.setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD); in updateBackgroundTint()
DExpandableNotificationRow.java56 import com.android.systemui.statusbar.stack.StackStateAnimator;
482 StackStateAnimator stateAnimator, long delay, long duration) {
DBaseStatusBar.java114 import com.android.systemui.statusbar.stack.StackStateAnimator;
1190 a.setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD); in getNotificationLongClicker()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSContainer.java35 import com.android.systemui.statusbar.stack.StackStateAnimator;
275 .setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD) in animateHeaderSlidingOut()
296 .setDuration(StackStateAnimator.ANIMATION_DURATION_GO_TO_FULL_SHADE)