Home
last modified time | relevance | path

Searched defs:FormWindow (Results 1 – 2 of 2) sorted by relevance

/foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_base/include/
Dform_info_base.h34 struct FormWindow { struct
35 int32_t designWidth = 720;
36 bool autoDesignWidth = false;
/foundation/ace/ace_engine/frameworks/core/components/form/
Dform_window.h31 …explicit FormWindow(WeakPtr<PipelineContext> context) : Window(nullptr), outSidePipelineContext_(c… in FormWindow() function