Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_node.cpp306 propertyHeightAnimation_ = AceType::MakeRefPtr<KeyframeAnimation<float>>(); in CreatePropertyAnimation()
317 node.propertyHeightAnimation_ = node.SetPropertyFloatAnimationKeyframe(heightBegin, heightEnd); in CreatePropertyAnimation()
367 if (propertyHeightAnimation_ && !propertyHeightAnimation_->GetKeyframes().empty()) { in TransitionOptionSetKeyframes()
369 propertyHeightAnimation_); in TransitionOptionSetKeyframes()
H A Ddom_node.h996 RefPtr<KeyframeAnimation<float>> propertyHeightAnimation_; member in OHOS::Ace::Framework::DOMNode

Completed in 7 milliseconds