Searched refs:sTmpObjArray (Results 1 – 1 of 1) sorted by relevance
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/views/ |
H A D | FloatingIconView.java | 78 private static final Object[] sTmpObjArray = new Object[1]; field in FloatingIconView 276 drawable = getFullDrawable(l, info, width, height, sTmpObjArray); in getIconResult() 278 badge = getBadge(l, info, sTmpObjArray[0]); in getIconResult() 289 drawable = getFullDrawable(l, info, width, height, sTmpObjArray); in getIconResult() 647 sTmpObjArray[0] = null; in recycle()
|