Home
last modified time | relevance | path

Searched refs:requestHeight (Results 1 - 2 of 2) sorted by relevance

/foundation/window/window_manager/wm/src/
H A Dpicture_in_picture_controller.cpp153 uint32_t requestHeight = 0; in ShowPictureInPictureWindow() local
154 pipOption_->GetContentSize(requestWidth, requestHeight); in ShowPictureInPictureWindow()
159 if (requestWidth > 0 && requestHeight > 0) { in ShowPictureInPictureWindow()
160 Rect requestRect = {0, 0, requestWidth, requestHeight}; in ShowPictureInPictureWindow()
/foundation/graphic/graphic_surface/surface/src/
H A Dnative_window.cpp174 int32_t requestHeight = window->surface->GetRequestHeight(); in NativeWindowRequestBuffer() local
176 if (requestWidth != 0 && requestHeight != 0) { in NativeWindowRequestBuffer()
179 config.height = requestHeight; in NativeWindowRequestBuffer()

Completed in 4 milliseconds