Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Dsheet_style.h110 struct SheetStyle { struct
111 std::optional<Dimension> height;
112 std::optional<SheetMode> sheetMode;
136 bool operator==(const SheetStyle& sheetStyle) const argument
153 void PartialUpdate(const SheetStyle& sheetStyle) in PartialUpdate() argument