Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationIconContainer.java755 AnimationFilter animationFilter = sTempProperties.getAnimationFilter(); in applyToView() local
756 animationFilter.reset(); in applyToView()
757 animationFilter.combineFilter( in applyToView()
770 animationFilter.combineFilter(animationProperties.getAnimationFilter()); in applyToView()
782 AnimationFilter animationFilter = sTempProperties.getAnimationFilter(); in applyToView() local
783 animationFilter.reset(); in applyToView()
784 animationFilter.animateX(); in applyToView()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DExpandableViewState.java193 AnimationFilter animationFilter = properties.getAnimationFilter(); in animateTo() local
217 expandableView.setDimmed(this.dimmed, animationFilter.animateDimmed); in animateTo()
223 expandableView.setHideSensitive(this.hideSensitive, animationFilter.animateHideSensitive, in animateTo()