Home
last modified time | relevance | path

Searched refs:animationProperties (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationIconContainer.java710 AnimationProperties animationProperties = null; in applyToView() local
727 animationProperties = ADD_ICON_PROPERTIES; in applyToView()
731 animationProperties = DOT_ANIMATION_PROPERTIES; in applyToView()
738 animationProperties = DOT_ANIMATION_PROPERTIES; in applyToView()
756 if (animationProperties != null) { in applyToView()
760 animationProperties = sTempProperties; in applyToView()
773 animationProperties = sTempProperties; in applyToView()
779 animationProperties = UNISOLATION_PROPERTY; in applyToView()
780 animationProperties.setDelay( in applyToView()
784 animationProperties.setDelay( in applyToView()
[all …]
H A DStatusIconContainer.java435 AnimationProperties animationProperties = null; in applyToView() local
445 animationProperties = ADD_ICON_PROPERTIES; in applyToView()
452 animationProperties = ANIMATE_ALL_PROPERTIES; in applyToView()
456 animationProperties = X_ANIMATION_PROPERTIES; in applyToView()
460 if (animationProperties != null) { in applyToView()
461 animateTo(view, animationProperties); in applyToView()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DViewState.java281 public void animateTo(View child, AnimationProperties animationProperties) { in animateTo() argument
297 startXTranslationAnimation(child, animationProperties); in animateTo()
304 startYTranslationAnimation(child, animationProperties); in animateTo()
311 startZTranslationAnimation(child, animationProperties); in animateTo()
318 PropertyAnimator.startAnimation(child, SCALE_X_PROPERTY, scaleX, animationProperties); in animateTo()
325 PropertyAnimator.startAnimation(child, SCALE_Y_PROPERTY, scaleY, animationProperties); in animateTo()
332 startAlphaAnimation(child, animationProperties); in animateTo()