Searched refs:RSValueEstimatorType (Results 1 – 9 of 9) sorted by relevance
105 … virtual std::shared_ptr<RSValueEstimator> CreateRSValueEstimator(const RSValueEstimatorType type) in CreateRSValueEstimator()289 … std::shared_ptr<RSValueEstimator> CreateRSValueEstimator(const RSValueEstimatorType type) override in CreateRSValueEstimator()292 case RSValueEstimatorType::CURVE_VALUE_ESTIMATOR: { in CreateRSValueEstimator()295 case RSValueEstimatorType::KEYFRAME_VALUE_ESTIMATOR: { in CreateRSValueEstimator()
137 … valueEstimator_ = property_->CreateRSValueEstimator(RSValueEstimatorType::CURVE_VALUE_ESTIMATOR); in InitValueEstimator()
227 …valueEstimator_ = property_->CreateRSValueEstimator(RSValueEstimatorType::KEYFRAME_VALUE_ESTIMATOR… in InitValueEstimator()
218 … valueEstimator_ = property_->CreateRSValueEstimator(RSValueEstimatorType::CURVE_VALUE_ESTIMATOR); in InitValueEstimator()
353 … valueEstimator_ = property_->CreateRSValueEstimator(RSValueEstimatorType::CURVE_VALUE_ESTIMATOR); in InitValueEstimator()
143 … valueEstimator_ = property_->CreateRSValueEstimator(RSValueEstimatorType::CURVE_VALUE_ESTIMATOR); in InitValueEstimator()
299 enum class RSValueEstimatorType : int16_t { enum
165 …renderInterpolatingSpringAnimation->property_->CreateRSValueEstimator(RSValueEstimatorType::CURVE_…
393 …renderPathAnimation->property_->CreateRSValueEstimator(RSValueEstimatorType::CURVE_VALUE_ESTIMATOR…