Searched refs:mContentBounds (Results 1 – 2 of 2) sorted by relevance
49 private Rect mContentBounds = new Rect(); field in PixelCopyViewProducerActivity88 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()
49 private Rect mContentBounds = new Rect(); field in PixelCopyWideGamutViewProducerActivity86 mContent.getGlobalVisibleRect(mContentBounds, offset); in onDraw()87 mContentBounds.set(offset.x, offset.y, in onDraw()121 inOut.offset(mContentBounds.left, mContentBounds.top); in offsetForContent()