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.h476 struct SystemSessionConfig : public Parcelable { struct
477 bool isSystemDecorEnable_ = true;
478 uint32_t decorWindowModeSupportType_ = WindowModeSupport::WINDOW_MODE_SUPPORT_ALL;
479 bool isStretchable_ = false;
480 WindowMode defaultWindowMode_ = WindowMode::WINDOW_MODE_FULLSCREEN;
481 KeyboardAnimationCurve animationIn_;
482 KeyboardAnimationCurve animationOut_;
484 uint32_t maxFloatingWindowSize_ = 1920;
486 uint32_t miniWidthOfMainWindow_ = 320;
488 uint32_t miniHeightOfMainWindow_ = 240;
[all …]