Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DAnimationProps.java44 public @interface PropType {} annotation in AnimationProps
121 public <T extends ValueAnimator> T apply(@PropType int propertyType, T animator) { in apply()
135 public AnimationProps setStartDelay(@PropType int propertyType, int startDelay) { in setStartDelay()
146 public AnimationProps setInitialPlayTime(@PropType int propertyType, int initialPlayTime) { in setInitialPlayTime()
157 public long getStartDelay(@PropType int propertyType) { in getStartDelay()
171 public AnimationProps setDuration(@PropType int propertyType, int duration) { in setDuration()
182 public long getDuration(@PropType int propertyType) { in getDuration()
196 public AnimationProps setInterpolator(@PropType int propertyType, Interpolator interpolator) { in setInterpolator()
208 public Interpolator getInterpolator(@PropType int propertyType) { in getInterpolator()
223 public long getInitialPlayTime(@PropType int propertyType) { in getInitialPlayTime()