HomeSort by relevance Sort by last modified time
    Searched refs:unpaddedWidth (Results 1 - 2 of 2) sorted by null

  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
FitCenterFrameLayout.java 64 int unpaddedWidth, unpaddedHeight, parentUnpaddedWidth, parentUnpaddedHeight;
81 unpaddedWidth = child.getMeasuredWidth() - childPaddingLeft - childPaddingRight;
87 if (parentUnpaddedWidth * unpaddedHeight > parentUnpaddedHeight * unpaddedWidth) {
89 final int scaledChildWidth = unpaddedWidth * parentUnpaddedHeight
99 / unpaddedWidth + childPaddingTop + childPaddingBottom;
  /frameworks/base/core/java/android/widget/
TextView.java     [all...]

Completed in 186 milliseconds