Searched refs:ANIMATION_START_VALUE (Results 1 – 2 of 2) sorted by relevance
42 auto alphaProperty = std::make_shared<RSAnimatableProperty<float>>(ANIMATION_START_VALUE);108 auto rotationProperty = std::make_shared<RSAnimatableProperty<float>>(ANIMATION_START_VALUE);141 auto alphaProperty = std::make_shared<RSAnimatableProperty<float>>(ANIMATION_START_VALUE);207 auto rotationProperty = std::make_shared<RSAnimatableProperty<float>>(ANIMATION_START_VALUE);273 auto rotationProperty = std::make_shared<RSAnimatableProperty<float>>(ANIMATION_START_VALUE);372 auto rotationProperty = std::make_shared<RSAnimatableProperty<float>>(ANIMATION_START_VALUE);405 auto rotationProperty = std::make_shared<RSAnimatableProperty<float>>(ANIMATION_START_VALUE);
43 constexpr float ANIMATION_START_VALUE = 0.f; variable