Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/views/
DFloatingIconView.java79 private static final Object[] sTmpObjArray = new Object[1]; field in FloatingIconView
295 drawable = getFullDrawable(l, info, width, height, sTmpObjArray); in getIconResult()
297 badge = getBadge(l, info, sTmpObjArray[0]); in getIconResult()
308 drawable = getFullDrawable(l, info, width, height, sTmpObjArray); in getIconResult()
677 sTmpObjArray[0] = null; in recycle()