Home
last modified time | relevance | path

Searched refs:resolvedTop (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
DMagnifier.java713 int resolvedTop = Integer.MIN_VALUE; in obtainContentCoordinates() local
715 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()