Searched refs:mContentBounds (Results 1 – 2 of 2) sorted by relevance
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()
54 private Rect mContentBounds = new Rect(); field in PixelCopyViewProducerActivity101 mContent.getGlobalVisibleRect(mContentBounds, offset); in onDraw()102 mContentBounds.set(offset.x - mOutsets.left, offset.y - mOutsets.top, in onDraw()152 float sx = mContentBounds.width() / 100.0f; in normalizedToSurface()153 float sy = mContentBounds.height() / 100.0f; in normalizedToSurface()158 inOut.offset(mContentBounds.left, mContentBounds.top); in normalizedToSurface()