Searched defs:zeroThreshold (Results 1 – 7 of 7) sorted by relevance
59 void RSInterpolatingSpringAnimation::SetZeroThreshold(const float zeroThreshold) in SetZeroThreshold()
118 virtual void SetZeroThreshold(const float zeroThreshold) {}; in SetZeroThreshold()
60 void RSSpringAnimation::SetZeroThreshold(const float zeroThreshold) in SetZeroThreshold()
103 …ual bool IsNearEqual(const std::shared_ptr<RSRenderPropertyBase>& value, float zeroThreshold) const in IsNearEqual()267 …bool IsNearEqual(const std::shared_ptr<RSRenderPropertyBase>& value, float zeroThreshold) const ov… in IsNearEqual()
55 void RSRenderInterpolatingSpringAnimation::SetZeroThreshold(float zeroThreshold) in SetZeroThreshold()
58 void RSRenderSpringAnimation::SetZeroThreshold(float zeroThreshold) in SetZeroThreshold()
236 float zeroThreshold = 0.5f; variable