Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h236 static uint32_t maxGraphicsWidth; variable
DSurfaceFlinger.cpp302 uint32_t SurfaceFlinger::maxGraphicsWidth; member in android::SurfaceFlinger
367 maxGraphicsWidth = std::max(max_graphics_width(0), 0); in SurfaceFlinger()
2793 ui::Size(maxGraphicsWidth, maxGraphicsHeight)); in processDisplayAdded()