Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/window/
H A Dwindow.h73 struct WindowConfig { struct
74 WindowConfig() : rect(), in WindowConfig() argument
81 ~WindowConfig() {} in ~WindowConfig() argument
82 enum CompositeMode {
87 Rect rect;
89 uint8_t opacity;
91 WindowPixelFormat pixelFormat;
92 CompositeMode compositeMode;
93 bool isModal;
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/
H A Dwindow_config.h25 struct WindowConfig : public Parcelable { struct
32 static WindowConfig *Unmarshalling(Parcel &parcel); argument
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dfrontend.h49 struct WindowConfig { struct
52 int32_t designWidth = DEFAULT_DESIGN_WIDTH;
53 bool autoDesignWidth = false;
54 bool boxWrap = false;
55 double designWidthScale = 0.0;
57 double GetDesignWidthScale(const double viewWidth) in GetDesignWidthScale()
69 void UpdateDesignWidthScale(const double viewWidth) in UpdateDesignWidthScale()