Searched refs:paddedHeight (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/
H A DFontRenderer.cpp618 uint32_t paddedHeight = (uint32_t) (bounds.top - bounds.bottom) + 2 * intRadius; local
621 if (paddedWidth > maxSize || paddedHeight > maxSize) {
630 int size = paddedWidth * paddedHeight;
633 int size = paddedWidth * paddedHeight;
647 Font::BITMAP, dataBuffer, paddedWidth, paddedHeight, NULL, positions);
652 blurImage(&dataBuffer, paddedWidth, paddedHeight, radius);
656 image.height = paddedHeight;
/frameworks/support/v4/java/android/support/v4/view/
H A DPagerTitleStrip.java390 final int paddedHeight = stripHeight - paddingTop - paddingBottom;
391 final int centeredTop = (paddedHeight - maxTextHeight) / 2;
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DMultiPaneChallengeLayout.java387 final int paddedHeight = height - getPaddingTop() - getPaddingBottom();
389 adjustedHeight = (int) (paddedHeight * lp.centerWithinArea + 0.5f);

Completed in 163 milliseconds