Searched refs:resolvedLeft (Results 1 – 1 of 1) sorted by relevance
609 int resolvedLeft = Integer.MIN_VALUE; in obtainContentCoordinates() local611 resolvedLeft = Math.max(resolvedLeft, bounds[i].left); in obtainContentCoordinates()626 resolvedLeft = Math.min(resolvedLeft, mContentCopySurface.mWidth - mSourceWidth); in obtainContentCoordinates()628 if (resolvedLeft < 0 || resolvedTop < 0) { in obtainContentCoordinates()632 resolvedRight = Math.max(resolvedRight, resolvedLeft + mSourceWidth); in obtainContentCoordinates()636 mClampedCenterZoomCoords.x = Math.max(resolvedLeft + mSourceWidth / 2, Math.min( in obtainContentCoordinates()