Searched refs:scaledChildHeight (Results 1 – 3 of 3) sorted by relevance
98 final int scaledChildHeight = unpaddedHeight * parentUnpaddedWidth in onLayout() local102 parentTop + (parentHeight - scaledChildHeight) / 2, in onLayout()104 parentTop + (parentHeight + scaledChildHeight) / 2); in onLayout()
257 final int scaledChildHeight = previewHeight * width in onLayout() local259 child.layout(0, (height - scaledChildHeight) / 2, width, in onLayout()260 (height + scaledChildHeight) / 2); in onLayout()
240 final int scaledChildHeight = previewHeight * width / previewWidth; in onLayout() local241 child.layout(0, (height - scaledChildHeight) / 2, in onLayout()242 width, (height + scaledChildHeight) / 2); in onLayout()