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.h414 struct SystemSessionConfig : public Parcelable { struct
415 bool isSystemDecorEnable_ = true;
416 uint32_t decorModeSupportInfo_ = WindowModeSupport::WINDOW_MODE_SUPPORT_ALL;
417 bool isStretchable_ = false;
418 WindowMode defaultWindowMode_ = WindowMode::WINDOW_MODE_FULLSCREEN;
419 KeyboardAnimationCurve animationIn_;
420 KeyboardAnimationCurve animationOut_;
422 uint32_t maxFloatingWindowSize_ = 1920;
424 uint32_t miniWidthOfMainWindow_ = 320;
426 uint32_t miniHeightOfMainWindow_ = 240;
[all …]