Searched refs:frictionProperty (Results 1 – 2 of 2) sorted by relevance
1778 auto frictionProperty = scrollable->GetFrictionProperty(); variable1779 ASSERT_NE(frictionProperty, nullptr);1788 auto property = AceType::DynamicCast<AnimatablePropertyFloat>(frictionProperty->GetProperty());
556 auto frictionProperty = scrollable->GetFrictionProperty(); in InitScrollable() local557 renderContext->AttachNodeAnimatableProperty(frictionProperty); in InitScrollable()