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