Home
last modified time | relevance | path

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

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