Searched refs:orgRect (Results 1 – 1 of 1) sorted by relevance
70 Rect orgRect = window->GetRect(); in SetBounds() local71 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()