Home | History | Annotate | Download | only in insertingcells

Lines Matching refs:itemId

114             long itemID = adapter.getItemId(position);
117 listViewItemBounds.put(itemID, startRect);
118 listViewItemDrawables.put(itemID, getBitmapDrawableFromView(child));
194 long itemId = adapter.getItemId(position);
195 Rect startRect = listViewItemBounds.get(itemId);
217 listViewItemBounds.remove(itemId);
218 listViewItemDrawables.remove(itemId);
229 for (Long itemId: listViewItemBounds.keySet()) {
230 BitmapDrawable bitmapDrawable = listViewItemDrawables.get(itemId);
231 Rect startBounds = listViewItemBounds.get(itemId);
255 listViewItemBounds.remove(itemId);
256 listViewItemDrawables.remove(itemId);