Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DLayer.cpp2253 const FloatRect inputBoundsInLayer = tmpBounds.toFloatRect(); in fillInputFrameInfo() local
2258 std::max(0.f, std::min(surfaceInset, inputBoundsInLayer.getWidth() / 2.f)); in fillInputFrameInfo()
2260 std::max(0.f, std::min(surfaceInset, inputBoundsInLayer.getHeight() / 2.f)); in fillInputFrameInfo()
2263 const FloatRect insetBoundsInLayer(inputBoundsInLayer.left + xSurfaceInset, in fillInputFrameInfo()
2264 inputBoundsInLayer.top + ySurfaceInset, in fillInputFrameInfo()
2265 inputBoundsInLayer.right - xSurfaceInset, in fillInputFrameInfo()
2266 inputBoundsInLayer.bottom - ySurfaceInset); in fillInputFrameInfo()