Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DPixelCopyViewProducerActivity.java53 private Rect mContentBounds = new Rect(); field in PixelCopyViewProducerActivity
90 mContent.getGlobalVisibleRect(mContentBounds, offset); in onDraw()
91 mContentBounds.set(offset.x - mOutsets.left, offset.y - mOutsets.top, in onDraw()
141 float sx = mContentBounds.width() / 100.0f; in normalizedToSurface()
142 float sy = mContentBounds.height() / 100.0f; in normalizedToSurface()
147 inOut.offset(mContentBounds.left, mContentBounds.top); in normalizedToSurface()
DPixelCopyWideGamutViewProducerActivity.java49 private Rect mContentBounds = new Rect(); field in PixelCopyWideGamutViewProducerActivity
83 mContent.getGlobalVisibleRect(mContentBounds, offset); in onDraw()
84 mContentBounds.set(offset.x, offset.y, in onDraw()
118 inOut.offset(mContentBounds.left, mContentBounds.top); in offsetForContent()