Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DPixelCopyViewProducerActivity.java140 public void normalizedToSurface(Rect inOut) { in normalizedToSurface() argument
143 inOut.left = (int) (inOut.left * sx); in normalizedToSurface()
144 inOut.top = (int) (inOut.top * sy); in normalizedToSurface()
145 inOut.right = (int) (inOut.right * sx + 0.5f); in normalizedToSurface()
146 inOut.bottom = (int) (inOut.bottom * sy + 0.5f); in normalizedToSurface()
147 inOut.offset(mContentBounds.left, mContentBounds.top); in normalizedToSurface()
DPixelCopyWideGamutViewProducerActivity.java117 void offsetForContent(Rect inOut) { in offsetForContent() argument
118 inOut.offset(mContentBounds.left, mContentBounds.top); in offsetForContent()