Home
last modified time | relevance | path

Searched refs:animationFilter (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationIconContainer.java871 AnimationFilter animationFilter = sTempProperties.getAnimationFilter(); in applyToView() local
872 animationFilter.reset(); in applyToView()
873 animationFilter.combineFilter( in applyToView()
886 animationFilter.combineFilter(animationProperties.getAnimationFilter()); in applyToView()
898 AnimationFilter animationFilter = sTempProperties.getAnimationFilter(); in applyToView() local
899 animationFilter.reset(); in applyToView()
900 animationFilter.animateX(); in applyToView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DExpandableViewState.java191 AnimationFilter animationFilter = properties.getAnimationFilter(); in animateTo() local
220 expandableView.setHideSensitive(this.hideSensitive, animationFilter.animateHideSensitive, in animateTo()