Home
last modified time | relevance | path

Searched refs:ComponentScene (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_frame_rate_range.h30 enum ComponentScene : int32_t { enum
38 componentScene_(ComponentScene::UNKNOWN_SCENE) {} in FrameRateRange()
45 …FrameRateRange(int min, int max, int preferred, int type, ComponentScene componentScene) : min_(mi… in FrameRateRange()
71 this->componentScene_ = ComponentScene::UNKNOWN_SCENE; in Reset()
132 case ComponentScene::SWIPER_FLING: in GetComponentName()
156 ComponentScene componentScene_ = ComponentScene::UNKNOWN_SCENE;
/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()