Lines Matching defs:SystemConfig
103 struct SystemConfig : public Parcelable { struct
104 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
160 bool IsPhoneWindow() const in IsPhoneWindow()
165 bool IsPcWindow() const in IsPcWindow()
170 bool IsPadWindow() const in IsPadWindow()