Searched refs:PropType (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DAnimationProps.java44 public @interface PropType {} interface in class:AnimationProps
120 public <T extends ValueAnimator> T apply(@PropType int propertyType, T animator) {
130 public AnimationProps setStartDelay(@PropType int propertyType, int startDelay) {
141 public long getStartDelay(@PropType int propertyType) {
155 public AnimationProps setDuration(@PropType int propertyType, int duration) {
166 public long getDuration(@PropType int propertyType) {
180 public AnimationProps setInterpolator(@PropType int propertyType, Interpolator interpolator) {
192 public Interpolator getInterpolator(@PropType int propertyType) {

Completed in 52 milliseconds