Home
last modified time | relevance | path

Searched refs:propertyWidthAnimation_ (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_node.cpp305 propertyWidthAnimation_ = AceType::MakeRefPtr<KeyframeAnimation<float>>(); in CreatePropertyAnimation()
312 node.propertyWidthAnimation_ = node.SetPropertyFloatAnimationKeyframe(widthBegin, widthEnd); in CreatePropertyAnimation()
364 if (propertyWidthAnimation_ && !propertyWidthAnimation_->GetKeyframes().empty()) { in TransitionOptionSetKeyframes()
365 transitionOption.SetPropertyAnimationFloat(PropertyAnimatableType::PROPERTY_WIDTH, propertyWidthAnimation_); in TransitionOptionSetKeyframes()
H A Ddom_node.h995 RefPtr<KeyframeAnimation<float>> propertyWidthAnimation_; member in OHOS::Ace::Framework::DOMNode

Completed in 6 milliseconds