Searched refs:resolvedTop (Results 1 – 1 of 1) sorted by relevance
613 int resolvedTop = Integer.MIN_VALUE; in obtainContentCoordinates() local615 resolvedTop = Math.max(resolvedTop, bounds[i].top); in obtainContentCoordinates()627 resolvedTop = Math.min(resolvedTop, mContentCopySurface.mHeight - mSourceHeight); in obtainContentCoordinates()628 if (resolvedLeft < 0 || resolvedTop < 0) { in obtainContentCoordinates()633 resolvedBottom = Math.max(resolvedBottom, resolvedTop + mSourceHeight); in obtainContentCoordinates()638 mClampedCenterZoomCoords.y = Math.max(resolvedTop + mSourceHeight / 2, Math.min( in obtainContentCoordinates()