Lines Matching refs:property_

33     property_->SetDisplayId(displayId);
48 property_->SetWindowRect(rect);
53 property_->SetDecorEnable(decorEnable);
58 property_->SetDecoStatus(decoStatus);
63 property_->SetRequestRect(rect);
68 property_ = property;
73 property_->SetSystemBarProperty(type, property);
78 property_->SetWindowMode(mode);
83 property_->SetBrightness(brightness);
88 property_->SetFocusable(focusable);
93 property_->SetTouchable(touchable);
98 property_->SetTurnScreenOn(turnScreenOn);
103 property_->SetKeepScreenOn(keepScreenOn);
108 property_->SetCallingWindow(windowId);
113 return property_->GetCallingWindow();
123 property_->SetRequestedOrientation(orientation);
134 property_->SetModeSupportInfo(modeSupportInfo);
170 property_->SetDragType(dragType);
175 property_->SetOriginRect(rect);
190 property_->SetSizeLimits(sizeLimits);
195 property_->SetUpdatedSizeLimits(sizeLimits);
200 property_->ComputeTransform();
205 property_->SetTransform(trans);
210 return property_->GetZoomTransform();
215 property_->SetZoomTransform(trans);
216 property_->SetDisplayZoomState(isDisplayZoomOn);
224 return property_->GetSizeLimits();
229 return property_->GetUpdatedSizeLimits();
234 return property_->GetDragType();
239 return property_->GetStretchable();
244 return property_->GetOriginRect();
249 return property_->GetDisplayId();
254 return property_->GetWindowName();
259 return property_->GetWindowId();
264 return property_->GetParentId();
279 return property_->GetWindowRect();
284 return property_->GetDecoStatus();
289 return property_->GetRequestRect();
294 return property_->GetWindowType();
299 return property_->GetWindowMode();
305 bool defaultAnimation = property_->GetAnimationFlag() == (static_cast<uint32_t>(WindowAnimation::DEFAULT));
311 return property_->GetBrightness();
316 return property_->IsTurnScreenOn();
321 return property_->IsKeepScreenOn();
326 return property_->GetWindowFlags();
331 return property_;
351 return property_->GetSystemBarProperty();
356 return (property_->GetWindowMode() == WindowMode::WINDOW_MODE_SPLIT_PRIMARY ||
357 property_->GetWindowMode() == WindowMode::WINDOW_MODE_SPLIT_SECONDARY);
367 return property_->GetRequestedOrientation();
377 return property_->GetModeSupportInfo();
392 return property_->GetAccessTokenId();
407 property_->SetAspectRatio(ratio);
412 return property_->GetAspectRatio();
417 property_->SetWindowGravity(gravity, percent);
422 property_->GetWindowGravity(gravity, percent);
437 return property_->GetTouchable();