Home
last modified time | relevance | path

Searched refs:outObj (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DUtilities.java663 Object[] outObj) { in getFullDrawable() argument
664 Drawable icon = loadFullDrawableWithoutTheme(launcher, info, width, height, outObj); in getFullDrawable()
672 int width, int height, Object[] outObj) { in loadFullDrawableWithoutTheme() argument
677 outObj[0] = activityInfo; in loadFullDrawableWithoutTheme()
685 outObj[0] = activityInfo; in loadFullDrawableWithoutTheme()
694 outObj[0] = si.get(0); in loadFullDrawableWithoutTheme()
704 outObj[0] = icon; in loadFullDrawableWithoutTheme()
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DDragView.java222 Object[] outObj = new Object[1]; in setItemInfo() local
225 Drawable dr = Utilities.getFullDrawable(mLauncher, info, w, h, outObj); in setItemInfo()
236 mBadge = getBadge(mLauncher, info, outObj[0]); in setItemInfo()