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.java49 private Rect mContentBounds = new Rect(); field in PixelCopyViewProducerActivity
88 mContent.getGlobalVisibleRect(mContentBounds, offset); in onDraw()
89 mContentBounds.set(offset.x - mOutsets.left, offset.y - mOutsets.top, in onDraw()
138 float sx = mContentBounds.width() / 100.0f; in normalizedToSurface()
139 float sy = mContentBounds.height() / 100.0f; in normalizedToSurface()
144 inOut.offset(mContentBounds.left, mContentBounds.top); in normalizedToSurface()
DPixelCopyWideGamutViewProducerActivity.java49 private Rect mContentBounds = new Rect(); field in PixelCopyWideGamutViewProducerActivity
86 mContent.getGlobalVisibleRect(mContentBounds, offset); in onDraw()
87 mContentBounds.set(offset.x, offset.y, in onDraw()
121 inOut.offset(mContentBounds.left, mContentBounds.top); in offsetForContent()