Home
last modified time | relevance | path

Searched refs:componentScene_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_frame_rate_range.h38 componentScene_(ComponentScene::UNKNOWN_SCENE) {} in FrameRateRange()
46 preferred_(preferred), type_(type), componentScene_(componentScene) {} in FrameRateRange()
71 this->componentScene_ = ComponentScene::UNKNOWN_SCENE; in Reset()
94 this->componentScene_ = other.componentScene_; in Merge()
131 switch (componentScene_) { in GetComponentName()
156 ComponentScene componentScene_ = ComponentScene::UNKNOWN_SCENE; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/display_sync/
H A Dui_display_sync.h49 FrameRateRange() : min_(0), max_(0), preferred_(0), componentScene_(0) {} in DECLARE_ACE_TYPE()
54 : min_(min), max_(max), preferred_(preferred), componentScene_(componentScene) {} in FrameRateRange()
77 this->componentScene_ = 0; in Reset()
109 int componentScene_ = 0; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_animation_utils.cpp50 static_cast<Rosen::ComponentScene>(rateRange->componentScene_) }); in OptionToTimingProtocol()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.cpp3062 iter->second->componentScene_ = COMPONENT_SWIPER_FLING; in PlayPropertyTranslateAnimation()
3422 iter->second->componentScene_ = COMPONENT_SWIPER_FLING; in PlayTranslateAnimation()