Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DMagnifier.java619 int resolvedBottom = Integer.MAX_VALUE; in obtainContentCoordinates() local
621 resolvedBottom = Math.min(resolvedBottom, bounds[i].bottom); in obtainContentCoordinates()
631 resolvedBottom = Math.max(resolvedBottom, resolvedTop + mSourceHeight); in obtainContentCoordinates()
637 zoomCenterY, resolvedBottom - mSourceHeight / 2)); in obtainContentCoordinates()