Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/views/
DFloatingIconView.java21 import static com.android.launcher3.Utilities.getFullDrawable;
295 drawable = getFullDrawable(l, info, width, height, shouldThemeIcon, tmpObjArray); in getIconResult()
308 drawable = getFullDrawable(l, info, width, height, true /* shouldThemeIcon */, in getIconResult()
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DDragView.java226 Drawable dr = Utilities.getFullDrawable(mActivity, info, w, h, in setItemInfo()
/packages/apps/Launcher3/src/com/android/launcher3/
DUtilities.java568 public static Drawable getFullDrawable(Context context, ItemInfo info, int width, int height, in getFullDrawable() method in Utilities