Searched refs:InterpolatorType (Results 1 – 4 of 4) sorted by relevance
43 enum InterpolatorType : int32_t { enum52 InterpolatorType interpolatorType = INTERPOLATOR_TYPE_LINEAR,199 InterpolatorType getInterpolatorType() const { in getInterpolatorType()203 status_t setInterpolatorType(InterpolatorType interpolatorType) { in setInterpolatorType()267 ?: setInterpolatorType((InterpolatorType)type); in readFromParcel()327 InterpolatorType mInterpolatorType;
124 using InterpolatorType = Interpolator<S, T>::InterpolatorType; variable
281 public @interface InterpolatorType {} annotation in VolumeShaper.Configuration580 @InterpolatorType int interpolatorType, in Configuration()612 public @InterpolatorType int getInterpolatorType() { in getInterpolatorType()828 public @NonNull Builder setInterpolatorType(@InterpolatorType int interpolatorType) { in setInterpolatorType()
121 (VolumeShaper::Configuration::InterpolatorType) in convertJobjectToConfiguration()