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

  /frameworks/base/libs/hwui/
FontRenderer.cpp 616 uint32_t paddedHeight = (uint32_t) (bounds.top - bounds.bottom) + 2 * radius;
619 if (paddedWidth > maxSize || paddedHeight > maxSize) {
628 int size = paddedWidth * paddedHeight;
631 int size = paddedWidth * paddedHeight;
645 Font::BITMAP, dataBuffer, paddedWidth, paddedHeight, NULL, positions);
650 blurImage(&dataBuffer, paddedWidth, paddedHeight, radius);
654 image.height = paddedHeight;
  /frameworks/support/v4/java/android/support/v4/view/
PagerTitleStrip.java 390 final int paddedHeight = stripHeight - paddingTop - paddingBottom;
391 final int centeredTop = (paddedHeight - maxTextHeight) / 2;
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
MultiPaneChallengeLayout.java 388 final int paddedHeight = height - getPaddingTop() - getPaddingBottom();
390 adjustedHeight = (int) (paddedHeight * lp.centerWithinArea + 0.5f);
  /sdk/testapps/jarCheckTests3/lib2/libs/
android-support-v13.jar 
  /development/samples/training/AnimationsDemo/libs/
android-support-v13.jar 
  /development/samples/training/ContactsList/libs/
android-support-v4.jar 
  /development/samples/training/EffectiveNavigation/libs/
android-support-v4.jar 
  /development/samples/training/InteractiveChart/libs/
android-support-v4.jar 
  /external/robolectric/lib/main/
android-support-v4.jar 
  /sdk/apps/NotificationStudio/libs/
android-support-v4.jar 
  /development/samples/training/NavigationDrawer/libs/
android-support-v4.jar 

Completed in 2286 milliseconds