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()
508 final int interpolatorType = p.readInt();524 interpolatorType,571 @InterpolatorType int interpolatorType, in Configuration() argument578 mInterpolatorType = interpolatorType; in Configuration()819 public @NonNull Builder setInterpolatorType(@InterpolatorType int interpolatorType) { in setInterpolatorType() argument820 switch (interpolatorType) { in setInterpolatorType()825 mInterpolatorType = interpolatorType; in setInterpolatorType()829 + interpolatorType); in setInterpolatorType()