Searched refs:minWidthHeight (Results 1 – 1 of 1) sorted by relevance
194 float minWidthHeight = mMinSideSize; in moveCurrentSelection() local205 dx = Math.min(crop.left + dX, crop.right - minWidthHeight) - crop.left; in moveCurrentSelection()208 dy = Math.min(crop.top + dY, crop.bottom - minWidthHeight) - crop.top; in moveCurrentSelection()211 dx = Math.max(crop.right + dX, crop.left + minWidthHeight) in moveCurrentSelection()215 dy = Math.max(crop.bottom + dY, crop.top + minWidthHeight) in moveCurrentSelection()