Searched refs:mCurrentIcon (Results 1 – 1 of 1) sorted by relevance
41 private Bitmap mCurrentIcon = null; field in IconLoader118 mCurrentIcon = null; in startLoadingIcon()123 mCurrentIcon = mIconsCache.get(recordNumber); in startLoadingIcon()151 mCurrentIcon = parseToBnW(rawData, rawData.length); in handleMessage()152 mIconsCache.put(mRecordNumber, mCurrentIcon); in handleMessage()165 mCurrentIcon = parseToRGB(mIconData, mIconData.length, in handleMessage()167 mIconsCache.put(mRecordNumber, mCurrentIcon); in handleMessage()205 mCurrentIcon = null; in readId()222 mEndMsg.obj = mCurrentIcon; in postIcon()225 mIcons[mCurrentRecordIndex++] = mCurrentIcon; in postIcon()