Searched refs:listViewItemBounds (Results 1 – 1 of 1) sorted by relevance
106 final HashMap<Long, Rect> listViewItemBounds = new HashMap<Long, Rect>(); in addRow() local117 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()