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