Searched refs:savedMap (Results 1 – 1 of 1) sorted by relevance
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()