Home
last modified time | relevance | path

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

/development/samples/HoneycombGallery/src/com/example/android/hcgallery/
DFitCenterFrameLayout.java64 int unpaddedWidth, unpaddedHeight, parentUnpaddedWidth, parentUnpaddedHeight; in onLayout() local
81 unpaddedWidth = child.getMeasuredWidth() - childPaddingLeft - childPaddingRight; in onLayout()
87 if (parentUnpaddedWidth * unpaddedHeight > parentUnpaddedHeight * unpaddedWidth) { in onLayout()
89 final int scaledChildWidth = unpaddedWidth * parentUnpaddedHeight in onLayout()
99 / unpaddedWidth + childPaddingTop + childPaddingBottom; in onLayout()