Home
last modified time | relevance | path

Searched refs:orgRect (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/window/window_manager/extension/window_extension/src/
H A Dwindow_extension_stub_impl.cpp70 Rect orgRect = window->GetRect(); in SetBounds() local
71 WLOGD("oriRect, x = %{public}d, y = %{public}d, w = %{public}d, h = %{public}d", orgRect.posX_, in SetBounds()
72 orgRect.posY_, orgRect.width_, orgRect.height_); in SetBounds()
75 if (rect.width_ != orgRect.width_ || rect.height_ != orgRect.height_) { in SetBounds()
78 if (rect.posX_ != orgRect.posX_ || rect.posY_ != orgRect.posY_) { in SetBounds()