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.java137 public void normalizedToSurface(Rect inOut) { in normalizedToSurface() argument
140 inOut.left = (int) (inOut.left * sx); in normalizedToSurface()
141 inOut.top = (int) (inOut.top * sy); in normalizedToSurface()
142 inOut.right = (int) (inOut.right * sx + 0.5f); in normalizedToSurface()
143 inOut.bottom = (int) (inOut.bottom * sy + 0.5f); in normalizedToSurface()
144 inOut.offset(mContentBounds.left, mContentBounds.top); in normalizedToSurface()
DPixelCopyWideGamutViewProducerActivity.java120 void offsetForContent(Rect inOut) { in offsetForContent() argument
121 inOut.offset(mContentBounds.left, mContentBounds.top); in offsetForContent()