Home
last modified time | relevance | path

Searched refs:limitSizeInternal (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/unittests/
DFramebufferSurfaceTest.cpp27 return FramebufferSurface::limitSizeInternal(size, maxSize); in limitSize()
/frameworks/native/services/surfaceflinger/DisplayHardware/
DFramebufferSurface.cpp169 return limitSizeInternal(size, mMaxSize); in limitSize()
172 ui::Size FramebufferSurface::limitSizeInternal(const ui::Size& size, const ui::Size& maxSize) { in limitSizeInternal() function in android::FramebufferSurface
DFramebufferSurface.h64 static ui::Size limitSizeInternal(const ui::Size&, const ui::Size& maxSize);