Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h244 static uint32_t maxGraphicsWidth; variable
DSurfaceFlinger.cpp384 uint32_t SurfaceFlinger::maxGraphicsWidth; member in android::SurfaceFlinger
449 maxGraphicsWidth = std::max(max_graphics_width(0), 0); in SurfaceFlinger()
3858 ui::Size(maxGraphicsWidth, maxGraphicsHeight)); in processDisplayAdded()