Searched refs:savedMap (Results 1 – 2 of 2) sorted by relevance
2555 private HashMap<View, CellAndSpan> savedMap = new HashMap<View, CellAndSpan>(); field in CellLayout.ItemConfiguration2564 map.get(v).copy(savedMap.get(v)); in save()2570 for (View v: savedMap.keySet()) { in restore()2571 savedMap.get(v).copy(map.get(v)); in restore()2577 savedMap.put(v, new CellAndSpan()); in add()
2678 private HashMap<View, CellAndSpan> savedMap = new HashMap<View, CellAndSpan>(); field in CellLayout.ItemConfiguration2686 map.get(v).copy(savedMap.get(v)); in save()2692 for (View v: savedMap.keySet()) { in restore()2693 savedMap.get(v).copy(map.get(v)); in restore()2699 savedMap.put(v, new CellAndSpan()); in add()