Home
last modified time | relevance | path

Searched refs:ShiftedBitmapDrawable (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DFolderAdaptiveIcon.java39 import com.android.launcher3.graphics.ShiftedBitmapDrawable;
139 ShiftedBitmapDrawable badge = new ShiftedBitmapDrawable(badgeBitmap, margin, margin); in createDrawableOnUiThread()
140 ShiftedBitmapDrawable foreground = new ShiftedBitmapDrawable(previewBitmap, in createDrawableOnUiThread()
/packages/apps/Launcher3/src/com/android/launcher3/graphics/
DShiftedBitmapDrawable.java28 public class ShiftedBitmapDrawable extends Drawable { class
37 public ShiftedBitmapDrawable(Bitmap bitmap, float shiftX, float shiftY) { in ShiftedBitmapDrawable() method in ShiftedBitmapDrawable
97 return new ShiftedBitmapDrawable(mBitmap, mShiftX, mShiftY); in newDrawable()
/packages/apps/Launcher3/src/com/android/launcher3/views/
DFloatingIconView.java70 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()