Searched refs:limitX (Results 1 – 1 of 1) sorted by relevance
392 int limitX = Math.round(width * 0.5f / scale); in calculateTarget() local395 centerX = Utils.clamp(centerX, limitX, mImageWidth - limitX); in calculateTarget()