Home
last modified time | relevance | path

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

/development/samples/HoneycombGallery/src/com/example/android/hcgallery/
DCameraFragment.java243 int previewWidth = width; in onLayout() local
246 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()
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DCameraPreview.java227 int previewWidth = width; in onLayout() local
230 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()