Lines Matching refs:property_

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