Searched defs:SystemConfig (Results 1 – 1 of 1) sorted by relevance
103 struct SystemConfig : public Parcelable { struct104 bool isSystemDecorEnable_ = true;105 uint32_t decorWindowModeSupportType_ = WindowModeSupport::WINDOW_MODE_SUPPORT_ALL;106 bool isStretchable_ = false;107 WindowMode defaultWindowMode_ = WindowMode::WINDOW_MODE_FULLSCREEN;108 KeyboardAnimationCurve animationIn_;109 KeyboardAnimationCurve animationOut_;110 WindowUIType windowUIType_ = WindowUIType::INVALID_WINDOW;111 bool supportTypeFloatWindow_ = false;136 static SystemConfig* Unmarshalling(Parcel& parcel) in Unmarshalling() argument[all …]