Searched defs:SystemConfig (Results 1 – 6 of 6) sorted by relevance
28 struct SystemConfig : public Serializable { struct43 SystemConfig systemConfig; argument
35 pub(crate) fn system_config(&self) -> SystemConfig { in system_config()52 pub(crate) struct SystemConfig { struct
99 struct SystemConfig : public Parcelable { struct100 bool isSystemDecorEnable_ = true;101 uint32_t decorWindowModeSupportType_ = 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
63 void SystemConfig(const char *uptime) in SystemConfig() function
152 system: &SystemConfig, in build_system_proxy()
273 void SystemConfig(const char *uptime) in SystemConfig() function