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