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.h439 struct SystemSessionConfig : public Parcelable { struct
440 bool isSystemDecorEnable_ = true;
441 uint32_t decorWindowModeSupportType_ = WindowModeSupport::WINDOW_MODE_SUPPORT_ALL;
442 bool isStretchable_ = false;
443 WindowMode defaultWindowMode_ = WindowMode::WINDOW_MODE_FULLSCREEN;
444 KeyboardAnimationCurve animationIn_;
445 KeyboardAnimationCurve animationOut_;
447 uint32_t maxFloatingWindowSize_ = 1920;
449 uint32_t miniWidthOfMainWindow_ = 320;
451 uint32_t miniHeightOfMainWindow_ = 240;
[all …]