Lines Matching defs:StartOptions
24 StartOptions::StartOptions(const StartOptions &other)
42 StartOptions &StartOptions::operator=(const StartOptions &other)
63 bool StartOptions::ReadFromParcel(Parcel &parcel)
82 StartOptions *StartOptions::Unmarshalling(Parcel &parcel)
84 StartOptions *option = new (std::nothrow) StartOptions();
97 bool StartOptions::Marshalling(Parcel &parcel) const
122 void StartOptions::SetWindowMode(int32_t windowMode)
127 int32_t StartOptions::GetWindowMode() const
132 void StartOptions::SetDisplayID(int32_t id)
137 int32_t StartOptions::GetDisplayID() const
142 void StartOptions::SetWithAnimation(bool withAnimation)
147 bool StartOptions::GetWithAnimation() const
152 void StartOptions::SetWindowLeft(int32_t windowLeft)
157 int32_t StartOptions::GetWindowLeft() const
162 void StartOptions::SetWindowTop(int32_t windowTop)
167 int32_t StartOptions::GetWindowTop() const
172 void StartOptions::SetWindowWidth(int32_t windowWidth)
177 int32_t StartOptions::GetWindowWidth() const
182 void StartOptions::SetWindowHeight(int32_t windowHeight)
187 int32_t StartOptions::GetWindowHeight() const
192 void StartOptions::SetWindowFocused(bool windowFocused)
197 int32_t StartOptions::GetWindowFocused() const