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