Searched refs:OrientedBitmapDrawable (Results 1 – 2 of 2) sorted by relevance
34 public class OrientedBitmapDrawable extends BitmapDrawable { class47 return new OrientedBitmapDrawable(orientation, res, bitmap); in create()51 private OrientedBitmapDrawable(final int orientation, Resources res, Bitmap bitmap) { in OrientedBitmapDrawable() method in OrientedBitmapDrawable
22 import com.android.messaging.ui.OrientedBitmapDrawable;140 return OrientedBitmapDrawable.create(getOrientation(), resources, mBitmap); in getDrawable()