Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.h237 static uint32_t maxGraphicsHeight; variable
H A DSurfaceFlinger.cpp332 uint32_t SurfaceFlinger::maxGraphicsHeight; member in android::SurfaceFlinger
396 maxGraphicsHeight = std::max(max_graphics_height(0), 0); in SurfaceFlinger()
2823 ui::Size(maxGraphicsWidth, maxGraphicsHeight)); in processDisplayAdded()