Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog/action_sheet/
H A Daction_sheet_component.cpp46 auto box = BuildBox(isLimit); in BuildChild()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog/
H A Ddialog_component.h311 RefPtr<BoxComponent> BuildBox(bool& isLimit);
H A Ddialog_component.cpp86 auto box = BuildBox(isLimit); in BuildChild()
119 RefPtr<BoxComponent> DialogComponent::BuildBox(bool& isLimit) in BuildBox() function in OHOS::Ace::DialogComponent