Searched refs:resolvedTop (Results 1 – 1 of 1) sorted by relevance
713 int resolvedTop = Integer.MIN_VALUE; in obtainContentCoordinates() local715 resolvedTop = Math.max(resolvedTop, bounds[i].top); in obtainContentCoordinates()727 resolvedTop = Math.min(resolvedTop, mContentCopySurface.mHeight - mSourceHeight); in obtainContentCoordinates()728 if (resolvedLeft < 0 || resolvedTop < 0) { in obtainContentCoordinates()733 resolvedBottom = Math.max(resolvedBottom, resolvedTop + mSourceHeight); in obtainContentCoordinates()740 mClampedCenterZoomCoords.y = Math.max(resolvedTop + mSourceHeight / 2, Math.min( in obtainContentCoordinates()