Searched refs:interpolatorType (Results 1 – 2 of 2) sorted by relevance
52 InterpolatorType interpolatorType = INTERPOLATOR_TYPE_LINEAR,57 setInterpolatorType(interpolatorType); in mCache()203 status_t setInterpolatorType(InterpolatorType interpolatorType) { in setInterpolatorType() argument204 switch (interpolatorType) { in setInterpolatorType()210 mInterpolatorType = interpolatorType; in setInterpolatorType()213 ALOGE("invalid interpolatorType: %d", interpolatorType); in setInterpolatorType()
516 final int interpolatorType = p.readInt();532 interpolatorType,580 @InterpolatorType int interpolatorType, in Configuration() argument587 mInterpolatorType = interpolatorType; in Configuration()828 public @NonNull Builder setInterpolatorType(@InterpolatorType int interpolatorType) { in setInterpolatorType() argument829 switch (interpolatorType) { in setInterpolatorType()834 mInterpolatorType = interpolatorType; in setInterpolatorType()838 + interpolatorType); in setInterpolatorType()