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

/frameworks/base/libs/hwui/
H A DFontRenderer.cpp509 uint32_t paddedHeight = (uint32_t) (bounds.top - bounds.bottom) + 2 * radius; local
510 uint8_t* dataBuffer = new uint8_t[paddedWidth * paddedHeight];
512 for (uint32_t i = 0; i < paddedWidth * paddedHeight; i++) {
520 Font::BITMAP, dataBuffer, paddedWidth, paddedHeight, NULL, positions);
521 blurImage(dataBuffer, paddedWidth, paddedHeight, radius);
525 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/policy/src/com/android/internal/policy/impl/keyguard/
H A DMultiPaneChallengeLayout.java380 final int paddedHeight = height - getPaddingTop() - getPaddingBottom();
382 adjustedHeight = (int) (paddedHeight * lp.centerWithinArea + 0.5f);

Completed in 72 milliseconds