Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dview_abstract_model_impl.h36 void ClearWidthOrHeight(bool isWidth) override {}; in ClearWidthOrHeight() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract_model_ng.h69 void ClearWidthOrHeight(bool isWidth) override in ClearWidthOrHeight() function
1480 static void ClearWidthOrHeight(FrameNode* frameNode, bool isWidth) in ClearWidthOrHeight() function
H A Dview_abstract.cpp111 void ViewAbstract::ClearWidthOrHeight(bool isWidth) in ClearWidthOrHeight() function in OHOS::Ace::NG::ViewAbstract
2979 void ViewAbstract::ClearWidthOrHeight(FrameNode* frameNode, bool isWidth) in ClearWidthOrHeight() function in OHOS::Ace::NG::ViewAbstract
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_common_modifier.cpp3051 void ClearWidthOrHeight(ArkUINodeHandle node, ArkUI_Bool isWidth) in ClearWidthOrHeight() function