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.java717 AnimationFilter animationFilter = sTempProperties.getAnimationFilter(); in applyToView() local
718 animationFilter.reset(); in applyToView()
719 animationFilter.combineFilter( in applyToView()
724 animationFilter.combineFilter(animationProperties.getAnimationFilter()); in applyToView()
736 AnimationFilter animationFilter = sTempProperties.getAnimationFilter(); in applyToView() local
737 animationFilter.reset(); in applyToView()
738 animationFilter.animateX(); in applyToView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DExpandableViewState.java186 AnimationFilter animationFilter = properties.getAnimationFilter(); in animateTo() local
203 expandableView.setDimmed(this.dimmed, animationFilter.animateDimmed); in animateTo()
209 expandableView.setHideSensitive(this.hideSensitive, animationFilter.animateHideSensitive, in animateTo()
213 expandableView.setDark(this.dark, animationFilter.animateDark, properties.delay); in animateTo()