Searched refs:mSourceHeight (Results 1 – 1 of 1) sorted by relevance
94 private int mSourceHeight; field in Magnifier201 mSourceHeight = Math.round(mWindowHeight / mZoom); in Magnifier()270 final int startY = mClampedCenterZoomCoords.y - mSourceHeight / 2; in show()378 return mSourceHeight; in getSourceHeight()390 mSourceHeight = Math.round(mWindowHeight / mZoom); in setZoom()627 resolvedTop = Math.min(resolvedTop, mContentCopySurface.mHeight - mSourceHeight); in obtainContentCoordinates()633 resolvedBottom = Math.max(resolvedBottom, resolvedTop + mSourceHeight); in obtainContentCoordinates()638 mClampedCenterZoomCoords.y = Math.max(resolvedTop + mSourceHeight / 2, Math.min( in obtainContentCoordinates()639 zoomCenterY, resolvedBottom - mSourceHeight / 2)); in obtainContentCoordinates()681 startYInSurface + mSourceHeight); in performPixelCopy()[all …]