[go: nahoru, domu]

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DAnimationProps.java59 private SparseArray<Interpolator> mPropInterpolators; field in class:AnimationProps
197 if (mPropInterpolators == null) {
198 mPropInterpolators = new SparseArray<>();
200 mPropInterpolators.append(propertyType, interpolator);
209 if (mPropInterpolators != null) {
210 Interpolator interp = mPropInterpolators.get(propertyType);
214 return mPropInterpolators.get(ALL, Interpolators.LINEAR);

Completed in 140 milliseconds