Searched refs:animationProperties (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | NotificationIconContainer.java | 534 AnimationProperties animationProperties = null; in applyToView() local 545 animationProperties = ADD_ICON_PROPERTIES; in applyToView() 549 animationProperties = UNDARK_PROPERTIES; in applyToView() 552 animationProperties = DOT_ANIMATION_PROPERTIES; in applyToView() 559 animationProperties = DOT_ANIMATION_PROPERTIES; in applyToView() 569 if (animationProperties != null) { in applyToView() 570 animationFilter.combineFilter(animationProperties.getAnimationFilter()); in applyToView() 571 mTempProperties.combineCustomInterpolators(animationProperties); in applyToView() 573 animationProperties = mTempProperties; in applyToView() 574 animationProperties.setDuration(CANNED_ANIMATION_DURATION); in applyToView() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/ |
D | ViewState.java | 263 public void animateTo(View child, AnimationProperties animationProperties) { in animateTo() argument 279 startXTranslationAnimation(child, animationProperties); in animateTo() 286 startYTranslationAnimation(child, animationProperties); in animateTo() 293 startZTranslationAnimation(child, animationProperties); in animateTo() 300 PropertyAnimator.startAnimation(child, SCALE_X_PROPERTY, scaleX, animationProperties); in animateTo() 307 PropertyAnimator.startAnimation(child, SCALE_Y_PROPERTY, scaleY, animationProperties); in animateTo() 314 startAlphaAnimation(child, animationProperties); in animateTo()
|