Home
last modified time | relevance | path

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

/development/samples/devbytes/animation/ListViewCellInsertion/src/com/example/android/insertingcells/
DInsertionListView.java115 Rect startRect = new Rect(child.getLeft(), child.getTop(), child.getRight(), in addRow() local
117 listViewItemBounds.put(itemID, startRect); in addRow()
195 Rect startRect = listViewItemBounds.get(itemId); in addRow()
197 if (startRect != null) { in addRow()
201 int startTop = startRect.top; in addRow()