Searched refs:ShiftedBitmapDrawable (Results 1 – 3 of 3) sorted by relevance
39 import com.android.launcher3.graphics.ShiftedBitmapDrawable;139 ShiftedBitmapDrawable badge = new ShiftedBitmapDrawable(badgeBitmap, margin, margin); in createDrawableOnUiThread()140 ShiftedBitmapDrawable foreground = new ShiftedBitmapDrawable(previewBitmap, in createDrawableOnUiThread()
28 public class ShiftedBitmapDrawable extends Drawable { class37 public ShiftedBitmapDrawable(Bitmap bitmap, float shiftX, float shiftY) { in ShiftedBitmapDrawable() method in ShiftedBitmapDrawable97 return new ShiftedBitmapDrawable(mBitmap, mShiftX, mShiftY); in newDrawable()
70 import com.android.launcher3.graphics.ShiftedBitmapDrawable;504 if (mForeground instanceof ShiftedBitmapDrawable) { in setIcon()505 ShiftedBitmapDrawable sbd = (ShiftedBitmapDrawable) mForeground; in setIcon()509 if (mBadge instanceof ShiftedBitmapDrawable) { in setIcon()510 ShiftedBitmapDrawable sbd = (ShiftedBitmapDrawable) mBadge; in setIcon()