Lines Matching refs:config
135 SystemConfig* config = new SystemConfig();
136 config->isSystemDecorEnable_ = parcel.ReadBool();
137 config->isStretchable_ = parcel.ReadBool();
138 config->decorModeSupportInfo_ = parcel.ReadUint32();
139 config->defaultWindowMode_ = static_cast<WindowMode>(parcel.ReadUint32());
142 delete config;
145 config->animationIn_ = *animationIn;
148 delete config;
151 config->animationOut_ = *animationOut;
152 config->windowUIType_ = static_cast<WindowUIType>(parcel.ReadUint8());
153 config->supportTypeFloatWindow_ = parcel.ReadBool();
154 return config;