Searched defs:dimensions (Results 1 - 2 of 2) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/photomanager/
H A DLetterTileProvider.java88 public Bitmap getLetterTile(final Dimensions dimensions, final String displayName, argument
94 final Bitmap bitmap = getBitmap(dimensions, false /* getDefault */);
97 + "address %s.", dimensions.width, dimensions.height, displayName, address);
109 mPaint.setTextSize(getFontSize(dimensions.scale));
111 c.drawText(mFirstChar, 0, 1, 0 + dimensions.width / 2,
112 0 + dimensions.height / 2 + (mBounds.bottom - mBounds.top) / 2, mPaint);
114 c.drawBitmap(getBitmap(dimensions, true /* getDefault */), 0, 0, null);
146 // (two-pane uses two different sets of dimensions depending on pane width)
/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...

Completed in 105 milliseconds