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

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

Completed in 104 milliseconds