Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/semi_modal/
H A Dsemi_modal_element.h35 void SetFullWindow(bool fullWindow);
H A Dsemi_modal_element.cpp65 void SemiModalElement::SetFullWindow(bool fullWindow) in SetFullWindow() function in OHOS::Ace::SemiModalElement
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_context.cpp2345 semiModal->SetFullWindow(true); in RequestFullWindow()