Searched refs:mCellBitmapDrawables (Results 1 – 1 of 1) sorted by relevance
69 private List<BitmapDrawable> mCellBitmapDrawables; field in InsertionListView89 mCellBitmapDrawables = new ArrayList<BitmapDrawable>(); in init()258 mCellBitmapDrawables.add(bitmapDrawable); in addRow()273 mCellBitmapDrawables.clear(); in addRow()297 if (mCellBitmapDrawables.size() > 0) { in dispatchDraw()298 for (BitmapDrawable bitmapDrawable: mCellBitmapDrawables) { in dispatchDraw()