Searched refs:resolvedLeft (Results 1 – 1 of 1) sorted by relevance
709 int resolvedLeft = Integer.MIN_VALUE; in obtainContentCoordinates() local711 resolvedLeft = Math.max(resolvedLeft, bounds[i].left); in obtainContentCoordinates()726 resolvedLeft = Math.min(resolvedLeft, mContentCopySurface.mWidth - mSourceWidth); in obtainContentCoordinates()728 if (resolvedLeft < 0 || resolvedTop < 0) { in obtainContentCoordinates()732 resolvedRight = Math.max(resolvedRight, resolvedLeft + mSourceWidth); in obtainContentCoordinates()737 ? Math.max(resolvedLeft, Math.min(zoomCenterX, resolvedRight)) in obtainContentCoordinates()738 : Math.max(resolvedLeft + mSourceWidth / 2, Math.min( in obtainContentCoordinates()