Searched refs:PropType (Results 1 – 1 of 1) sorted by relevance
44 public @interface PropType {} annotation in AnimationProps119 public <T extends ValueAnimator> T apply(@PropType int propertyType, T animator) { in apply()129 public AnimationProps setStartDelay(@PropType int propertyType, int startDelay) { in setStartDelay()140 public long getStartDelay(@PropType int propertyType) { in getStartDelay()154 public AnimationProps setDuration(@PropType int propertyType, int duration) { in setDuration()165 public long getDuration(@PropType int propertyType) { in getDuration()179 public AnimationProps setInterpolator(@PropType int propertyType, Interpolator interpolator) { in setInterpolator()191 public Interpolator getInterpolator(@PropType int propertyType) { in getInterpolator()