Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/FrontEnd/
DLayerSnapshotBuilder.cpp141 const float xSurfaceInset = std::clamp(inset, 0.f, inputBounds.getWidth() / 2.f); in getInputBounds() local
145 inputBounds.left += xSurfaceInset; in getInputBounds()
147 inputBounds.right -= xSurfaceInset; in getInputBounds()
/frameworks/native/services/surfaceflinger/
DLayer.cpp3753 const float xSurfaceInset = std::clamp(inset, 0.f, inputBounds.getWidth() / 2.f); in getInputBounds() local
3757 inputBounds.left += xSurfaceInset; in getInputBounds()
3759 inputBounds.right -= xSurfaceInset; in getInputBounds()