Searched refs:getFullDrawable (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/views/ |
D | FloatingIconView.java | 21 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/ |
D | DragView.java | 226 Drawable dr = Utilities.getFullDrawable(mActivity, info, w, h, in setItemInfo()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | Utilities.java | 568 public static Drawable getFullDrawable(Context context, ItemInfo info, int width, int height, in getFullDrawable() method in Utilities
|