Searched refs:savedMap (Results 1 – 1 of 1) sorted by relevance
2533 private final ArrayMap<View, CellAndSpan> savedMap = new ArrayMap<>(); field in CellLayout.ItemConfiguration2541 savedMap.get(v).copyFrom(map.get(v)); in save()2547 for (View v: savedMap.keySet()) { in restore()2548 map.get(v).copyFrom(savedMap.get(v)); in restore()2554 savedMap.put(v, new CellAndSpan()); in add()