Home
last modified time | relevance | path

Searched defs:SetBackgroundImageSyncMode (Results 1 – 4 of 4) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
Dview_abstract_model.h120 virtual void SetBackgroundImageSyncMode(bool syncMode) {} in SetBackgroundImageSyncMode() function
Dview_abstract_model_ng.h224 void SetBackgroundImageSyncMode(bool syncMode) override in SetBackgroundImageSyncMode() function
Dview_abstract.cpp782 void ViewAbstract::SetBackgroundImageSyncMode(bool syncMode) in SetBackgroundImageSyncMode() function in OHOS::Ace::NG::ViewAbstract
787 void ViewAbstract::SetBackgroundImageSyncMode(FrameNode* frameNode, bool syncMode) in SetBackgroundImageSyncMode() function in OHOS::Ace::NG::ViewAbstract
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
Dnode_common_modifier.cpp3031 void SetBackgroundImageSyncMode(ArkUINodeHandle node, ArkUI_Bool syncMode) in SetBackgroundImageSyncMode() function