HomeSort by relevance Sort by last modified time
    Searched defs:bitmapHeight (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/jni/android/graphics/
NinePatchImpl.cpp 187 const int bitmapHeight = bitmap.height();
201 int numFixedYPixelsRemaining = bitmapHeight - numStretchyYPixelsRemaining;
230 j <= numYDivs && src.fTop < bitmapHeight;
235 src.fBottom = bitmapHeight;
  /packages/apps/Launcher2/src/com/android/launcher2/
Utilities.java 74 final int bitmapHeight = bitmap.getHeight();
76 if (bitmapWidth < width || bitmapHeight < height) {
80 bitmapHeight < height ? height : bitmapHeight, Bitmap.Config.RGB_565);
84 canvas.drawBitmap(bitmap, (width - bitmapWidth) / 2.0f, (height - bitmapHeight) / 2.0f,
  /frameworks/base/core/java/android/text/
Layout.java     [all...]

Completed in 69 milliseconds