Home
last modified time | relevance | path

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

/foundation/window/window_manager/utils/include/
Dwm_common_inner.h99 struct SystemConfig : public Parcelable { struct
100 bool isSystemDecorEnable_ = true;
101 uint32_t decorWindowModeSupportType_ = WindowModeSupport::WINDOW_MODE_SUPPORT_ALL;
102 bool isStretchable_ = false;
103 WindowMode defaultWindowMode_ = WindowMode::WINDOW_MODE_FULLSCREEN;
104 KeyboardAnimationCurve animationIn_;
105 KeyboardAnimationCurve animationOut_;
106 std::string uiType_;
107 bool supportTypeFloatWindow_ = false;
132 static SystemConfig* Unmarshalling(Parcel& parcel) in Unmarshalling() argument