Home
last modified time | relevance | path

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

/development/samples/devbytes/animation/ListViewCellInsertion/src/com/example/android/insertingcells/
DInsertionListView.java106 final HashMap<Long, Rect> listViewItemBounds = new HashMap<Long, Rect>(); in addRow() local
117 listViewItemBounds.put(itemID, startRect); in addRow()
195 Rect startRect = listViewItemBounds.get(itemId); in addRow()
217 listViewItemBounds.remove(itemId); in addRow()
229 for (Long itemId: listViewItemBounds.keySet()) { in addRow()
231 Rect startBounds = listViewItemBounds.get(itemId); in addRow()
255 listViewItemBounds.remove(itemId); in addRow()
283 listViewItemBounds.clear(); in addRow()