Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/params/
H A Drs_surface_render_params.h61 bool isAppWindow_ = false; member
66 isAppWindow_ = isAppWindow; in SetWindowInfo()
83 return windowInfo_.isAppWindow_; in IsAppWindow()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/layout/
H A Dbox_layout_algorithm_test_ng.cpp201 auto pipe1 = PipelineBase::GetCurrentContext()->isAppWindow_;
261 auto AppWindow = PipelineBase::GetCurrentContext()->isAppWindow_;
321 auto pipe1 = PipelineBase::GetCurrentContext()->isAppWindow_;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_base.h1165 isAppWindow_ = isAppWindow; in SetIsAppWindow()
1170 return isAppWindow_; in GetIsAppWindow()
1511 bool isAppWindow_ = true; variable