Searched defs:SystemConfig (Results 1 – 1 of 1) sorted by relevance
99 struct SystemConfig : public Parcelable { struct100 bool isSystemDecorEnable_ = true;101 uint32_t decorModeSupportInfo_ = WindowModeSupport::WINDOW_MODE_SUPPORT_ALL;102 bool isStretchable_ = false;103 WindowMode defaultWindowMode_ = WindowMode::WINDOW_MODE_FULLSCREEN;104 KeyboardAnimationCurve animationIn_;105 KeyboardAnimationCurve animationOut_;106 std::string uiType_;107 bool supportTypeFloatWindow_ = false;132 static SystemConfig* Unmarshalling(Parcel& parcel) in Unmarshalling() argument