Home
last modified time | relevance | path

Searched refs:ChainEdgeEffect (Results 1 - 4 of 4) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dchain_animation.h29 enum class ChainEdgeEffect { class
100 void SetEdgeEffect(ChainEdgeEffect edgeEffect) in SetEdgeEffect()
130 ChainEdgeEffect edgeEffect_ = ChainEdgeEffect::DEFAULT;
H A Dchain_animation.cpp92 if (edgeEffect_ == ChainEdgeEffect::STRETCH) { in SetDelta()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DjsEnumStyle.js692 var ChainEdgeEffect; variable
693 (function (ChainEdgeEffect) {
694 ChainEdgeEffect[ChainEdgeEffect["DEFAULT"] = 0] = "DEFAULT";
695 ChainEdgeEffect[ChainEdgeEffect["STRETCH"] = 1] = "STRETCH";
696 })(ChainEdgeEffect || (ChainEdgeEffect = {}));
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_pattern.cpp2066 chainAnimation_->SetEdgeEffect(effect == 1 ? ChainEdgeEffect::STRETCH : ChainEdgeEffect::DEFAULT);
2103 chainAnimation_->SetEdgeEffect(effect == 1 ? ChainEdgeEffect::STRETCH : ChainEdgeEffect::DEFAULT);

Completed in 8 milliseconds