public class AnimationFilter extends Object
Modifier and Type | Field and Description |
---|---|
boolean |
animateShadowAlpha |
Constructor and Description |
---|
AnimationFilter() |
Modifier and Type | Method and Description |
---|---|
AnimationFilter |
animateAlpha() |
AnimationFilter |
animateDark() |
AnimationFilter |
animateDimmed() |
AnimationFilter |
animateHeight() |
AnimationFilter |
animateHideSensitive() |
AnimationFilter |
animateShadowAlpha() |
AnimationFilter |
animateTopInset() |
AnimationFilter |
animateY() |
AnimationFilter |
animateZ() |
void |
applyCombination(ArrayList<com.android.systemui.statusbar.stack.NotificationStackScrollLayout.AnimationEvent> events)
Combines multiple filters into
this filter, using or as the operand . |
AnimationFilter |
hasDelays() |
public AnimationFilter animateAlpha()
public AnimationFilter animateY()
public AnimationFilter hasDelays()
public AnimationFilter animateZ()
public AnimationFilter animateHeight()
public AnimationFilter animateTopInset()
public AnimationFilter animateDimmed()
public AnimationFilter animateDark()
public AnimationFilter animateHideSensitive()
public AnimationFilter animateShadowAlpha()
public void applyCombination(ArrayList<com.android.systemui.statusbar.stack.NotificationStackScrollLayout.AnimationEvent> events)
this
filter, using or as the operand .events
- The animation events from the filters to combine.