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

/packages/apps/Messaging/src/com/android/messaging/ui/
H A DOrientedBitmapDrawable.java34 public class OrientedBitmapDrawable extends BitmapDrawable { class in inherits:BitmapDrawable
47 return new OrientedBitmapDrawable(orientation, res, bitmap);
51 private OrientedBitmapDrawable(final int orientation, Resources res, Bitmap bitmap) { method in class:OrientedBitmapDrawable

Completed in 66 milliseconds