Searched refs:startRect (Results 1 – 1 of 1) sorted by relevance
115 Rect startRect = new Rect(child.getLeft(), child.getTop(), child.getRight(), in addRow() local117 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()