Searched refs:SetOverSpringProperty (Results 1 – 4 of 4) sorted by relevance
424 void SetOverSpringProperty(const RefPtr<SpringProperty>& property) in SetOverSpringProperty() function431 void SetOverSpringProperty(double mass, double stiffness, double damping) in SetOverSpringProperty() function
338 … listComponent_->SetOverSpringProperty(SpringChainProperty::GetDefaultOverSpringProperty()); in CreateOrUpdateList()340 listComponent_->SetOverSpringProperty(Scrollable::GetDefaultOverSpringProperty()); in CreateOrUpdateList()343 listComponent_->SetOverSpringProperty(1.0, overStiffness_, overDamping_); in CreateOrUpdateList()
328 void SetOverSpringProperty(const RefPtr<SpringProperty>& property) in SetOverSpringProperty() function
271 scrollable_->SetOverSpringProperty(listComponent->OverSpringProperty()); in Update()