Home
last modified time | relevance | path

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

/development/samples/HoneycombGallery/src/com/example/android/hcgallery/
DFitCenterFrameLayout.java89 final int scaledChildWidth = unpaddedWidth * parentUnpaddedHeight in onLayout() local
92 parentLeft + (parentWidth - scaledChildWidth) / 2, in onLayout()
94 parentRight - (parentWidth - scaledChildWidth) / 2, in onLayout()
DCameraFragment.java252 final int scaledChildWidth = previewWidth * height in onLayout() local
254 child.layout((width - scaledChildWidth) / 2, 0, in onLayout()
255 (width + scaledChildWidth) / 2, height); in onLayout()
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DCameraPreview.java236 final int scaledChildWidth = previewWidth * height / previewHeight; in onLayout() local
237 child.layout((width - scaledChildWidth) / 2, 0, in onLayout()
238 (width + scaledChildWidth) / 2, height); in onLayout()