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.h103 struct SystemConfig : public Parcelable { struct
104 bool isSystemDecorEnable_ = true;
105 uint32_t decorWindowModeSupportType_ = WindowModeSupport::WINDOW_MODE_SUPPORT_ALL;
106 bool isStretchable_ = false;
107 WindowMode defaultWindowMode_ = WindowMode::WINDOW_MODE_FULLSCREEN;
108 KeyboardAnimationCurve animationIn_;
109 KeyboardAnimationCurve animationOut_;
110 WindowUIType windowUIType_ = WindowUIType::INVALID_WINDOW;
111 bool supportTypeFloatWindow_ = false;
136 static SystemConfig* Unmarshalling(Parcel& parcel) in Unmarshalling() argument
[all …]