[go: nahoru, domu]

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
121 public <T extends ValueAnimator> T apply(@PropType int propertyType, T animator) {
135 public AnimationProps setStartDelay(@PropType int propertyType, int startDelay) {
146 public AnimationProps setInitialPlayTime(@PropType int propertyType, int initialPlayTime) {
157 public long getStartDelay(@PropType int propertyType) {
171 public AnimationProps setDuration(@PropType int propertyType, int duration) {
182 public long getDuration(@PropType int propertyType) {
196 public AnimationProps setInterpolator(@PropType int propertyType, Interpolator interpolator) {
208 public Interpolator getInterpolator(@PropType int propertyType) {
223 public long getInitialPlayTime(@PropType in
[all...]

Completed in 30 milliseconds