Home
last modified time | relevance | path

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

/development/samples/devbytes/animation/ListViewCellInsertion/src/com/example/android/insertingcells/
DInsertionListView.java107 final HashMap<Long, BitmapDrawable> listViewItemDrawables = new HashMap<Long, in addRow() local
118 listViewItemDrawables.put(itemID, getBitmapDrawableFromView(child)); in addRow()
218 listViewItemDrawables.remove(itemId); in addRow()
230 BitmapDrawable bitmapDrawable = listViewItemDrawables.get(itemId); in addRow()
256 listViewItemDrawables.remove(itemId); in addRow()
284 listViewItemDrawables.clear(); in addRow()