Home
last modified time | relevance | path

Searched refs:CreateAnimatablePropertyFloat (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dframe_node_test_ng.cpp1180 FRAME_NODE->CreateAnimatablePropertyFloat(NAME, value, onCallbackEvent);
1183 FRAME_NODE->CreateAnimatablePropertyFloat(NAME, value, onCallbackEvent);
1190 FRAME_NODE->CreateAnimatablePropertyFloat(NAME, value, onCallbackEvent);
H A Dview_abstract_test_ng.cpp1230 ViewAbstract::CreateAnimatablePropertyFloat(srcimages, RATIO, nullptr);
1264 ViewAbstract::CreateAnimatablePropertyFloat(srcimages, RATIO, nullptr);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stage/
H A Dpage_pattern.cpp124 host->CreateAnimatablePropertyFloat(KEY_PAGE_TRANSITION_PROPERTY, 0.0f, in TriggerPageTransition()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract_model_ng.h1494 void CreateAnimatablePropertyFloat( in CreateAnimatablePropertyFloat() function
1497 ViewAbstract::CreateAnimatablePropertyFloat(propertyName, value, onCallbackEvent); in CreateAnimatablePropertyFloat()
H A Dview_abstract_model.h398 virtual void CreateAnimatablePropertyFloat(
H A Dframe_node.h683 void CreateAnimatablePropertyFloat(const std::string& propertyName, float value,
H A Dview_abstract.h438 static void CreateAnimatablePropertyFloat(
H A Dview_abstract.cpp2827 void ViewAbstract::CreateAnimatablePropertyFloat( in CreateAnimatablePropertyFloat() function in OHOS::Ace::NG::ViewAbstract
2832 frameNode->CreateAnimatablePropertyFloat(propertyName, value, onCallbackEvent); in CreateAnimatablePropertyFloat()
H A Dframe_node.cpp3789 void FrameNode::CreateAnimatablePropertyFloat(const std::string& propertyName, float value, in CreateAnimatablePropertyFloat() function in OHOS::Ace::NG::FrameNode
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dview_abstract_model_impl.h308 void CreateAnimatablePropertyFloat(const std::string& propertyName, float value, in CreateAnimatablePropertyFloat() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtab_bar_pattern.cpp2276 host->CreateAnimatablePropertyFloat(TAB_BAR_PROPERTY_NAME, 0, [weak](float value) { in PlayTabBarTranslateAnimation()
2314 host->CreateAnimatablePropertyFloat(propertyName, 0, [weak](float value) { in PlayIndicatorTranslateAnimation()
2326 host->CreateAnimatablePropertyFloat(propertyName, 0, [weak](float value) { in PlayIndicatorTranslateAnimation()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.cpp3354 host->CreateAnimatablePropertyFloat(INDICATOR_PROPERTY_NAME, 0, [weak](float value) { in PlayIndicatorTranslateAnimation()
3398 host->CreateAnimatablePropertyFloat( in PlayTranslateAnimation()
3573 …host->CreateAnimatablePropertyFloat(FADE_PROPERTY_NAME, 0, Animation<double>::ValueCallback([weak]… in PlayFadeAnimation()
3607 host->CreateAnimatablePropertyFloat( in CreateSpringProperty()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmenu_view.cpp401 hoverImageStackNode->CreateAnimatablePropertyFloat(HOVER_IMAGE_CLIP_PROPERTY_NAME, 0, in UpdatePreivewVisibleArea()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Doverlay_manager.cpp321 hoverImageStackNode->CreateAnimatablePropertyFloat(HOVER_IMAGE_CLIP_DISAPPEAR_PROPERTY_NAME, 0, in UpdatePreivewVisibleAreaWhenDisappear()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.cpp8498 …ViewAbstractModel::GetInstance()->CreateAnimatablePropertyFloat(propertyName, numValue, onCallback… in JSCreateAnimatableProperty()