Searched refs:previewWidth (Results 1 – 2 of 2) sorted by relevance
243 int previewWidth = width; in onLayout() local246 previewWidth = mPreviewSize.width; in onLayout()251 if (width * previewHeight > height * previewWidth) { in onLayout()252 final int scaledChildWidth = previewWidth * height in onLayout()258 / previewWidth; in onLayout()
227 int previewWidth = width; in onLayout() local230 previewWidth = mPreviewSize.width; in onLayout()235 if (width * previewHeight > height * previewWidth) { in onLayout()236 final int scaledChildWidth = previewWidth * height / previewHeight; in onLayout()240 final int scaledChildHeight = previewHeight * width / previewWidth; in onLayout()