Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h245 static uint32_t maxGraphicsHeight; variable
DSurfaceFlinger.cpp385 uint32_t SurfaceFlinger::maxGraphicsHeight; member in android::SurfaceFlinger
450 maxGraphicsHeight = std::max(max_graphics_height(0), 0); in SurfaceFlinger()
3858 ui::Size(maxGraphicsWidth, maxGraphicsHeight)); in processDisplayAdded()