Home
last modified time | relevance | path

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

/foundation/window/window_manager/window_scene/common/include/
Dwindow_session_property.h761 struct SystemSessionConfig : public Parcelable { struct
762 bool isSystemDecorEnable_ = true;
763 uint32_t decorWindowModeSupportType_ = WindowModeSupport::WINDOW_MODE_SUPPORT_ALL;
764 bool isStretchable_ = false;
765 WindowMode defaultWindowMode_ = WindowMode::WINDOW_MODE_FULLSCREEN;
766 KeyboardAnimationCurve animationIn_;
767 KeyboardAnimationCurve animationOut_;
769 uint32_t maxFloatingWindowSize_ = 1920;
771 uint32_t miniWidthOfMainWindow_ = 320;
773 uint32_t miniHeightOfMainWindow_ = 240;
[all …]