Searched defs:SystemSessionConfig (Results 1 – 1 of 1) sorted by relevance
439 struct SystemSessionConfig : public Parcelable { struct440 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 …]