Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationIconContainer.java720 AnimationProperties animationProperties = null; in applyToView() local
737 animationProperties = ADD_ICON_PROPERTIES; in applyToView()
741 animationProperties = DOT_ANIMATION_PROPERTIES; in applyToView()
748 animationProperties = DOT_ANIMATION_PROPERTIES; in applyToView()
766 if (animationProperties != null) { in applyToView()
767 animationFilter.combineFilter(animationProperties.getAnimationFilter()); in applyToView()
768 sTempProperties.combineCustomInterpolators(animationProperties); in applyToView()
770 animationProperties = sTempProperties; in applyToView()
771 animationProperties.setDuration(CANNED_ANIMATION_DURATION); in applyToView()
783 animationProperties = sTempProperties; in applyToView()
[all …]
DStatusIconContainer.java451 AnimationProperties animationProperties = null; in applyToView() local
461 animationProperties = ADD_ICON_PROPERTIES; in applyToView()
468 animationProperties = ANIMATE_ALL_PROPERTIES; in applyToView()
472 animationProperties = X_ANIMATION_PROPERTIES; in applyToView()
476 if (animationProperties != null) { in applyToView()
477 animateTo(view, animationProperties); in applyToView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DViewState.java376 public void animateTo(View child, AnimationProperties animationProperties) { in animateTo() argument
392 startXTranslationAnimation(child, animationProperties); in animateTo()
399 startYTranslationAnimation(child, animationProperties); in animateTo()
406 startZTranslationAnimation(child, animationProperties); in animateTo()
413 PropertyAnimator.startAnimation(child, SCALE_X_PROPERTY, mScaleX, animationProperties); in animateTo()
420 PropertyAnimator.startAnimation(child, SCALE_Y_PROPERTY, mScaleY, animationProperties); in animateTo()
427 startAlphaAnimation(child, animationProperties); in animateTo()