Home
last modified time | relevance | path

Searched refs:HasLayout (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_functions.h79 bool HasLayout() const;
H A Djs_view.cpp709 .hasMeasureOrLayout = jsViewFunction_->HasMeasure() || jsViewFunction_->HasLayout() || in CreateViewNode()
731 if (jsViewFunction_->HasLayout()) { in CreateViewNode()
H A Djs_view_functions.cpp468 bool ViewFunctions::HasLayout() const in HasLayout() function in OHOS::Ace::Framework::ViewFunctions